Using Visual Studio 2019, create an ASP.NET Core Web Application:
- Create a new ASP.NET Core Web Application:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/9b6212d6-4a25-4b8a-8cb2-4429d8436c4f.png)
- Let's call the application WebResearch. This is shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/7bad079d-1578-4503-b475-090362ecfc28.png)
- On the next screen, choose Web Application (Model-View-Controller) as a project template. To keep things simple, keep the authentication as No Authentication. Refer to the following screenshot:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/47834557-f506-4a75-a7fd-5d0635d604e7.png)
- The created project will look as follows:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/42587d84-c34e-4daf-8957-51f67cfa3613.png)
Now that we've set up the project, let's install the required packages!