Begin by creating a new ASP.NET Core web application based on the Empty project template. Name the application as EmployeeManager
Read more : How to Create ASP.NET Core 3.1 MVC Applications
The code bundle for the tutorial is also hosted on GitHub at the following repository: https://github.com/devtutorialio/ASP.NET-Core-MVC
Step 1 : Start Visual Studio 2019. Select File > New > Project…
Step 2 : Select ASP.NET Core Web Application
Step 3 : Name your project and solution. After select the Create button
Step 4 : Select the Empty template
Step 5 : Start your application by pressing F5 or clicking on Debug > Start Debugging.