ASP.NET Core: Difference between revisions

Content deleted Content added
Styfle (talk | contribs)
Fix broken References header and remove unused reference
Features: Clarification of Microsoft market speak.
Line 11:
 
== Features ==
* No-compile developer experience (ie compilation is continuous so the developer doesn't have to invoke the compilation command)
* Modular framework distributed as [[NuGet]] packages
* Cloud-optimized runtime (optimised for the internet)
* Host-agnostic via [[Open Web Interface for .NET]] (OWIN) support<ref>{{cite web |title=OWIN |url=http://docs.asp.net/en/latest/fundamentals/owin.html |website=ASP.NET 0.0.1 documentation}}</ref><ref>{{cite web |title=Roadmap |url=http://katanaproject.codeplex.com/wikipage?title=roadmap |website=Katana Project}}</ref> - runs in [[Internet Information Services|IIS]] or standalone
* A unified story for building web UI and web APIs. (ie both the same)
* A cloud-ready environment-based configuration system.
* A light-weight and modular HTTP request pipeline.