• C # (pronounced "C Sharp") is a programming language developed by Microsoft.
  • It was introduced in 2002 in Microsoft's .NET Framework as version 1.0. Since then, C# has gone through several revisions, which accompany each .NET update.




What is C#.

  • C# is designed to be a simple, modern, general-purpose, object-oriented programming language and to borrow core concepts from many other languages, most notably Java.
  • C# is actually a derivative of the C programming language and it is very similar to C++. 
  • While it uses some basic operators like C++, it is also object oriented, case sensitive, and often the same identical syntax is found in it.