Let's set up this project:
- Using Visual Studio 2017, we will create an ASP.NET Core Web Application. You can call the application anything you like, but I called mine Chapter5:
- We'll go with an empty project template. Be sure to select ASP.NET Core 2.0 from the dropdown:
The project will be created and will look as follows: