TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About C# Class
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sourav Kayal (5)
Jitendra Mesavaniya (3)
Naveed Zaman (2)
Ajay Kumar (2)
Vidya Vrat Agarwal (2)
Osama Hosam (2)
Kailash Chandra Behera (2)
Ayush Gupta (1)
Ashutosh Singh (1)
Sanjay Kumar (1)
Vishal Yelve (1)
Suresh Paldia (1)
Pankaj Kumar Choudhary (1)
Rajesh VS (1)
Sri Kanth (1)
Faizan Ahmed (1)
Rohatash Kumar (1)
Mahesh Chand (1)
Nakul Chaudhari (1)
Vithal Wadje (1)
Sabyasachi Mishra (1)
Kapil Gaur (1)
Vignesh Mani (1)
Rizwan Ali (1)
Harieswaran D (1)
Devesh Omar (1)
Govind Khandelwal (1)
Abhishek Jaiswal (1)
Related resources for C# Class
No resource found
Learn Object Oriented Programming Using C#: Part 3
5/24/2024 8:56:44 AM.
Part 3 of our tutorial series delves deeper into Object Oriented Programming with C#. Explore advanced concepts like inheritance, polymorphism, and encapsulation. Master class hierarchies, method over
Learn Object Oriented Programming Using C#: Part 1
5/24/2024 4:29:44 AM.
Embark on your journey to master Object-Oriented Programming with C# in Part 1. Explore essential concepts like classes, methods, properties, and inheritance, laying the foundation for advanced C# dev
Learn About Components of a Class in C#
5/20/2024 6:28:23 AM.
In object-oriented programming, a class serves as a blueprint for creating objects. It encapsulates data and behavior, facilitating code organization and abstraction for secure, reusable solutions in
User Input Management with SegmentManager in C#
4/25/2024 5:42:35 AM.
In C#, one such tool that simplifies user input management is the `SegmentManager` class. This article delves into how the `SegmentManager` class facilitates the handling of user input in a structured
Singleton vs. Static Class in C# - Choosing the Right Approach
4/17/2024 4:54:57 AM.
Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between th
Difference Between Sealed Class & Abstract Class in C#
3/28/2024 10:16:55 AM.
In object-oriented programming (OOP) with C#, classes serve as the foundation for building robust and scalable applications. Two important concepts in class design are sealed classes and abstract clas
What is a Sealed Classes in C#?
3/28/2024 6:49:58 AM.
In C#, the concept of inheritance plays a vital role in object-oriented programming (OOP). Developers often design class hierarchies to create a relationship between different types of objects. Howeve
Learn about Sealed Classes in C#
2/14/2024 6:09:40 AM.
In C# programming, sealed classes offer control over inheritance but can be restrictive. This article delves into unlocking their potential using extension methods and the decorator pattern. These tec
Custom Events in C# for Enhanced Communication and Flexibility
1/31/2024 8:33:20 AM.
In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
What is Command Pattern in C#?
1/25/2024 9:44:59 AM.
The Command Pattern, a behavioral design pattern in C#, transforms requests into stand-alone objects, promoting decoupling between sender and receiver. It enhances flexibility, undo/redo capabilities,
Common Mistakes and How to Avoid Them in C#
1/5/2024 5:08:24 AM.
In this article, we will learn how to avoid common mistakes in C# programming. From efficient null checking and using tuples instead of classes to optimizing string concatenation and evaluating defaul
Creating Class Library in Visual C#
11/17/2023 8:23:50 AM.
In this article we will see steps to create and use a class library in ASP.NET/Visual Studio.
Abstract Classes In C#
11/2/2023 11:56:15 AM.
This article explains abstract classes in C#. An abstract class is a special type of class that cannot be instantiated and acts as a base class for other classes. Abstract class members marked as abst
Default Scope of a C# Class
9/18/2023 11:25:57 AM.
Here you will learn about the default scope of a C# class.
Understanding Structures in C#
6/9/2023 6:24:01 AM.
C# Struct, A structure in C# is simply a composite data type consisting of a number elements of other types.
What is a Static Class in C#?
2/16/2023 3:18:15 PM.
Static in c# is used to create a static class, struct, or member. A static class can only contain static data members, including static methods, static constructors, and static properties.
Abstraction In C#
2/13/2023 4:34:38 AM.
This article and code example show how to implement abstraction in C#. An abstract base class in C# cannot be instantiated; it means the object of that class cannot be created.
SQL-CLR For Beginners: Part-4: Consume C# Class in Stored Procedure
1/31/2023 7:23:25 AM.
In this article we will learn how to use traditional C# class within SQL-CLR Application.
Important Interface in .NET: Work With ICollection Interface
11/17/2022 9:33:03 AM.
In this presentation we will understand the ICollection interface of the .NET class library.
Implement One-To-Many Relationship in C# Class
8/22/2022 11:36:26 AM.
In this article we will learn how to implement a One to Many relationship in a C# class.
Connecting to Local Database in C#
5/9/2022 11:30:18 AM.
In this article we will see how to connect to a local database in C#.
Implement Lazy Loading in C# Using Lazy<T> Class
4/1/2022 10:21:46 AM.
This articles exlains why lazy loading is useful and how it helps to develop a high-performance application.
Creating DLL (Class Library) in .NET Framework
2/10/2021 5:02:13 AM.
This article shows how to create a Class Library project and include it in a web application project.
Cross Language Interoperability With C# .NET
12/2/2020 11:34:51 PM.
As you know Microsoft .NET is designed with cross language interoperability. I.e. two .NET compliant languages can interoperate with each other. Which simply means a function in VB .NET can be called
Creating C# Class Library (DLL) Using Visual Studio .NET
6/3/2020 12:15:15 AM.
This tutorial explains how to create a C# class library(dll) and call it from a C# console client application. In this tutorial we will see how to build a Class Library, and to build a client applicat
Create C# Class File Using UiPath (RPA) By Reading Excel
10/9/2019 11:39:08 AM.
In this article, you will learn about UiPath Studio a RPA tool to read Excel and create C# class files.
Partial Class In C#
2/25/2019 11:32:54 AM.
In this article, we will learn about partial classes of C#.
Tuple Class in C#
1/17/2019 3:11:34 AM.
This article demonstrates different scenarios of using Tuple Class in C#.
Understanding Class In Layman Way
12/31/2018 4:52:14 AM.
In this video, I have tried to simulate a layman formula to understand how to visualize before writing a class in object-oriented programming domain. I hope you would like this whole analogy that I ha
Finding Directories With Regular Expressions
9/18/2018 3:23:48 AM.
This article provides an example of using a regular expression to search a directory and determine a file type. C# Regular Expressions
Brief Lesson About C# Classes And Objects
5/4/2016 12:32:04 PM.
In this article you will learn about C# Classes And Objects.
Dynamically Create Instance of a Class at Runtime in C#
3/11/2015 11:26:09 PM.
This article explains how to create an instance of a class using the class name at runtime.
Creating a Library Using Visual Studio 2015
2/20/2015 12:39:32 PM.
In this article we learn how to create a DLL file and how to use this file in another program.
Why Class is Important and Why we Need Objects
1/1/2015 9:55:32 PM.
Here I am trying to explain what a class and objects are, why we use encapsulation, abstraction, delegates and so on.
Class Diagrams in C#
7/18/2014 5:09:45 PM.
In this article I explain an easy way to understand Class Diagrams in C#.
Working With Instance and Static Data Members of a Class in C#
7/3/2014 12:05:51 AM.
This article explains instance and static data members of a class in C#.
Access Modifiers in C#
3/31/2014 6:57:31 PM.
This article explains access modifiers and their functionality, along with how they differ from each other and what the basics of all these are.
PMS Tutorial 2: Insert, Update, and Delete Data From Local Database in C#
3/24/2014 7:38:23 AM.
In this tutorial we will learn the basics of inserting, updating and deleting records from a table in a local database.
Implement One-To-One Relationship in C# Class
10/17/2013 8:11:08 PM.
In this article we will learn to implement a One-To-One relationship between two classes.