Software:.NET Framework version history

From HandWiki
.NET Framework stack

Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2001 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 with 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.

.NET Framework 4.8 was the final version of .NET Framework, future work going into the rewritten and cross-platform .NET Core platform, which shipped as .NET 5 in November 2020.[2][3]

Overview

Template:.NET Framework version history

.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.[4]

On 19 June 2001, the tenth anniversary of the release of Visual Basic, .NET Framework 1.0 Beta 2 was released.[5]

.NET Framework 1.0 is supported on Windows 98, ME, NT 4.0, 2000, XP, and Server 2003. Applications utilizing .NET Framework 1.0 will also run on computers with .NET Framework 1.1 installed, which supports additional operating systems.[6]

Service Pack 1

The .NET Framework 1.0 Service Pack 1 was released on 18 March 2002.[7]

Service Pack 2

The .NET Framework 1.0 Service Pack 2 was released on 7 February 2005.[8]

Service Pack 3

The .NET Framework 1.0 Service Pack 3 was released on 30 August 2004.[9]

.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. .NET Framework 1.1 is the last version to support Windows NT 4.0, and provides full backward compatibility to version 1.0, except in rare instances where an application will not run because it checks the version number of a library.[10]

Changes in 1.1 include:[11]

  • 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 1.1 is supported on Windows 98, ME, NT 4.0, 2000, XP, Server 2003, Vista, and Server 2008.[6][12]

Service Pack 1

The .NET Framework 1.1 Service Pack 1 was released on 30 August 2004.[13]

.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.[14] It was the last version to support Windows 98 and Windows Me.[15]

Changes in 2.0 include:

  • Full 64-bit computing support for both the x64 and the IA-64 hardware platforms
  • 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.
  • 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 2.0 is supported on Windows 98, ME, 2000, XP, Server 2003, Vista, Server 2008, and Server 2008 R2.[16] Applications utilizing .NET Framework 2.0 will also run on computers with .NET Framework 3.0 or 3.5 installed, which supports additional operating systems.

Service Pack 1

The .NET Framework 2.0 Service Pack 1 was released on 19 November 2007.[17]

Service Pack 2

The .NET Framework 2.0 Service Pack 2 was released on 16 January 2009.[18] It 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.[19]

.NET Framework 3.0

Elements of the Microsoft .NET Framework version 3.0

.NET Framework 3.0, formerly called WinFX,[20] 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.[21] 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[22]
  • 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 into a website

.NET Framework 3.0 is supported on Windows XP, Server 2003, Vista, Server 2008, and Server 2008 R2.[16] Applications utilizing .NET Framework 3.0 will also run on computers with .NET Framework 3.5 installed, which supports additional operating systems.

Service Pack 1

The .NET Framework 3.0 Service Pack 1 was released on 19 November 2007.[23]

Service Pack 2

The .NET Framework 3.0 Service Pack 2 was released on 22 February 2010.[24]

.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.[25]

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.[26]

.NET Framework 3.5 is supported on Windows XP, Server 2003, Vista, Server 2008, 7, Server 2008 R2, 8, Server 2012, 8.1, Server 2012 R2, 10, and Server 2016.[16] Starting from Windows 8, .NET Framework 3.5 is an optional feature that can be turned on or off in control panel.

