C# Version and .NET Framework Version?
This question already has an answer here:
I am not sure what your actual question is, but if it is what are the current versions..
C#: 3.0
.NET Framework: 3.5
You might also want to take a look at this breakdown chart. It provides the Framework, language and CLR relations.
C# 1.0 - Managed Code
C# 2.0 - Generics, Nullable Types, Anonymous Delegates, Partial Classes / Methods
C# 3.0 - LINQ, Lambda Expressions, Implicit Variable Typing, Streamlined Object Initialization
// Related? somewhat perhaps
.net 2 C# 2
.net 3 C# 2
.net 3.5 C# 3
链接地址: http://www.djcxy.com/p/21308.html