ASP.NET Core: Difference between revisions

Content deleted Content added
Release history: 3.1 end of support date
No edit summary
Line 36:
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. Developers can build new web applications by following the MVC architectural pattern and can create a new project in MS Visual Studio 2019 by using ASP.NET Core Web Application template. <ref name="Reasons to Choose the ASP.Net Core for Web Development">{{cite web |title=Reasons to Choose the ASP.Net Core for Web Development |url=https://vofoxsolutions.com/reasons-to-choose-asp-net-core-for-web-development/ |website=Vofox solutions |publisher=Vofox |accessdate=21 November 2019}}</ref>
 
== Release history ==