.NET Framework version history
Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released.[1] The first version of .NET Framework was released on 13 February 2002, bringing managed code to Windows NT 4.0, 98, 2000, ME and XP.
Since the first version, Microsoft has released nine more upgrades for .NET Framework, seven of which have been released along a new version of Visual Studio. Two of these upgrades, .NET Framework 2.0 and 4.0, have upgraded Common Language Runtime (CLR). New versions of .NET Framework replace older versions when the CLR version is the same.
The .NET Framework family also includes two versions for mobile or Embedded device use. A reduced version of the framework, the .NET Compact Framework, is available on Windows CE platforms, including Windows Mobile devices such as smartphones. Additionally, the .NET Micro Framework is targeted at severely resource-constrained devices.
Overview
Version number | CLR version | Release date | Development tool | Included in | Replaces | |
---|---|---|---|---|---|---|
Windows | Windows Server | |||||
1.0 | 1.0 | 2002-02-13 | Visual Studio .NET[4] | XP[a] | N/A | N/A |
1.1 | 1.1 | 2003-04-24 | Visual Studio .NET 2003[4] | N/A | 2003 | 1.0[5] |
2.0 | 2.0 | 2005-11-07 | Visual Studio 2005[6] | N/A | 2003, 2003 R2,[7] 2008 SP2, 2008 R2 SP1 | N/A |
3.0 | 2.0 | 2006-11-06 | Expression Blend[8][b] | Vista | 2008 SP2, 2008 R2 SP1 | 2.0[2] |
3.5 | 2.0 | 2007-11-19 | Visual Studio 2008[9] | 7, 8[c], 8.1[c], 10[c] | 2008 R2 SP1 | 2.0, 3.0[2] |
4.0 | 4 | 2010-04-12 | Visual Studio 2010[10] | N/A | N/A | N/A |
4.5 | 4 | 2012-08-15 | Visual Studio 2012[11] | 8 | 2012 | 4.0[2] |
4.5.1 | 4 | 2013-10-17 | Visual Studio 2013[12] | 8.1 | 2012 R2 | 4.0, 4.5[2] |
4.5.2 | 4 | 2014-05-05 | N/A | N/A | N/A | 4.0–4.5.1[2] |
4.6 | 4 | 2015-07-20 | Visual Studio 2015[13] | 10 | N/A | 4.0–4.5.2[2] |
4.6.1 | 4 | 2015-11-17[14] | Visual Studio 2015 Update 1 | 10 Version 1511 | N/A | 4.0–4.6[2] |
Notes:
- a.^ .NET Framework 1.0 is integral OS component of Windows XP Media Center edition or Tablet PC edition. Installation CDs for the Home editions and the Professional editions of Windows XP SP1, SP2 or SP3 comes with .NET Framework installation packages.[3]
- b.^ Expression Blend only covers the Windows Presentation Foundation part of .NET Framework 3.0.
- c.^ ^ ^ .NET Framework 3.5 is not automatically installed with Windows 8, 8.1 or 10. It must be installed either from a Windows installation media or from the Internet on demand. Control Panel always attempts the latter.[15]
.NET Framework 1.0
The first version of the .NET Framework was released on 13 February 2002 for Windows 98, ME, NT 4.0, 2000, and XP. Mainstream support for this version ended on 10 July 2007, and extended support ended on 14 July 2009, with the exception of Windows XP Media Center and Tablet PC editions.[16]
.NET Framework 1.1
Version 1.1 is the first minor .NET Framework upgrade. It is available on its own as a redistributable package or in a software development kit, and was published on 3 April 2003. It is also part of the second release of Visual Studio .NET 2003. This is the first version of the .NET Framework to be included as part of the Windows operating system, shipping with Windows Server 2003. Mainstream support for .NET Framework 1.1 ended on 14 October 2008, and extended support ended on 8 October 2013. Since version 1.1 is a component of Windows Server 2003, it will receive extended support along with the OS until 14 July 2015. .NET Framework 1.1 is the last version to support Windows NT 4.0.
Installing .NET Framework 1.1 also provides the system support for version 1.0, except in rare instances where an application will not run because it checks the version number of a library.[17]
Changes in 1.1 include:
- Built-in support for mobile ASP.NET controls, which was previously available as an add-on
- Enables Windows Forms assemblies to execute in a semi-trusted manner from the Internet
- Enables Code Access Security in ASP.NET applications
- Built-in support for ODBC and Oracle Database, which was previously available as an add-on
- .NET Compact Framework, a version of the .NET Framework for small devices
- Internet Protocol version 6 (IPv6) support
.NET Framework 2.0
Version 2.0 was released on 22 January 2006. It was also released along with Visual Studio 2005, Microsoft SQL Server 2005, and BizTalk 2006. A software development kit for this version was released on 29 November 2006.[18] It was the last version to support Windows 98 and Windows Me.[19]
.NET Framework 2.0 with Service Pack 2 requires Windows 2000 with SP4 plus KB835732 or KB891861 update, Windows XP with SP2 plus Windows Installer 3.1. It is the last version to support Windows 2000 although there have been some unofficial workarounds to use a subset of the functionality from Version 3.5 in Windows 2000.[20]
Changes in 2.0 include:
- Full 64-bit computing support for both the x64 and the IA-64 hardware platforms
- Numerous API changes
- Microsoft SQL Server integration: Instead of using T-SQL, one can build stored procedures and triggers in any of the .NET-compatible languages
- A new hosting API for native applications wishing to host an instance of the .NET runtime: The new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation and assembly loading. It was initially developed to efficiently host the runtime in Microsoft SQL Server, which implements its own scheduler and memory manager.
- Many additional and improved ASP.NET web controls
- New data controls with declarative data binding
- New personalization features for ASP.NET, such as support for themes, skins, master pages and webparts
- .NET Micro Framework, a version of the .NET Framework related to the Smart Personal Objects Technology initiative
- Membership provider
- Partial classes
- Nullable types
- Anonymous methods
- Iterators
- Data tables
- Common Language Runtime (CLR) 2.0
- Language support for generics built directly into the .NET CLR
.NET Framework 3.0
.NET Framework 3.0, formerly called WinFX,[21] was released on 21 November 2006. It includes a new set of managed code APIs that are an integral part of Windows Vista and Windows Server 2008. It is also available for Windows XP SP2 and Windows Server 2003 as a download. There are no major architectural changes included with this release; .NET Framework 3.0 uses the same CLR as .NET Framework 2.0.[22] Unlike the previous major .NET releases there was no .NET Compact Framework release made as a counterpart of this version. Version 3.0 of the .NET Framework shipped with Windows Vista. It also shipped with Windows Server 2008 as an optional component (disabled by default).
.NET Framework 3.0 consists of four major new components:
- Windows Presentation Foundation (WPF), formerly code-named Avalon: A new user interface subsystem and API based on XAML markup language, which uses 3D computer graphics hardware and Direct3D technologies[23]
- Windows Communication Foundation (WCF), formerly code-named Indigo: A service-oriented messaging system which allows programs to interoperate locally or remotely similar to web services
- Windows Workflow Foundation (WF): Allows building task automation and integrated transactions using workflows
- Windows CardSpace, formerly code-named InfoCard: A software component which securely stores a person's digital identities and provides a unified interface for choosing the identity for a particular transaction, such as logging in to a website
.NET Framework 3.5
Version 3.5 of the .NET Framework was released on 19 November 2007. As with .NET Framework 3.0, version 3.5 uses Common Language Runtime (CLR) 2.0, that is, the same version as .NET Framework version 2.0. In addition, .NET Framework 3.5 also installs .NET Framework 2.0 SP1 and 3.0 SP1 (with the later 3.5 SP1 instead installing 2.0 SP2 and 3.0 SP2), which adds some methods and properties to the BCL classes in version 2.0 which are required for version 3.5 features such as Language Integrated Query (LINQ). These changes do not affect applications written for version 2.0, however.[24]
As with previous versions, a new .NET Compact Framework 3.5 was released in tandem with this update in order to provide support for additional features on Windows Mobile and Windows Embedded CE devices.
The source code of the Framework Class Library in this version has been partially released (for debugging reference only) under the Microsoft Reference Source License.[25]
Service Pack 1
The .NET Framework 3.5 Service Pack 1 was released on 11 August 2008. This release adds new functionality and provides performance improvements under certain conditions,[26] especially with WPF where 20–45% improvements are expected. Two new data service components have been added, the ADO.NET Entity Framework and ADO.NET Data Services. Two new assemblies for web development, System.Web.Abstraction and System.Web.Routing, have been added; these are used in the ASP.NET MVC framework and, reportedly, will be used in the future release of ASP.NET Forms applications. Service Pack 1 is included with SQL Server 2008 and Visual Studio 2008 Service Pack 1. It also featured a new set of controls called "Visual Basic Power Packs" which brought back Visual Basic controls such as "Line" and "Shape". Version 3.5 SP1 of the .NET Framework shipped with Windows 7. It also shipped with Windows Server 2008 R2 as an optional component (disabled by default).
.NET Framework 3.5 SP1 Client Profile
For the .NET Framework 3.5 SP1 there is also a new variant of the .NET Framework, called the ".NET Framework Client Profile", which at 28 MB is significantly smaller than the full framework and only installs components that are the most relevant to desktop applications.[27] However, the Client Profile amounts to this size only if using the online installer on Windows XP SP2 when no other .NET Frameworks are installed or using Windows Update. When using the off-line installer or any other OS, the download size is still 250 MB.[28]
.NET Framework 4
Key focuses for this release are:
- Parallel Extensions to improve support for parallel computing, which target multi-core or distributed systems.[29] To this end, technologies like PLINQ (Parallel LINQ),[30] a parallel implementation of the LINQ engine, and Task Parallel Library, which exposes parallel constructs via method calls.,[31] are included.
- New Visual Basic .NET and C# language features, such as implicit line continuations, dynamic dispatch, named parameters, and optional parameters.
- Support for Code Contracts.
- Inclusion of new types to work with arbitrary-precision arithmetic (System.Numerics.BigInteger) and complex numbers (System.Numerics.Complex).
- Introduce Common Language Runtime (CLR) 4.0.
History
Microsoft announced the intention to ship .NET Framework 4 on 29 September 2008. The Public Beta was released on 20 May 2009.[32]
On 28 July 2009, a second release of the .NET Framework 4 beta was made available with experimental software transactional memory support.[33] This functionality is not available in the final version of the framework.
On 19 October 2009, Microsoft released Beta 2 of the .NET Framework 4.[34] At the same time, Microsoft announced the expected launch date for .NET Framework 4 as 22 March 2010.[34] This launch date was subsequently delayed to 12 April 2010.[35]
On 10 February 2010, a release candidate was published: Version:RC.[36]
On 12 April 2010, the final version of .NET Framework 4.0 was launched alongside the final release of Microsoft Visual Studio 2010.
On 18 April 2011, version 4.0.1 was released supporting some customer-demanded fixes for Windows Workflow Foundation.[37] Its design-time component, which requires Visual Studio 2010 SP1, adds a workflow state machine designer.[38]
On 19 October 2011, version 4.0.2 was released supporting some new features of Microsoft SQL Server.[39]
Version 4.0.3 was released on 4 March 2012.[40]
Windows Server AppFabric
After the release of the .NET Framework 4, Microsoft released a set of enhancements, named Windows Server AppFabric,[41] for application server capabilities in the form of AppFabric Hosting[42][43] and in-memory distributed caching support.
.NET Framework 4.5
.NET Framework 4.5 was released on 15 August 2012;[44] a set of new or improved features were added into this version.[45] The .NET Framework 4.5 is only supported on Windows Vista or later.[46][47] The .NET Framework 4.5 uses Common Language Runtime 4.0, with some additional runtime features.[48]
.NET for Metro style-apps
Metro-style apps were originally designed for specific form factors and leverage the pow≤≥±×←·§er of the Windows operating system. Two subset of the .NET Framework is available for building Metro-style apps using C# or Visual Basic: One for Windows 8 and Windows 8.1, called .NET APIs for Windows 8.x Store apps. Another for Universal Windows Platform (UWP), called .NET APIs for UWP. This version of .NET Framework, as well as the runtime and libraries used for Metro-style apps, is a part of Windows Runtime, the new platform and development model for Metro-style apps. It is an ecosystem that houses many platforms and languages, including .NET Framework, C++ and HTML5 with JavaScript.[49]
Core Features
- Ability to limit how long the regular expression engine will attempt to resolve a regular expression before it times out.
- Ability to define the culture for an application domain.
- Console support for Unicode (UTF-16) encoding.
- Support for versioning of cultural string ordering and comparison data.
- Better performance when retrieving resources.
- Native support for Zip compression (previous versions supported the compression algorithm, but not the archive format).
- Ability to customize a reflection context to override default reflection behavior through the CustomReflectionContext class.
- New asynchronous features were added to the C# and Visual Basic languages. These features add a task-based model for performing asynchronous operations,[50][51] implementing futures and promises.
ASP.NET
- Support for new HTML5 form types.
- Support for model binders in Web Forms. These let you bind data controls directly to data-access methods, and automatically convert user input to and from .NET Framework data types.
- Support for unobtrusive JavaScript in client-side validation scripts.
- Improved handling of client script through bundling and minification for improved page performance.
- Integrated encoding routines from the AntiXSS library (previously an external library) to protect from cross-site scripting attacks.
- Support for WebSocket protocol.
- Support for reading and writing HTTP requests and responses asynchronously.
- Support for asynchronous modules and handlers.
- Support for content distribution network (CDN) fallback in the ScriptManager control.
Networking
- Provides a new programming interface for HTTP applications: System.Net.Http namespace and System.Net.Http.Headers namespaces are added
- Improved internationalization and IPv6 support
- RFC-compliant URI support
- Support for internationalized domain name (IDN) parsing
- Support for Email Address Internationalization (EAI)
.NET Framework 4.5.1
The release of .NET Framework 4.5.1 was announced on 17 October 2013 along Visual Studio 2013.[52] This version requires Windows Vista SP2 and later[53] and is included with Windows 8.1 and Windows Server 2012 R2.
.NET Framework 4.5.2
The release of .NET Framework 4.5.2 was announced on 5 May 2014.[54] For Windows Forms applications, improvements were made for high DPI scenarios. For ASP.NET, higher reliability HTTP header inspection and modification methods are available as is a new way to schedule background asynchronous worker tasks.[54]
.NET Framework 4.6
.NET Framework 4.6 was announced on 12 November 2014.[55] It was released on 20 July 2015.[56] It supports a new just-in-time compiler (JIT) for 64-bit systems called RyuJIT, which features higher performance and support for SSE2 and AVX2 instruction sets. WPF and Windows Forms both have received updates for high DPI scenarios. Support for TLS 1.1 and TLS 1.2 has been added to WCF.[56]
The cryptographic API in .NET Framework 4.6 uses the latest version of Windows CNG cryptography API. As a result, NSA Suite B Cryptography is available to .NET Framework. Suite B consists of AES, the SHA-2 family of hashing algorithms, elliptic curve Diffie-Hellman, and elliptic curve DSA.[56][57]
References
- ↑ "Framework Versions". Archived from the original on 4 May 2008.
- 1 2 3 4 5 6 7 8 ".NET Framework Versions and Dependencies". MSDN. Microsoft. Retrieved 17 January 2014.
- 1 2 Stebner, Aaron (14 March 2007). "Mailbag: What version of the .NET Framework is included in what version of the OS?". Aaron Stebner's WebLog. Microsoft.
- 1 2 "What's New in Visual Studio .NET 2003". MSDN. Microsoft. Retrieved 1 September 2014.
Visual Studio .NET 2002 shipped with the Microsoft .NET Framework SDK version 1.0. Visual Studio .NET 2003 ships with .NET Framework SDK version 1.1.
- ↑ ".NET Framework Developer Center – Frequently Asked Questions". Archived from the original on July 24, 2012.
- ↑ "What's New in Visual Studio 2005". MSDN. Microsoft. Retrieved 1 September 2014.
- ↑ "What's New in Windows Server 2003 R2". TechNet. Microsoft. 22 August 2005. Retrieved 5 January 2015.
- ↑ Chinnathambi, Kirupa (4 December 2006). "Expression Blend -- What Is That?". Expression Blend and Design. Microsoft. Retrieved 1 September 2014.
- ↑ Guthrie, Scott (19 November 2007). "Visual Studio 2008 and .NET 3.5 Released". Scott Gu's Blog. Microsoft. Retrieved 1 September 2014.
- ↑ "What's New in Visual Studio 2010". MSDN. Microsoft. Retrieved 1 September 2014.
- ↑ "What's New in Visual Studio 2012". MSDN. Microsoft. Retrieved 1 September 2014.
- ↑ "What's New in Visual Studio 2013". MSDN. Microsoft. Retrieved 1 September 2014.
- ↑ Somasegar, S (29 June 2015). "Save the Date: Visual Studio 2015 RTM on July 20th". Somasegar’s blog. Microsoft.
- ↑ "Microsoft .NET Framework 4.6.1 (Offline Installer) for Windows 7 SP1, Windows 8, Windows 8.1, Windows 10, Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2". Download Center. Microsoft. 17 November 2015.
- ↑ "Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10". MSDN. Microsoft. Archived from the original on 27 April 2015.
- ↑ "Microsoft Product Lifecycle Search". Microsoft. Archived from the original on 5 September 2009. Retrieved 25 January 2008.
- ↑ ".NET Framework Developer Center – Frequently Asked Questions". Archived from the original on 24 July 2012.
- ↑ ".NET Framework 2.0 Software Development Kit (SDK) (x86)". Downloads. Microsoft. 29 November 2006.
- ↑ "Microsoft .NET Framework 3.5 Administrator Deployment Guide". MSDN. Microsoft. Retrieved 26 June 2008.
- ↑ "Microsoft .NET Framework 3.5 in Windows 2000". Archived from the original on 6 October 2011. Retrieved 6 October 2011.
- ↑ WinFX name change announcement Archived 21 June 2007 at WebCite
- ↑ ".NET Framework 3.0 Versioning and Deployment Q&A". Retrieved 1 June 2008.
- ↑ "Windows Presentation Foundation". MSDN. Microsoft. Retrieved 1 September 2014.
- ↑ "Catching RedBits differences in .NET 2.0 and .NET 2.0SP1". Archived from the original on 30 April 2008. Retrieved 1 June 2008.
- ↑ Scott Guthrie (3 October 2007). "Releasing the Source Code for the NET Framework". Archived from the original on 7 September 2010. Retrieved 15 September 2010.
- ↑ "Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1". Archived from the original on 4 September 2008. Retrieved 7 September 2008.
- ↑ Justin Van Patten (21 May 2008). ".NET Framework Client Profile". BCL Team Blog. MSDN Blogs. Archived from the original on 7 December 2008. Retrieved 30 September 2008.
- ↑ Rodriguez, Jaime (20 August 2008). "Client profile explained..". Archived from the original on 5 February 2009. Retrieved 15 February 2009.
- ↑ S. Somasegar. "The world of multi and many cores". Archived from the original on 22 June 2007. Retrieved 1 June 2008.
- ↑ "Parallel LINQ: Running Queries On Multi-Core Processors". Retrieved 2 June 2008.
- ↑ "Parallel Performance: Optimize Managed Code For Multi-Core Machines". Retrieved 2 June 2008.
- ↑ S. Somasegar. "Visual Studio 2010 and .NET FX 4 Beta 1 ships!". Archived from the original on 27 May 2009. Retrieved 25 May 2009.
- ↑ "STM.NET on DevLabs". 27 July 2008. Archived from the original on 10 August 2009. Retrieved 6 August 2008.
- 1 2 S. Somasegar. "Announcing Visual Studio 2010 and .NET FX 4 Beta 2". MSDN Blogs. Archived from the original on 22 October 2009. Retrieved 20 October 2009.
- ↑ Caron, Rob. "Visual Studio 2010 and .NET Framework 4 Launch Date". MSDN Blogs. Archived from the original on 17 January 2010. Retrieved 13 January 2010.
- ↑ http://www.infoworld.com/d/developer-world/microsoft-offers-visual-studio-2010-release-candidate-643 Archived 21 May 2010 at the Wayback Machine
- ↑ "Update 4.0.1 for Microsoft .NET Framework 4 - Design-Time Update for Visual Studio 2010 SP1". Support.microsoft.com. 2012-06-25. Retrieved 2013-01-16.
- ↑ "Microsoft .NET Framework 4 Platform Update 1 - The .NET Endpoint - Site Home - MSDN Blogs". Blogs.msdn.com. 2011-04-19. Retrieved 2013-01-16.
- ↑ "Update 4.0.2 for Microsoft .NET Framework 4 – Runtime Update". Support.microsoft.com. 2012-06-14. Retrieved 2013-01-16.
- ↑ "Update 4.0.3 for Microsoft .NET Framework 4 – Runtime Update". Support.microsoft.com. 2012-08-03.
- ↑ Windows Server AppFabric now Generally Available : AppFabric Blog : The Official Microsoft IIS Site
- ↑ "'Dublin' App Server coming to .NET 4". DevSource. Retrieved 27 April 2009.
- ↑ ".NET Framework 4 and Dublin Application Server". MSDN Blogs. Archived from the original on 10 May 2009. Retrieved 27 April 2009.
- ↑ Brandon Bray(MSDN Blogs). "Announcing the release of .NET Framework 4.5 RTM - Product and Source Code". Retrieved 15 August 2012.
- ↑ MSDN Library. "What's New in the .NET Framework 4.5". Retrieved 15 August 2012.
- ↑ Microsoft .NET Framework 4.5
- ↑ Standalone Installers .NET 4.5
- ↑ .NET Framework Versions and Dependencies
- ↑ ".NET for Windows apps". MSDN. Microsoft. Retrieved 26 January 2016.
- ↑ "Async in 4.5: Worth the Await - .NET Blog - Site Home - MSDN Blogs". Blogs.msdn.com. Retrieved 2014-05-13.
- ↑ "Asynchronous Programming with Async and Await (C# and Visual Basic)". Msdn.microsoft.com. Retrieved 2014-05-13.
- ↑ ".NET Framework 4.5.1 RTM => start coding". .NET Framework Blog. Microsoft. 17 October 2013. Retrieved 18 November 2013.
- ↑ "Microsoft .NET Framework 4.5.1 (Offline Installer)". Download Center. Microsoft. 12 October 2013. Retrieved 18 November 2013.
- 1 2 "Announcing the .NET Framework 4.5.2". MSDN Blogs. Microsoft. Retrieved 11 June 2014.
- ↑ .NET Team. "Announcing .NET 2015 Preview: A New Era for .NET". Retrieved 27 February 2015.
- 1 2 3 Lander, Rich (20 July 2015). "Announcing .NET Framework 4.6". .NET Blog. Microsoft.
The team is updating the System.Security.Cryptography APIs to support the Windows CNG cryptography APIs [...] since it supports modern cryptography algorithms [Suite B Support], which are important for certain categories of apps.
- ↑ "CNG Features § Suite B Support". Cryptography API: Next Generation. Microsoft. Retrieved 1 January 2016.
|