December 2018
Beginner to intermediate
668 pages
15h 30m
English
In Visual Studio 2017, open the Part3 solution, and press Ctrl + Shift + N or go to File | Add | New Project....
In the Add New Project dialog, in the Installed list, expand Visual C#, and select .NET Core. In the center list, select ASP.NET Core Web Application, type the name as NorthwindMvc, and then click on OK.
In the New ASP.NET Core Web Application - NorthwindMvc dialog, select .NET Core, select ASP.NET Core 2.0, and select the Web Application (Model-View-Controller) template.
Click on Change Authentication, select Individual User Accounts, select Store user accounts in-app, and click on OK, as shown in the following screenshot:
In the New ASP.NET Core Web Application - NorthwindMvc dialog, leave the Enable ...
Read now
Unlock full access