Setting up the project
Using Visual Studio 2017, create an ASP.NET Core Web Application. Please note that we are taking a Code-First approach to this project:
- Let's call the applicationÂ
WebResearch. This is shown in the following screenshot:

- On the next screen, choose
Web Application (Model-View-Controller)Âas a project template. To keep things simple, keep the authentication asNo Authentication. Refer to the following screenshot:

- The created project will look as follows:
