ASP.NET 5 (now ASP.NET Core 1.0)
It is the next generation of ASP.NET, which provides a familiar and modern structure for web and cloud scenarios. It includes the following versions of ASP.NET MVC, Web APIs, Web Pages, and SignalR. This is a high-performance and modular design, and it supports side by side to make it seamless for migration from room to cloud. These products are being actively developed by the ASP.NET team in collaboration with the open source community. Together, we aim to create the best platform for web development.
Update: it has been renamed from ASP.NET 5 to ASP.Net Core 1.0.
.NET Core:
.NET Core is a small, optimized runtime that is the foundation for ASP.NET Core . It currently runs on Windows, Linux, and Mac. It is a high-performance and modular design and supports several applications on a web server, each of which has its own copy of the .NET Core runtime, which provides a complete side-by-side experience, and this will simplify the adoption of the new .NET Core without affecting other applications , and this makes the .NET Core architecture a leap forward from the current classic .NET 4.6. These products are being actively developed by the .NET team and in collaboration with the open source community. Together, we aim to improve and expand the .NET platform with new features and new scripts.
.NET Core has two main components. It includes a small working environment that is built from the same code base as the CLR.NET Framework. The .NET Core runtime includes the same GC and JIT (RyuJIT), but does not include features such as application domains or code access security. The runtime is delivered to NuGet through the Microsoft.CoreCLR package.
.NET Core also includes base class libraries. These libraries basically have the same code as the .NET Framework class libraries, but were taken into account (removing dependencies) to allow us to send a smaller set of libraries. These libraries are shipped as System. * NuGet packages at NuGet.org.
For more information, see Introducing .NET Core
Ramakrishna.p Apr 23 '15 at 10:49 2015-04-23 10:49
source share