Original author(s) | Microsoft |
---|---|
Developer(s) | .NET Foundation and the open source community |
Stable release | |
Repository | |
Written in | C# |
Operating system | Windows, macOS, Linux |
Platform | Cross-platform |
Type | Web framework |
License | Apache License 2.0[4] |
Website | dotnet |
ASP.NET Core is a free and open-source web framework and successor to ASP.NET,[5] developed by Microsoft.[6] It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core. However ASP.NET Core version 3 works only on .NET Core dropping support of .NET Framework.[7]
The framework is a complete rewrite that 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 does have a high degree of concept compatibility with ASP.NET. ASP.NET Core applications supports side by side versioning in which different applications, running on the same machine, can target different versions of ASP.NET Core. This is not possible with previous versions of ASP.NET.
Blazor is a recent (optional) component to support WebAssembly and since version 5.0 it is dropping support for some old web browsers. While current Microsoft Edge works, the legacy version of it, i.e. "Microsoft Edge Legacy" and Internet Explorer 11 are dropped when you use Blazor.[8]
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[9] | Visual Studio 2017 |
2.2 | 2018-12-04[10] | 2019-12-23[11] | Visual Studio 2017 15.9 and 2019 16.0 preview 1 |
3.0 | 2019-09-23[12] | 2020-03-03[11] | Visual Studio 2017 and 2019 |
long-term support | 3.12019-12-03[13] | 2022-12-03[11] | Visual Studio 2019 |
5.0 | 2020-11-10[2] | Visual Studio 2019 16.8 |
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.[14]
By: Wikipedia.org
Edited: 2021-06-18 19:49:04
Source: Wikipedia.org