I'm confused by the myriad of options for creating a new website in Visual Studio 2015.
In particular, I don't understand the difference between
- File > New... Website... ASP.NET Website (Razor v3) and
- File > New... Project... ASP.NET Web Application > ASP.NET 4.6.1 Templates > MVC 4
What I'd like is a website that works well with Entity Framework and provides scaffolding to quickly create data entry forms.
It seems MVC 4 provides this, but is there something similar for Razor?