ASP.NET Core: Difference between revisions

Content deleted Content added
MrWizcat (talk | contribs)
m Updated old link
m added info about side by side execution
Line 1:
{{For|the current framework|ASP.NET}}
 
'''ASP.NET Core''' is a [[free and open-source]] [[web framework]], and the next generation of [[ASP.NET]], developed by [[Microsoft]] and the community.<ref>{{cite web|last1=singh Satinder|title=Introduction to ASP.NET Core|url=https://docs.microsoft.com/en-us/aspnet/core/|website=microsoft.com|accessdate=10 July 2017}}</ref> It is a modular framework that runs on both the full [[.NET Framework]], on [[Windows]], and the [[cross-platform]] [[.NET Framework#.NET Core|.NET Core]].ASP.
 
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 MVC.'''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.
 
== Release History ==