C# Version and .NET Framework Version?

This question already has an answer here:

  • What are the correct version numbers for C#? 9 answers

  • 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

    上一篇: C#版本如ver 2.0和ver 3.0有什么区别?

    下一篇: C#版本和.NET Framework版本?