Английская Википедия:.NET Framework version history

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Cleanup Шаблон:Use dmy dates Шаблон:Annotated image

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 Framework 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 announced as the final version of .NET Framework, with future work going into the rewritten and cross-platform .NET Core platform (later, simply .NET), which shipped as .NET 5 in November 2020.[2][3] However, .NET Framework 4.8.1 was released in August 2022.[4]

Overview

Шаблон:.NET Framework version history

.NET Framework 1.0

The first version of the .NET Framework was released on 15 January 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.[5]

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

.NET Framework 1.0 is supported on Windows 98, ME, NT 4.0 (with Service Pack 6a), 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.[7]

Service Pack 1 Шаблон:Anchor

The .NET Framework 1.0 Service Pack 1 was released on 19 March 2002.[8]

Service Pack 2 Шаблон:Anchor

.NET Framework 1.0 Service Pack 2 was released on 7 August 2002.[9]

Service Pack 3 Шаблон:Anchor

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

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

Changes in 1.1 include:[12]

  • 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 (with Service Pack 6a), 2000, XP, Server 2003, Vista, and Server 2008.[7][13]

Service Pack 1 Шаблон:Anchor

The .NET Framework 1.1 Service Pack 1 was released on 30 August 2004.[14] It requires Windows NT 4.0 SP6a plus Windows Installer 2.0. It is the last version to support Windows NT 4.0 SP6a, Windows 2000 RTM-SP2 and Windows XP RTM-SP1.

.NET Framework 2.0

Version 2.0 was released on 27 October 2005. 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.[15] Support ended on 12 July 2011. It is the last version to support Windows 98, Windows 2000 SP3, Windows ME and Windows Server 2003 RTM.[16]

Changes in 2.0 include:

.NET Framework 2.0 is supported on Windows 98, ME, 2000 (with Service Pack 3 or higher), XP (with Service Pack 2 or higher), Server 2003, Server 2008 and Server 2008 R2.[17] 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 Шаблон:Anchor

The .NET Framework 2.0 Service Pack 1 was released on 19 November 2007.[18] It requires Windows 2000 with SP4.

Service Pack 2 Шаблон:Anchor

The .NET Framework 2.0 Service Pack 2 was released on 11 August 2008.[19] 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 SP4 although there have been some unofficial workarounds to use a subset of the functionality from Version 3.5 in Windows 2000.[20]

.NET Framework 3.0

Файл:Microsoft .Net Framework 3.0.svg
Elements of the Microsoft .NET Framework version 3.0

.NET Framework 3.0, formerly called WinFX,[21] was released on 6 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:

.NET Framework 3.0 is supported on Windows XP, Server 2003, Vista, Server 2008, and Server 2008 R2.[17] 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 Шаблон:Anchor

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

Service Pack 2 Шаблон:Anchor

.NET Framework 3.0 Service Pack 2 was released on 11 August 2008.[25]

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

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

.NET Framework 3.5 is supported on Windows XP (with Service Pack 2 or higher), Server 2003 (with Service Pack 1 or higher), Vista, Server 2008, 7, Server 2008 R2, 8, Server 2012, 8.1, Server 2012 R2, 10, and Server 2016.[17] 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.[28]

Service Pack 1 Шаблон:Anchor

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,[29] 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Шаблон:Not a typoAbstraction and System.WebШаблон:Not a typoRouting, 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). It is the last version to support Windows XP SP2, Windows Server 2003 SP1 and Windows Vista RTM.

.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.[30] 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.[31]

.NET Framework 4.0Шаблон:Anchor

Key focuses for this release are:

