Software:ASP.NET Core

From HandWiki
Short description: Open-source web application framework
ASP.NET Core
Original author(s)Microsoft
Developer(s).NET Foundation and the open source community
Initial releaseJune 7, 2016; 7 years ago (2016-06-07)
Stable release
v8.0.0 / 14 November 2023; 3 months ago (2023-11-14)[1]
Written inC#
Operating systemWindows, macOS, Linux
PlatformCross-platform
TypeWeb framework
LicenseMIT License[2]
Websitedotnet.microsoft.com/apps/aspnet

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

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

Release history

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
2.1 long-term support 2018-05-30 2021-08-21[7] Visual Studio 2017
2.2 2018-12-04[8] 2019-12-23[9] Visual Studio 2017 15.9 and 2019 16.0 preview 1
3.0 2019-09-23[10] 2020-03-03[9] Visual Studio 2017 and 2019
3.1 long-term support 2019-12-03[11] 2022-12-03[9] Visual Studio 2019
5.0 2020-11-10[12] 2022-05-08 Visual Studio 2019 16.8
6.0 long-term support 2021-11-08[13] 2024-11-08 Visual Studio 2022
7.0 standard-term support[14] 2022-11-08[15] 2024-05-14 Visual Studio 2022
8.0 long-term support[16] 2023-11-14[17] 2026-11-10 Visual Studio 2022
{{{2}}}

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

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[19][20] – 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

References

  1. "Announcing ASP.NET Core in .NET 8" (in en-US). 2023-11-14. https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/. 
  2. "ASP.NET Core license". https://github.com/aspnet/AspNetCore/blob/master/LICENSE.txt. 
  3. "Choose between ASP.NET 4.x and ASP.NET Core". https://docs.microsoft.com/en-us/aspnet/core/fundamentals/choose-aspnet-framework. 
  4. singh Satinder. "Introduction to ASP.NET Core". https://docs.microsoft.com/en-us/aspnet/core/. 
  5. "Introduction to ASP.NET Core". https://docs.microsoft.com/en-us/aspnet/core/. 
  6. "[Discussion Updated Blazor browser support for .NET 5 · Issue #26475 · dotnet/aspnetcore"] (in en). https://github.com/dotnet/aspnetcore/issues/26475. 
  7. "GitHub - dotnet/core: Home repository of .NET and .NET Core". October 20, 2019. https://github.com/dotnet/core. 
  8. "ASP.NET Blog | Announcing ASP.NET Core 2.2, available today!". December 4, 2018. https://devblogs.microsoft.com/aspnet/asp-net-core-2-2-available-today/. 
  9. 9.0 9.1 9.2 ".NET Core and .NET 5 official support policy" (in en). https://dotnet.microsoft.com/platform/support/policy/dotnet-core. 
  10. "ASP.NET Blog | ASP.NET Core and Blazor updates in .NET Core 3.0". September 23, 2019. https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0/. 
  11. "ASP.NET Core updates in .NET Core 3.1". December 3, 2019. https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/. 
  12. dotnet/aspnetcore, .NET Platform, 2020-11-11, https://github.com/dotnet/aspnetcore, retrieved 2020-11-11 
  13. "Announcing ASP.NET Core in .NET 6" (in en-US). 2021-11-08. https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-6/. 
  14. ".NET and .NET Core Support Policy". https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core. 
  15. "Announcing ASP.NET Core in .NET 7" (in en-US). 2022-11-08. https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-7/. 
  16. ".NET and .NET Core Support Policy". https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core. 
  17. "Announcing ASP.NET Core in .NET 8" (in en-US). 2022-11-08. https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/. 
  18. Jeffrey T. Fritz. "ASP.NET 6 is dead - Introducing ASP.NET Core 1.0 and .NET Core 1.0". .NET Web Development and Tools Blog. http://blogs.msdn.com/b/webdev/archive/2016/01/19/asp-net-5-is-dead-introducing-asp-net-core-1-0-and-net-core-1-0.aspx. 
  19. "OWIN". http://docs.asp.net/en/latest/fundamentals/owin.html. 
  20. "Roadmap". https://github.com/aspnet/AspNetKatana/wiki/Roadmap. 

External links