PreviousNext

Your First MVC 6 And EF 7 Application (Using Empty Project Template) : Part 1

by bill-s, 2015-11-01T00:11:38.000Z

If you are tracking the progress of ASP.NET 5, you are probably aware that Beta 8 of ASP.NET 5 is now available. Although MVC 5.x is not going away anytime soon, it's good time to get a feel of how MVC 6 application development is going to be. To that end this article explains how a simple MVC 6 application can be developed from ground up using an Empty Project Template. This article is based on the following software: Visual Studio 2015 ASP.NET 5 Beta 8 Entity Framework 7 Beta 8

Read More