.NET Framework 4.0 is supported on Windows XP (with Service Pack 3), Windows Server 2003 (with Service Pack 2), Vista (with Service Pack 1 or higher), Server 2008, 7 and Server 2008 R2.[17] 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. Support for .NET Framework 4.0 ended on 12 April 2016 and is no longer providing technical support, bug fixes, or security fixes for .NET Framework 4.0 vulnerabilities which may be subsequently reported or discovered. It is the last version to support Windows XP SP3, Windows Server 2003 SP2, Windows Vista SP1, Windows Server 2008 RTM, Windows 7 RTM and Windows Server 2008 R2 RTM.

History

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

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

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

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

On 18 April 2011, version 4.0.1 was released supporting some customer-demanded fixes for Windows Workflow Foundation.[44][45] 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.[46][47]

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

Windows Server AppFabric

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

.NET Framework 4.5

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

.NET Framework 4.5 is supported on Windows Vista (with Service Pack 2), Server 2008 (with Service Pack 2), 7 (with Service Pack 1), Server 2008 R2 (with Service Pack 1), 8, Server 2012, 8.1 and Server 2012 R2.[17] 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.[58]

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

Managed Extensibility Framework (MEF)

Шаблон:Main 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.[61]

ASP.NET

Networking

.NET Framework 4.5.1

The release of .NET Framework 4.5.1 was announced on 17 October 2013 along Visual Studio 2013.[62] This version requires Windows Vista SP2 and later[63] and is included with Windows 8.1 and Windows Server 2012 R2. New features of .NET Framework 4.5.1:[64]

  • 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.[65] This version requires Windows Vista SP2 and later.[66] 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.[65]

.NET Framework 4.6

.NET Framework 4.6 was announced on 12 November 2014.[67] It was released on 20 July 2015.[68] 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.[68] This version requires Windows Vista SP2 or later.[69] It is the last version to support Windows Vista SP2 and Windows Server 2008 SP2.

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.[68][70]

.NET Framework 4.6 is supported on Windows Vista (with Service Pack 2), Server 2008 (with Service Pack 2), 7 (with Service Pack 1), Server 2008 R2 (with Service Pack 1), 8, Server 2012, 8.1, Server 2012 R2, 10 and Server 2016.[17] Support for .NET Framework 4.6 ended on 26 April 2022.

.NET Framework 4.6.1

The release of .NET Framework 4.6.1 was announced on 30 November 2015.[71] This version requires Windows 7 SP1 or later and is also the last version to support Windows 8.[69] 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.[72] It was released on 2 August 2016.[73] This version requires Windows 7 SP1 or later and is also the last version to support Windows 10 (RTM—1511).[69] 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.[74] The promised standalone installer for Windows 7 and later was released on 2 May 2017,[75] but it had prerequisites not included with the package.[76] NET Framework 4.7 dropped support for Windows 8 and will only run on Windows 7 Service Pack 1 and later.

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

  • Enhanced cryptography with elliptic curve cryptography
  • Improve TLS support, especially for version 1.2
  • 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 (with Service Pack 1), Server 2008 R2 (with Service Pack 1), Server 2012, 8.1, Server 2012 R2, 10, Server 2016 and Server 2019.[17]

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

.NET Framework 4.7.1

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

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

.NET Framework 4.7.2

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

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

.NET Framework 4.8

.NET Framework 4.8 was released on 18 April 2019.[83][84] It was the final version of .NET Framework, with future work going into the .NET Core platform that eventually became .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.[85] It supported Windows 7 (with Service Pack 1), Server 2008 R2 (with Service Pack 1), Server 2012, 8.1, Server 2012 R2, 10, Server 2016 and Server 2019[17] and also shipped as a Windows container image. It is the last version to support Windows 7 SP1, Windows Server 2008 R2 SP1, Windows Server 2012, Windows 8.1, Windows Server 2012 R2, Windows 10 (1607–1809), Windows Server 2016 and Windows Server 2019, although it is only supported as included in Windows 10 (1903–2004).

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

.NET Framework 4.8.1

