ASP.NET Core: Difference between revisions

Content deleted Content added
m Expanding contraction.
Improved the usage of the terms, .NET, and .NET Core, in various places. .NET Core has been renamed to ".NET". Only the previous versions (1-3) are called ".NET Core" by Microsoft.
Line 34:
| AsOf =
}}
'''ASP.NET Core''' is a [[free and open-source]] [[web framework]] and successor to [[ASP.NET]],<ref>{{Cite web|url=https://docs.microsoft.com/en-us/aspnet/core/fundamentals/choose-aspnet-framework|title=Choose between ASP.NET 4.x and ASP.NET Core|website=docs.microsoft.com}}</ref> developed by [[Microsoft]].<ref>{{cite web|last1=singh Satinder|title=Introduction to ASP.NET Core|url=https://docs.microsoft.com/en-us/aspnet/core/|website=microsoft.com|access-date=10 July 2017}}</ref> 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 the .NET Framework.<ref>{{Cite web|url=https://docs.microsoft.com/en-us/aspnet/core/|title=Introduction to ASP.NET Core|website=docs.microsoft.com}}</ref>
 
The framework is a complete rewrite that unites the previously separate [[ASP.NET MVC]] and [[ASP.NET Web API]] into a single [[programming model]].
Line 67:
|{{Version|co|2.1}} [[long-term support]]
|2018-05-30
|2021-08-21<ref>{{Cite web|url=https://github.com/dotnet/core|title=GitHub - dotnet/core: Home repository forof .NET and .NET Core|date=October 20, 2019|via=GitHub}}</ref>
|Visual Studio 2017
|-
|{{Version|o|2.2}}
|2018-12-04<ref>{{Cite web|url=https://devblogs.microsoft.com/aspnet/asp-net-core-2-2-available-today/|title=ASP.NET Blog &#124; Announcing ASP.NET Core 2.2, available today!|date=December 4, 2018|website=ASP.NET Blog}}</ref>
|2019-12-23<ref name=":0">{{Cite web|url=https://dotnet.microsoft.com/platform/support/policy/dotnet-core|title=.NET Core and .NET 5 official support policy|website=Microsoft|language=en|access-date=2019-12-06}}</ref>
|Visual Studio 2017 15.9 and [[Visual Studio 2019|2019]] 16.0 preview 1
|-
Line 104:
* 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 Core
* In-built support for [[dependency injection]]