Click here to Skip to main content
15,887,175 members
Articles / High Performance Computing / Parallel Processing
Reference

.Net and C# release history

Rate me:
Please Sign up or sign in to vote.
4.76/5 (27 votes)
14 Dec 2013CPOL2 min read 52.5K   19   3
I always find it difficult to track .Net and C# language release history. E.g. what .net versions are released with different visual studio versions and what features are available in different versions of C# language. So I thought I will compile this information in this blog so I and other can refe

I always find it difficult to track .Net and C# language release history. E.g. what .net versions are released with different visual studio versions and what features are available in different versions of C# language. So I thought I will compile this information in this blog so I and other can refer it when needed.

.Net Version Release history
.Net VersionRelease DateToolFeature
1.02002Visual Studio .NetFirst release of .net
1.12003Visual Studio 2003Support for ASP.Net mobile controls
Supports side-by-side execution
Security Changes
2.02005Visual Studio 2005Generics (with generic collection)
Nullable Types
Support of IPv6 addresses in .net remoting
Common Language Runtime 2.0
3.02006WCF (Communication framework)
WPF (Presentation framework)
WF (Workflow Foundation)
3.52008Visual Studio 2008LINQ
Addin / Plugin Model (System.AddIn.Contract.dll)
4.02010Visual Studio 2010Parallel Computing
Code Contracts
Lazy Initialization
Dynamic Language Runtime
In-process side-by-side hosting
Background garbage collection
Covariance and Contravariance
Common Language Runtime 4.0
4.52012Visual Studio 2012Enhanced regular expression support
Default culture for application domain
Zip compression
Support of array with size more than 2GB
Asynchronous file operation
Improvement in parallel computing
4.5.12013Visual Studio 2013Ability to collect diagnostics information
Ability to explicitly compact the large object heap (LOH) during garbage collection
Additional performance improvements such as ASP.NET app suspension
Multi-core JIT improvements


Note:
- .Net 3.5, 3.0 and 2.0 uses same common language runtime version 2.0.
- .Net 4.5, 4.5.1 and 4.0 share same common language runtime version 4.0.
- I have not included language features in above list e.g. Partial classes / anonymous method. I will cover them in following section.

C# Language Release history
C# VersionRelease DateToolFeature
1.02002Visual Studio .NetFirst release of .net
2.02005Visual Studio 2005Partial classes
Support for generics
Iterators
Nullable syntax
Anonymous methods
Static class
Volatile keyword
3.02008Visual Studio 2008Implicitly Typed Local Variables
Extension Methods
Lambda Expressions
Type Inference
Object and Collection Initializers
Anonymous Types
Automatically Implemented Properties
Expression Trees
4.02010Visual Studio 2010Support for Covariance and Contravariance
Optional parameters and named arguments
Support for Dynamic and DLR
Enhanced support for COM interop
5.02012Visual Studio 2012Async / Await Feature
Support for caller information
This article was originally posted at http://blogs.malinlab.com/net-c-language-release-history

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) RBS Bank
United Kingdom United Kingdom
Over 14 years of experience in enterprise / real-time software development using Microsoft Technologies.


More details in LinkedIn Or Blog

Comments and Discussions

 
GeneralMy vote of 5 Pin
archanamohite3-Jul-15 4:54
archanamohite3-Jul-15 4:54 
QuestionMissing reference Pin
AntonioLopes7-Aug-14 16:42
AntonioLopes7-Aug-14 16:42 
QuestionOperating systems Pin
Philippe Mori14-Dec-13 13:41
Philippe Mori14-Dec-13 13:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.