I came across the following statement in the ASP.NNEdocumentation
ASP.NET 5: The next version of ASP.NET, the open source Microsoft platform for building Modern Web Applications on Windows, Linux and Mac. ASP.NET 5 includes the MVC 6 framework for building web applications. It combines the features of MVC, Web API and Web Pages into a single web framework. ASP.NET 5 also includes SignalR 3 for adding real time functionality to cloud connected applications.
ASP.NET MVC 6: The framework for building web apps on the ASP.NET 5 platform. It features the merged MVC, Web Pages, and Web API from the previous version of ASP.NET.
So what is the difference between the ASP.NET 5 platform and the MVC 6 framework and SignalR?
All the following items have their own version number :
- C#
- .NET (framework, platform)
- ASP.NET platform
- ASP.NET MVC framework
- CLR
How can we figure out what this means?