Английская Википедия:ASP.NET Core

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

Шаблон:Short description Шаблон:Infobox software ASP.NET Core is an open-source modular web-application framework. It is a redesign of ASP.NET that unites the previously separate ASP.NET MVC and ASP.NET Web API into a single programming model.[1][2] Despite being a new framework, built on a new web stack, it does have a high degree of concept compatibility with ASP.NET. The ASP.NET Core framework supports 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. ASP.NET Core initially ran on both the Windows-only .NET Framework and the cross-platform .NET. However, support for the .NET Framework was dropped beginning with ASP.Net Core 3.0.[3]

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 works, the legacy version of it, i.e. "Microsoft Edge Legacy" and Internet Explorer 11 was dropped when you use Blazor.[4]

Release history

Version Number Release Date End of Support Supported Visual Studio Version(s)
Шаблон:Version 2016-06-27 2019-06-27 Visual Studio 2015, 2017
Шаблон:Version 2016-11-18 2019-06-27 Visual Studio 2015, 2017
Шаблон:Version 2017-08-14 2018-10-01 Visual Studio 2017
Шаблон:Version long-term support 2018-05-30 2021-08-21[5] Visual Studio 2017
Шаблон:Version 2018-12-04[6] 2019-12-23[7] Visual Studio 2017 15.9 and 2019 16.0 preview 1
Шаблон:Version 2019-09-23[8] 2020-03-03[7] Visual Studio 2017 and 2019
Шаблон:Version long-term support 2019-12-03[9] 2022-12-03[7] Visual Studio 2019
Шаблон:Version 2020-11-10[10] 2022-05-08 Visual Studio 2019 16.8
Шаблон:Version long-term support 2021-11-08[11] 2024-11-08 Visual Studio 2022
Шаблон:Version standard-term support[12] 2022-11-08[13] 2024-05-14 Visual Studio 2022
Шаблон:Version long-term support[14] 2023-11-14[15] 2026-11-10 Visual Studio 2022
Шаблон:Version

Naming

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

Features

  • No-compile developer experience (i.e. compilation is continuous, so that the developer does not have to invoke the compilation command)
  • Modular framework distributed as NuGet packages
  • Cloud-optimized runtime (optimized for the internet)
  • Host-agnostic via Open Web Interface for .NET (OWIN) support[17][18] – runs in IIS or standalone
  • A unified story for building web UI and web APIs (i.e. both the same)
  • A cloud-ready environment-based configuration system
  • A light-weight and modular HTTP request pipeline
  • Build and run cross-platform ASP.NET Core apps on Windows, Mac, and Linux
  • Open-source and community-focused
  • Side-by-side app versioning when targeting .NET
  • In-built support for dependency injection

Components

See also

Шаблон:Portal

References

Шаблон:Reflist

External links

Шаблон:Wikibooks

Шаблон:.NET Framework Шаблон:Microsoft FOSS Шаблон:Web frameworks