A detailed introduction to " C# Fundamental "

Introduction



Data types are the building block of any programming language. These are like the grammar of any language.

I have explained in detail the data types, memory allocation on stack and heap, variables, naming conventions.

Topics covered are as follows:

  • Data types
  • Variables
  • Naming convention
  • Value type/reference type
  • Stack/heap memory


Note:-- All examples are created by using VS 2015 enterprise edition.

Related Topics: