Original author(s) | Microsoft |
---|---|
Developer(s) | .NET Foundation and the open source community |
Initial release | June 7, 2016 |
Stable release |
v7.0 / 8 November 2022[1]
|
Repository | |
Written in | C# |
Operating system | Windows, macOS, Linux |
Platform | Cross-platform |
Type | Web framework |
License | MIT License[2] |
Website | dotnet |
ASP.NET Core was a brand briefly used by Microsoft for the rewrite of ASP.NET.[3][4] It was initially a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET. However, ASP.NET Core version 3 only worked on .NET Core, dropping support of the .NET Framework.[5]
This complete rewrite of ASP.NET unites the previously separate ASP.NET MVC and ASP.NET Web API into a single programming model.
Despite being a new framework, built on a new web stack, it did have a high degree of concept compatibility with ASP.NET. The ASP.NET Core framework supported side-by-side versioning so that different applications being developed on a single machine can target different versions of ASP.NET Core. This was not possible with previous versions of ASP.NET.
Blazor is a recent (optional) component to support WebAssembly and since version 5.0, it has dropped support for some old web browsers. While current Microsoft Edge worked, the legacy version of it, i.e. "Microsoft Edge Legacy" and Internet Explorer 11 was dropped when you use Blazor.[6]
Beginning August 2022 Microsoft reverted back to the ASP.NET branding.[7]
Version Number | Release Date | End of Support | Supported Visual Studio Version(s) |
---|---|---|---|
1.0 | 2016-06-27 | 2019-06-27 | Visual Studio 2015, 2017 |
1.1 | 2016-11-18 | 2019-06-27 | Visual Studio 2015, 2017 |
2.0 | 2017-08-14 | 2018-10-01 | Visual Studio 2017 |
long-term support | 2.12018-05-30 | 2021-08-21[8] | Visual Studio 2017 |
2.2 | 2018-12-04[9] | 2019-12-23[10] | Visual Studio 2017 15.9 and 2019 16.0 preview 1 |
3.0 | 2019-09-23[11] | 2020-03-03[10] | Visual Studio 2017 and 2019 |
long-term support | 3.12019-12-03[12] | 2022-12-03[10] | Visual Studio 2019 |
5.0 | 2020-11-10[13] | 2022-05-08 | Visual Studio 2019 16.8 |
long-term support | 6.02021-11-08[14] | 2024-11-08 | Visual Studio 2022 |
[15] | 7.0 standard-term support2022-11-08[16] | 2024-05-14 | Visual Studio 2022 |
Old version
Older version, still maintained
Latest version
|
Originally deemed ASP.NET vNext, the framework was going to be called ASP.NET 5 when ready. However, in order to avoid implying it is an update to the existing ASP.NET framework, Microsoft later changed the name to ASP.NET Core at the 1.0 release.[17]