I am confused with both the C# version and .NET framework version. In other words, I want to know the relationship with C# version and .NET framework. E.g: which is C# version in .NET framework 3.0?
|
|
I am not sure what your actual question is, but if it is what are the current versions.. You might also want to take a look at this breakdown chart. It provides the Framework, language and CLR relations.
|
||||||||||
|
|
|
.net 2 C# 2 .net 3 C# 2 .net 3.5 C# 3 |
||
|
|
|
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 |
||
|
|
|
|
C# is a language. .Net Framework is a software framework (a collection of classes,data-types,...) They are not directly relevant to each other.They are two different things. |
||
|
|