Although .NET Framework 3.5 is over 10 years old, it is also shipped as Windows Container image, allowing old applications that based on .NET Framework 2.0–3.5 to run in container environment.[27]

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,[28] 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{{Not a typo|.} een 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.[29] 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.[30]

.NET Framework 4.0

Key focuses for this release are:

.NET Framework 4.0 is supported on Windows XP (with Service Pack 3), Windows Server 2003, Vista, Server 2008, 7 and Server 2008 R2.[16] Applications utilizing .NET Framework 4.0 will also run on computers with .NET Framework 4.5 or 4.6 installed, which supports additional operating systems. .NET Framework 4.0 is the last version to support Windows XP and Windows Server 2003.

History

Microsoft announced the intention to ship .NET Framework 4 on 29 September 2008. The Public Beta was released on 20 May 2009.[37]

On 28 July 2009, a second release of the .NET Framework 4 beta was made available with experimental software transactional memory support.[38] 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.[39] At the same time, Microsoft announced the expected launch date for .NET Framework 4 as 22 March 2010.[39] This launch date was subsequently delayed to 12 April 2010.[40]

On 10 February 2010, a release candidate was published: Version:RC.[41]

On 12 April 2010, the final version of .NET Framework 4.0 was launched alongside the final release of Microsoft Visual Studio 2010.[42]

On 18 April 2011, version 4.0.1 was released supporting some customer-demanded fixes for Windows Workflow Foundation.[43][44] Its design-time component, which requires Visual Studio 2010 SP1, adds a workflow state machine designer.

On 27 October 2011, version 4.0.2 was released supporting some new features of Microsoft SQL Server.[45][46]

On 5 March 2012, version 4.0.3 was released.[47][48]

Windows Server AppFabric

After the release of the .NET Framework 4, Microsoft released a set of enhancements, named Windows Server AppFabric,[49] for application server capabilities in the form of AppFabric Hosting[50][51] and in-memory distributed caching support.

.NET Framework 4.5

.NET Framework 4.5 was released on 15 August 2012;[52] a set of new or improved features were added into this version.[53] The .NET Framework 4.5 is only supported on Windows Vista or later.[54][55] The .NET Framework 4.5 uses Common Language Runtime 4.0, with some additional runtime features.[56]

.NET Framework 4.5 is supported on Windows Vista, Server 2008, 7, Server 2008 R2, 8, Server 2012, 8.1 and Server 2012 R2.[16] Applications utilizing .NET Framework 4.5 will also run on computers with .NET Framework 4.6 installed, which supports additional operating systems.

.NET for Metro-style apps

Metro-style apps were originally designed for specific form factors and leverage the power 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.[57]

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,[58][59] implementing futures and promises.

Managed Extensibility Framework (MEF)

Main page: Software:Managed Extensibility Framework

The Managed Extensibility Framework or MEF is a library for creating lightweight, extensible applications. It allows application developers to discover and use extensions with no configuration required. It also lets extension developers easily encapsulate code and avoid fragile hard dependencies. MEF not only allows extensions to be reused within applications, but across applications as well.[60]

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 Anti-XSS 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{{Not a typo|.} ces 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.[61] This version requires Windows Vista SP2 and later[62] and is included with Windows 8.1 and Windows Server 2012 R2. New features of .NET Framework 4.5.1:[63]

  • Debugger support for X64 edit and continue (EnC)
  • Debugger support for seeing managed return values
  • Async-aware debugging in the Call Stack and Tasks windows
  • Debugger support for analyzing .NET memory dumps (in the Visual Studio Ultimate SKU)
  • Tools for .NET developers in the Performance and Diagnostics hub
  • Code Analysis UI improvements
  • ADO.NET idle connection resiliency

.NET Framework 4.5.2

The release of .NET Framework 4.5.2 was announced on 5 May 2014.[64] This version requires Windows Vista SP2 and later.[65] 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.[64]

.NET Framework 4.6

.NET Framework 4.6 was announced on 12 November 2014.[66] It was released on 20 July 2015.[67] 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.[67] This version requires Windows Vista SP2 or later.[68]

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.[67][69]

.NET Framework 4.6 is supported on Windows Vista, Server 2008, 7, Server 2008 R2, 8, Server 2012, 8.1, Server 2012 R2, 10 and Server 2016.[16] However, .NET Framework 4.6.1 and 4.6.2 drops support for Windows Vista and Server 2008, and .NET Framework 4.6.2 drops support for Windows 8.

.NET Framework 4.6.1

The release of .NET Framework 4.6.1 was announced on 30 November 2015.[70] This version requires Windows 7 SP1 or later.[68] New features and APIs include:

  • WPF improvements for spell check, support for per-user custom dictionaries and improved touch performance.
  • Enhanced support for Elliptic Curve Digital Signature Algorithm (ECDSA) X509 certificates.
  • Added support in SQL Connectivity for AlwaysOn, Always Encrypted and improved connection open resiliency when connecting to Azure SQL Database.
  • Azure SQL Database now supports distributed transactions using the updated System.Transactions APIs .
  • Many other performance, stability, and reliability related fixes in RyuJIT, GC, WPF and WCF.

.NET Framework 4.6.2

The preview of .NET Framework 4.6.2 was announced on 30 March 2016.[71] It was released on 2 August 2016.[72] This version requires Windows 7 SP1 or later.[68] New features include:

  • Support for paths longer than 260 characters
  • Support for FIPS 186-3 DSA in X.509 certificates
  • TLS 1.1/1.2 support for ClickOnce
  • Support for localization of data annotations in ASP.NET
  • Enabling .NET desktop apps with Project Centennial
  • Soft keyboard and per-monitor DPI support for WPF

.NET Framework 4.6.2 is also shipped as Windows container image.

.NET Framework 4.7

On 5 April 2017, Microsoft announced that .NET Framework 4.7 was integrated into Windows 10 Creators Update, promising a standalone installer for other Windows versions. An update for Visual Studio 2017 was released on this date to add support for targeting .NET Framework 4.7.[73] The promised standalone installer for Windows 7 and later was released on 2 May 2017,[74] but it had prerequisites not included with the package.[75]

New features in .NET Framework 4.7 include:[76]

  • Enhanced cryptography with elliptic curve cryptography
  • Improve TLS support, especially for version 1.2
  • Support for High-DPI awareness support in Windows Forms
  • More support for touch and stylus in Windows Presentation Foundation (WPF)
  • New print APIs for WPF

.NET Framework 4.7 is supported on Windows 7, Server 2008 R2, Server 2012, 8.1, Server 2012 R2, 10, Server 2016 and Server 2019.[16]

.NET Framework 4.7 is also shipped as Windows container image.

.NET Framework 4.7.1

.NET Framework 4.7.1 was released on 17 October 2017.[77] Amongst the fixes and new features, it corrects a d3dcompiler dependency issue.[78] It also adds compatibility with the .NET Standard 2.0 out of the box.[79]

.NET Framework 4.7.1 is also shipped as Windows container image.

.NET Framework 4.7.2

.NET Framework 4.7.2 was released on 30 April 2018.[80] Amongst the changes are improvements to ASP.NET, BCL, CLR, ClickOnce, Networking, SQL, WCF, Windows Forms, Workflow and WPF.[81] This version is included with Server 2019.[16]

.NET Framework 4.7.2 is also shipped as Windows container image.

.NET Framework 4.8

.NET Framework 4.8 was released on 18 April 2019.[82][83] It was the final version of .NET Framework, all future work going into the .NET Core platform that will eventually become .NET 5 and onwards.[2] This release included JIT enhancements ported from .NET Core 2.1, High DPI enhancements for WPF applications, accessibility improvements, performance updates, and security enhancements.[84] It supported Windows 7, Server 2008 R2, Server 2012, 8.1, Server 2012 R2, 10, Server 2016 and Server 2019[16] and also shipped as a Windows container image.

The most-recent release is 4.8.0 Build 4115, with an offline installer size of 115 MB and a digital signature date of May 1, 2021.

References

  1. "Framework Versions". http://ben.skyiv.com/clrversion.html. 
  2. 2.0 2.1 ".NET Core is the Future of .NET" (in en-US). 2019-05-06. https://devblogs.microsoft.com/dotnet/net-core-is-the-future-of-net/. 
  3. Richard, Lander (2020-11-10). "Announcing .NET 5.0". https://devblogs.microsoft.com/dotnet/announcing-net-5-0/. 
  4. Cite error: Invalid <ref> tag; no text was provided for refs named MS_DotNET_EoL
  5. "Gates Revises Visual Studio .NET Release Date". 2001-12-05. http://betanews.com/2001/12/05/gates-revises-visual-studio-net-release-date/. 
  6. 6.0 6.1 ".NET Framework System Requirements". MSDN. Microsoft. https://msdn.microsoft.com/en-us/library/8z6watww%28v=vs.90%29.aspx. 
  7. ".NET Framework Service Pack". https://www.microsoft.com/en-us/download/details.aspx?id=23538. 
  8. "Archived copy". https://www.microsoft.com/en-us/download/details.aspx?id=8668. 
  9. "Archived copy". https://www.microsoft.com/en-us/download/details.aspx?id=13181. 
  10. ".NET Framework Developer Center – Frequently Asked Questions". http://msdn.microsoft.com/en-us/netframework/Aa497323.aspx. 
  11. "New and Enhanced Features". Microsoft. https://msdn.microsoft.com/en-us/library/h88tthh0(v=vs.71).aspx. 
  12. ".NET Framework 1.1 Redistributable". Microsoft. https://www.microsoft.com/en-us/download/details.aspx?id=26. 
  13. "Archived copy". https://www.microsoft.com/en-us/download/details.aspx?id=33. 
  14. ".NET Framework 2.0 Software Development Kit (SDK) (x86)". Microsoft. 29 November 2006. http://www.microsoft.com/en-us/download/details.aspx?id=19988. 
  15. "Microsoft .NET Framework 3.5 Administrator Deployment Guide". MSDN. Microsoft. http://msdn.microsoft.com/en-us/library/cc160717.aspx. 
  16. 16.0 16.1 16.2 16.3 16.4 16.5 16.6 16.7 16.8 Cite error: Invalid <ref> tag; no text was provided for refs named depend
  17. Microsoft .NET Framework 2.0 Service Pack 1 (x86) microsoft.com
  18. Microsoft .NET Framework 2.0 Service Pack 2 microsoft.com
  19. "Microsoft .NET Framework 3.5 in Windows 2000". http://rainstorms.me.uk/blog/2008/03/12/microsoft-net-framework-35-in-windows-2000. 
  20. "Somasegar's blog". https://docs.microsoft.com/en-us/archive/blogs/somasegar/. 
  21. ".NET Framework 3.0 Versioning and Deployment Q&A". http://msdn.microsoft.com/netframework/aa663314.aspx. 
  22. "Windows Presentation Foundation". Microsoft. http://msdn.microsoft.com/en-us/library/ms754130.aspx. 
  23. ".NET Framework 3.0 SP1". https://www.microsoft.com/en-us/download/details.aspx?id=3005. 
  24. "Archived copy". https://www.microsoft.com/en-us/download/details.aspx?id=6962. 
  25. "Catching RedBits differences in .NET 2.0 and .NET 2.0SP1". http://www.hanselman.com/blog/CommentView.aspx?guid=7cd75505-192f-4fef-b617-e47e1e2cb94b. 
  26. Scott Guthrie (3 October 2007). "Releasing the Source Code for the NET Framework". http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx. 
  27. "Docker Hub". https://hub.docker.com/_/microsoft-dotnet-framework-runtime/. 
  28. "Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1". http://msdn.microsoft.com/vstudio/products/cc533447.aspx. 
  29. Justin Van Patten (21 May 2008). ".NET Framework Client Profile". BCL Team Blog. MSDN Blogs. http://blogs.msdn.com/bclteam/archive/2008/05/21/net-framework-client-profile-justin-van-patten.aspx. 
  30. Rodriguez, Jaime (20 August 2008). "Client profile explained..". http://blogs.msdn.com/jaimer/archive/2008/08/20/client-profile-explained.aspx. 
  31. S. Somasegar. "The world of multi and many cores". http://blogs.msdn.com/somasegar/archive/2007/05/09/the-world-of-multi-and-many-cores.aspx. 
  32. "Parallel LINQ: Running Queries on Multi-Core Processors". http://msdn.microsoft.com/magazine/cc163329.aspx. 
  33. "Parallel Performance: Optimize Managed Code For Multi-Core Machines". http://msdn.microsoft.com/magazine/cc163340.aspx. 
  34. "Code Contracts". http://msdn.microsoft.com/en-us/devlabs/dd491992.aspx. 
  35. "BigInteger Structure". Microsoft. https://msdn.microsoft.com/en-us/library/system.numerics.biginteger(v=vs.100).aspx. 
  36. "Complex Structure". Microsoft. https://msdn.microsoft.com/library/system.numerics.complex(VS.100).aspx. 
  37. S. Somasegar. "Visual Studio 2010 and .NET FX 4 Beta 1 ships!". http://blogs.msdn.com/somasegar/archive/2009/05/18/visual-studio-2010-and-net-fx-4-beta-1-ships.aspx. 
  38. "STM.NET on DevLabs". 27 July 2008. http://blogs.msdn.com/somasegar/archive/2009/07/27/stm-net-in-devlabs.aspx. 
  39. 39.0 39.1 S. Somasegar. "Announcing Visual Studio 2010 and .NET FX 4 Beta 2". MSDN Blogs. http://blogs.msdn.com/somasegar/archive/2009/10/19/announcing-visual-studio-2010-and-net-fx-4-beta-2.aspx. 
  40. Caron, Rob. "Visual Studio 2010 and .NET Framework 4 Launch Date". MSDN Blogs. http://blogs.msdn.com/robcaron/archive/2010/01/13/9948172.aspx. 
  41. Krill, Paul (9 February 2010). "Microsoft offers Visual Studio 2010 release candidate". https://www.infoworld.com/article/2627953/microsoft-offers-visual-studio-2010-release-candidate.html. 
  42. Protalinski, Emil (12 April 2010). "Visual Studio 2010 and .NET Framework 4 arrive". https://arstechnica.com/information-technology/2010/04/visual-studio-2010-and-net-framework-40-arrive/. 
  43. "Microsoft .NET Framework 4 Platform Update 1". The .NET Endpoint's Blog. Microsoft. April 18, 2011. https://docs.microsoft.com/en-us/archive/blogs/endpoint/microsoft-net-framework-4-platform-update-1. 
  44. "Update 4.0.1 for Microsoft .NET Framework 4 – Runtime Update". support.microsoft.com. Microsoft. April 13, 2011. https://support.microsoft.com/en-us/topic/update-4-0-1-for-microsoft-net-framework-4-runtime-update-43f0eda2-0942-2da5-44ec-905679fd6812. 
  45. "Update 4.0.2 for the Microsoft .NET Framework 4". .NET Blog. Microsoft. October 27, 2011. https://devblogs.microsoft.com/dotnet/update-4-0-2-for-the-microsoft-net-framework-4/. 
  46. "Update 4.0.2 for Microsoft .NET Framework 4 – Runtime Update". support.microsoft.com. Microsoft. October 19, 2011. https://support.microsoft.com/en-us/topic/update-4-0-2-for-microsoft-net-framework-4-runtime-update-8d0f21a2-2459-c5dd-8a23-49518a89cafc. 
  47. "Update 4.0.3 for the Microsoft .NET Framework 4". .NET Blog. Microsoft. March 5, 2012. https://devblogs.microsoft.com/dotnet/update-4-0-3-for-the-microsoft-net-framework-4/. 
  48. "Update 4.0.3 for Microsoft .NET Framework 4 – Runtime Update". support.microsoft.com. Microsoft. March 4, 2012. https://support.microsoft.com/en-us/topic/update-4-0-3-for-microsoft-net-framework-4-runtime-update-becfc63b-125e-84a5-68e8-5d2357d33f4a. 
  49. "AppFabric Blog – Windows Server AppFabric now Generally Available". http://blogs.iis.net/appfabric/archive/2010/06/07/windows-server-appfabric-now-generally-available.aspx. 
  50. "'Dublin' App Server coming to .NET 4". DevSource. https://blogs.msdn.microsoft.com/architectsrule/2008/10/01/net-framework-4-0-and-dublin-application-server/. 
  51. ".NET Framework 4 and Dublin Application Server". MSDN Blogs. http://blogs.msdn.com/architectsrule/archive/2008/10/01/net-framework-4-0-and-dublin-application-server.aspx. 
  52. Brandon Bray(MSDN Blogs). "Announcing the release of .NET Framework 4.5 RTM – Product and Source Code". http://blogs.msdn.com/b/dotnet/archive/2012/08/15/announcing-the-release-of-net-framework-4-5-rtm-product-and-source-code.aspx. 
  53. MSDN Library. "What's New in the .NET Framework 4.5". http://msdn.microsoft.com/en-us/library/ms171868%28v=VS.110%29.aspx. 
  54. ".NET Framework 4.5". https://www.microsoft.com/en-us/download/details.aspx?id=30653. 
  55. "Standalone Installers .NET 4.5". http://www.microsoft.com/visualstudio/11/en-us/downloads#net-45. 
  56. rpetrusha. ".NET Framework Versions and Dependencies". http://msdn.microsoft.com/en-us/library/bb822049.aspx. 
  57. ".NET for Windows apps". Microsoft. https://msdn.microsoft.com/en-us/library/windows/apps/br230232.aspx. 
  58. "Async in 4.5: Worth the Await – .NET Blog – Site Home – MSDN Blogs". Blogs.msdn.com. http://blogs.msdn.com/b/dotnet/archive/2012/04/03/async-in-4-5-worth-the-await.aspx. 
  59. "Asynchronous Programming with Async and Await (C# and Visual Basic)". Msdn.microsoft.com. http://msdn.microsoft.com/en-us/library/hh191443.aspx. 
  60. "Managed Extensibility Framework (MEF)". Microsoft. https://msdn.microsoft.com/en-us/library/dd460648(v=vs.110).aspx. 
  61. ".NET Framework 4.5.1 RTM => start coding". .NET Framework Blog. Microsoft. 17 October 2013. http://blogs.msdn.com/b/dotnet/archive/2013/10/17/net-framework-4-5-1-rtm-gt-start-coding.aspx. 
  62. "Microsoft .NET Framework 4.5.1 (Offline Installer)". Download Center. Microsoft. 12 October 2013. http://www.microsoft.com/en-us/download/details.aspx?id=40779. 
  63. ".NET Framework 4.5.1 RTM => start coding". Microsoft. 17 October 2013. https://blogs.msdn.microsoft.com/dotnet/2013/10/17/net-framework-4-5-1-rtm-start-coding/. 
  64. 64.0 64.1 "Announcing the .NET Framework 4.5.2". Microsoft. 5 May 2014. https://blogs.msdn.microsoft.com/dotnet/2014/05/05/announcing-the-net-framework-4-5-2/. 
  65. "Microsoft .NET Framework 4.5.2 (Offline Installer)". Download Center. Microsoft. 6 May 2014. http://www.microsoft.com/en-us/download/details.aspx?id=42642. 
  66. .NET Team (12 November 2014). "Announcing .NET 2015 Preview: A New Era for .NET". https://devblogs.microsoft.com/dotnet/announcing-net-2015-preview-a-new-era-for-net/. 
  67. 67.0 67.1 67.2 Lander, Rich (20 July 2015). "Announcing .NET Framework 4.6". Microsoft. http://blogs.msdn.com/b/dotnet/archive/2015/07/20/announcing-net-framework-4-6. "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." 
  68. 68.0 68.1 68.2 ".NET Framework System Requirements". Microsoft. https://msdn.microsoft.com/en-us/library/8z6watww(v=vs.110).aspx. 
  69. "CNG Features § Suite B Support". Microsoft. https://msdn.microsoft.com/library/windows/desktop/bb204775.aspx#suite_b_support. 
  70. ".NET Framework 4.6.1 is now available!". Microsoft. 30 November 2015. https://blogs.msdn.microsoft.com/dotnet/2015/11/30/net-framework-4-6-1-is-now-available/. 
  71. "Announcing the .NET Framework 4.6.2 Preview". Microsoft. 30 March 2016. https://blogs.msdn.microsoft.com/dotnet/2016/03/30/announcing-the-net-framework-4-6-2-preview/. 
  72. "Announcing .NET Framework 4.6.2". Microsoft. 2 August 2016. https://blogs.msdn.microsoft.com/dotnet/2016/08/02/announcing-net-framework-4-6-2/. 
  73. Lander, Rich (5 April 2017). "Announcing the .NET Framework 4.7". Microsoft. https://blogs.msdn.microsoft.com/dotnet/2017/04/05/announcing-the-net-framework-4-7/. 
  74. "Microsoft .NET Framework 4.7 (Offline Installer)". Microsoft. 2 May 2017. https://www.microsoft.com/en-us/download/details.aspx?id=55167. 
  75. "The .NET Framework 4.7 installation is blocked on Windows 7, Windows Server 2008 R2 and Windows Server 2012 because of a missing d3dcompiler update". Microsoft. 3 May 2017. https://support.microsoft.com/en-us/help/4020302/the-net-framework-4-7-installation-is-blocked-on-windows-7-windows-ser. 
  76. "What's New in the .NET Framework". Microsoft. https://docs.microsoft.com/en-us/dotnet/articles/framework/whats-new/index#v47. 
  77. Krishna, Preeti (17 October 2017). "Announcing the .NET Framework 4.7.1". Microsoft. https://blogs.msdn.microsoft.com/dotnet/2017/10/17/announcing-the-net-framework-4-7-1/. 
  78. "Announcing the .NET Framework 4.7.1". 17 October 2017. https://blogs.msdn.microsoft.com/dotnet/2017/10/17/announcing-the-net-framework-4-7-1/#comment-381526. 
  79. Immo Landwerth (2017-09-27), .NET Standard – .NET Framework 4.7.1, https://www.youtube.com/watch?v=u67Eu_IgEMs, retrieved 2018-04-25 
  80. "Announcing the .NET Framework 4.7.2" (in en-US). https://blogs.msdn.microsoft.com/dotnet/2018/04/30/announcing-the-net-framework-4-7-2/. 
  81. "What's new in the .NET Framework". https://docs.microsoft.com/en-us/dotnet/framework/whats-new/index#v472. 
  82. "Announcing the .NET Framework 4.8" (in en-US). https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-8/. 
  83. "Upcoming Updates for .NET Framework 4.8" (in en-US). https://devblogs.microsoft.com/dotnet/upcoming-updates-for-net-framework-4-8/. 
  84. ".NET Framework 4.8 Release Notes" (in en-US). https://github.com/microsoft/dotnet/blob/master/releases/net48/README.md.