English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Read-only members, default interface methods, declaration, static local functions, one-time ref structures, nullable reference types
C# for2002Year first released with .NET Framework 1.0 was introduced, and it has developed very quickly since then. The following table lists the important features introduced in each C# version:
Version | .NET Framework | Visual Studio | Important features |
---|---|---|---|
C#1.0 | .NET Framework 1.0 / 1.1 | Visual Studio .NET 2002 |
|
C# 2.0 | .NET Framework 2.0 | Visual Studio 2005 |
|
C#3.0 | .NET Framework 3.0 \ 3.5 | Visual Studio 2008 |
|
C#4.0 | .NET Framework 4.0 | Visual Studio 2010 |
|
C#5.0 | .NET Framework 4.5 | Visual Studio 2012/2013 |
|
C#6.0 | .NET Framework 4.6 | Visual Studio 2013/2015 |
|
C#7.0 | .NET Core 2.0 | Visual Studio 2017 |
|
C#8.0 | .NET Core 3.0 | Visual Studio 2019 |
|
The next section will learn how to set up the development environment for C#.