.Net Asp.Net c# Class Inheritance type Types of Inheritance in C# By Krunal Shah 30 Mar, 2017 Background In this article we will learn about one of the most reusable object oriented features of C#, inheritance…
.Net c# Class Collection type Types of Classes in C# By Krunal Shah 30 Mar, 2017 Background As we know, C# is a pure Object Oriented Programming language that provides the ability to reuse existin…
.Net Abstract Class Class database Dynamic Binding Sql sql query Sql Server Generate class from database table By Krunal Shah 30 Mar, 2017 I just need to create the entities (simple class). Something like: public class Person { public string N…