Showing posts with the label Class

Types of Inheritance in C#

Background In this article we will learn about one of the most reusable object oriented features of C#, inheritance…

Types of Classes in C#

Background As we know, C# is a pure Object Oriented Programming language that provides the ability to reuse existin…

Generate class from database table

I just need to create the entities (simple class). Something like: public class Person { public string N…