Content deleted Content added
Mobilemancer (talk | contribs) m Removed old link and added a new one |
On compatibility Tags: Visual edit Mobile edit Mobile web edit |
||
Line 3:
'''ASP.NET Core''' is an [[Open-source software|open-source]] [[Web framework|web application framework]], and the next generation of [[ASP.NET]], developed by [[Microsoft]] and the community. It is a modular framework that runs on both the full [[.NET Framework]], on [[Microsoft Windows|Windows]], and the [[cross-platform]] [[.NET Core]].
The framework is a complete rewrite that unites
Despite being a new framework, built on a new web stack, it does have a high degree of concept compatibility with ASP.NET MVC.
== Naming ==
Originally, the framework was going to be called '''ASP.NET 5'''<ref>{{cite web|url=http://www.asp.net/vnext/overview/aspnet-vnext/aspnet-5-overview#unify|title=ASP.NET 5 Overview|author=Tom FitzMacken|work=The Official Microsoft ASP.NET Site|accessdate=17 January 2015}}</ref> 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 1.0'''.<ref>{{cite web|url=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|title=ASP.NET 5 is dead - Introducing ASP.NET Core 1.0 and .NET Core 1.0|author=Jeffrey T. Fritz|work=.NET Web Development and Tools Blog|accessdate=20 January 2016}}</ref>
== Features ==
|