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 NorthwindService, and then click on OK.
In the New ASP.NET Core Web Application - NorthwindService dialog, select .NET Core, select ASP.NET Core 2.0, and then select the Web API template. Make sure that No Authentication is selected, with no Docker support. Click on OK.
Read now
Unlock full access