Short easy to read .Net Framework and .Net Core History timeline
.NET Framework Version History
Year
.NET Version
CLR Version
Visual Studio
Released Features and Enhancements
2002
1
1
Visual Studio .NET 2002
Initial release โ Managed code, CLR, CTS, FCL, Use of DLLs as class libraries, OOP support for Web development.
2003
1.1
1.1
Visual Studio .NET 2003
Added ASP.NET Control support for Mobile device development, Added support for ADO.NET classes for Oracle database and ODBC database connectivity. Support for IP6 and fixed issue to Code Access Security for ASP.NET.
2005
2
2
Visual Studio 2005
New CLR 2.0, Enhancement of ASP.NET & ADO.NET, Generics Types, Partial Types, Anonymous methods, Nullable Types, Iterators, Covariance and Contravariance, and 64bit support we added.
2006
3
2
Visual Studio 2005
Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), Windows Workflow Foundation (WWF) introduced.
2007
3.5
2
Visual Studio 2008
Build-in-Support for AJAX, Language Integrated Query (LINQ), Expression trees, HashSet collections, WCF and WF integration, Peer-to-Peer networking, Add-ins for extensibility and DateTimeOffset were added.
2010
4
4
Visual Studio 2010
New CLR 4.0, Task Parallel Library (TPL), Managed Extensibility Framework (MEF), Dynamic Language Runtime (DLR) were a major addition of this release.
2012
4.5
4
Visual Studio 2012
Async support, Support for Windows Store, enhancements of WPF, WCF, WF, MEF, and ASP.NET, and base framework classes, such as support for arrays larger than 2GB on 64-bit platform.
2013
4.5.1
4
Visual Studio 2013
Performance and debugging improvements, support for automatic binding redirection, and expanded support for Windows Store application.
2014
4.5.2
4
Visual Studio 2013
ASP.NET APIs enhancements, System DPI support for Windows Forms controls, Event Tracing for Windows (ETW) and New Workflow features and Debugging improvements were added in this release.
2015
4.6
4
Visual Studio 2015
ASP.NET enhancements, ADO.NET always an encrypted feature for SQL Server 2016, new 64-bit JIT compiler, Assembly Loader improvements, enhancements to Garbage Collector, etc were added.
2017
4.7
4
Visual Studio 2017
High DPI support for Windows Forms controls, Touch support for WPF in Windows 10, Enhanced cryptography support, performance, and reliability improvements.
2019
4.8
4
Visual Studio 2019
JIT improvements, Updated ZLib, FIPS improvements, Malware scanning for Assemblies and Accessibility Enhancements
Top comments (0)