C# is a general-purpose, modern and object-oriented programming language pronounced as “C Sharp”. It was developed by Microsoft led by Anders Hejlsberg and his team within the .NET initiative and was approved by the European Computer Manufacturers Association (ECMA) and International Standards Organization (ISO). The current version of C# is C# 7.3.
The below table shows some important features introduced in each version of C#:
Version .NET Framework Visual Studio Major Features C# 1.0 .NET Framework 1.0 Visual Studio .NET 2002 C# 1.2 .NET Framework 1.1 Visual Studio .NET 2003 C# 2.0 .NET Framework 2.0 Visual Studio 2005 C# 3.0 .NET Framework 2.0/3.0/3.5 Visual Studio 2008/2010 C# 4.0 .NET Framework 4 Visual Studio 2010 C# 5.0 .NET Framework 4.5 Visual Studio 2012/2013 C# 6.0 .NET Framework 4.6 Visual Studio 2015 C# 7.0 .NET Framework 4.6.2 Visual Studio 2017 C# 7.1 .NET Framework 4.7 Visual Studio 2017 version 15.3 C# 7.2 .NET Framework 4.7.1 Visual Studio 2017 version 15.5 C# 7.3 .NET Framework 4.7.2 Visual Studio 2017 version 15.7 C# 8.0 .NET Core 3.0/.NET Standard 2.1 Visual Studio 2019 version 16.3
References:
- https://en.wikipedia.org/wiki/C_Sharp_(programming_language)#Versions
- https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history
Attention reader! Don’t stop learning now. Get hold of all the important DSA concepts with the DSA Self Paced Course at a student-friendly price and become industry ready.


