Is asp.net 5 different from asp.net mvc?

In Visual Studio 2015, there are templates for asp.net 5 (the starting site) and asp.net 5 mvc. What is the difference between the two?

Web forms are supposed to disappear, so asp.net 5 is not web forms.

+4
source share
2 answers

ASP.NET 5 is a new platform that includes the following features:

  • New Flexible and Cross-Platform Runtime
  • New Modular HTTP Request Pipeline
  • Cloud-ready environment configuration
  • A unified programming model that combines MVC, a web interface, and web pages.
  • The ability to see changes without rebuilding the project
  • Sharing .NET Framework Versions
  • IIS
  • Visual Studio 2015
  • GitHub

ASP.NET MVC 5 - MVC- ASP.NET 4.

, ASP.NET MVC 6, ASP.NET 5.

, ASP.NET MVC 5 Visual Studio 2015 , - MVC .

+5

, .

ASP.NET 5 - asp.net . ASp.net MVC - (/) - ( , - -). MVC asp.net .

ASP.NET 5 -.

Visual Studio 2015, MVC.

+1

All Articles