.NET Framework 4.8.1 was released on 9 August 2022.[4] This version includes the native ARM64 support, WCAG2.1 compliant accessible tooltips, and accessibility improvements for Windows Forms. It is supported on Windows 10 (20H2+), Windows Server 2022 and Windows 11.

The most-recent release is 4.8.1 Build 9186, with an offline installer size of 74 MB (77,667,480 bytes) and a digital signature date of July 27, 2023.

References

Шаблон:Reflist

Шаблон:.NET Framework

  1. Шаблон:Cite web
  2. 2,0 2,1 Шаблон:Cite web
  3. Шаблон:Cite web
  4. 4,0 4,1 Шаблон:Cite news
  5. Ошибка цитирования Неверный тег <ref>; для сносок MS_DotNET_EoL не указан текст
  6. Шаблон:Cite web
  7. 7,0 7,1 Шаблон:Cite web
  8. Шаблон:Cite web
  9. Шаблон:Cite web
  10. Шаблон:Cite web
  11. Шаблон:Cite web
  12. Шаблон:Cite web
  13. Шаблон:Cite web
  14. Шаблон:Cite web
  15. Шаблон:Cite web
  16. Шаблон:Cite web
  17. 17,0 17,1 17,2 17,3 17,4 17,5 17,6 17,7 17,8 Ошибка цитирования Неверный тег <ref>; для сносок depend не указан текст
  18. Microsoft .NET Framework 2.0 Service Pack 1 (x86) Шаблон:Webarchive microsoft.com
  19. Шаблон:Cite web microsoft.com
  20. Шаблон:Cite web
  21. Шаблон:Cite web
  22. Шаблон:Cite web
  23. Шаблон:Cite web
  24. Шаблон:Cite web
  25. Шаблон:Cite web
  26. Шаблон:Cite web
  27. Шаблон:Cite web
  28. Шаблон:Cite web
  29. Шаблон:Cite web
  30. Шаблон:Cite web
  31. Шаблон:Cite web
  32. Шаблон:Cite web
  33. Шаблон:Cite web
  34. Шаблон:Cite web
  35. Шаблон:Cite web
  36. Шаблон:Cite web
  37. Шаблон:Cite web
  38. Шаблон:Cite web
  39. Шаблон:Cite web
  40. 40,0 40,1 Шаблон:Cite web
  41. Шаблон:Cite web
  42. Шаблон:Cite web
  43. Шаблон:Cite web
  44. Шаблон:Cite web
  45. Шаблон:Cite web
  46. Шаблон:Cite web
  47. Шаблон:Cite web
  48. Шаблон:Cite web
  49. Шаблон:Cite web
  50. Шаблон:Cite web
  51. Шаблон:Cite web
  52. Шаблон:Cite web
  53. Шаблон:Cite web
  54. Шаблон:Cite web
  55. Шаблон:Cite web
  56. Шаблон:Cite web
  57. Шаблон:Cite web
  58. Шаблон:Cite web
  59. Шаблон:Cite web
  60. Шаблон:Cite web
  61. Шаблон:Cite web
  62. Шаблон:Cite web
  63. Шаблон:Cite web
  64. Шаблон:Cite web
  65. 65,0 65,1 Шаблон:Cite web
  66. Шаблон:Cite web
  67. Шаблон:Cite web
  68. 68,0 68,1 68,2 Шаблон:Cite web
  69. 69,0 69,1 69,2 Шаблон:Cite web
  70. Шаблон:Cite web
  71. Шаблон:Cite web
  72. Шаблон:Cite web
  73. Шаблон:Cite web
  74. Шаблон:Cite web
  75. Шаблон:Cite web
  76. Шаблон:Cite web
  77. Шаблон:Cite web
  78. Шаблон:Cite web
  79. Шаблон:Cite web
  80. Шаблон:Citation
  81. Шаблон:Cite news
  82. Шаблон:Cite web
  83. Шаблон:Cite news
  84. Шаблон:Cite news
  85. Шаблон:Cite news