ASP.NET Core
- For the current version, see: ASP.NET
ASP.NET "vNext" is the next version of the ASP.NET web framework that is currently under development. It unites technologies like ASP.NET MVC and Web API into a single programming model and will be cross platform.
Originally, the framework was to be called ASP.NET 5[1] when ready. However, this has changed and the new name will be ASP.NET Core 1.0.[2]
Features
- No-compile developer experience
- Cloud-optimized runtime
- Host-agnostic - runs in IIS or standalone
- KRuntime command-line utility
- Katana based Open Web Interface for .NET (OWIN) support[3][4]
Components
See also
References
- ^ Tom FitzMacken. "ASP.NET 5 Overview". The Official Microsoft ASP.NET Site. Retrieved 17 January 2015.
- ^ Jeffrey T. Fritz. "ASP.NET 5 is dead - Introducing ASP.NET Core 1.0 and .NET Core 1.0". .NET Web Development and Tools Blog. Retrieved 20 January 2016.
- ^ "OWIN". ASP.NET 0.0.1 documentation.
- ^ "Roadmap". Katana Project.