Introduction to C#

Not much to talk about here, I'll write separate posts for different C# concepts, you can find their list in here
  • C# is a general purpose high level programming language
  • It is an Object Oriented Programming language developed by Microsoft
  • It was First introduced with .NET Framework 1.0 in year 2002
This is what the C# code is compiled to in ASP.NET
*IL Code = Intermideate Code
  • C# has a unified type system aka CTS (Common Type System)
  • In C#, variables must be declared before they can be used

Comments