If you haven’t already installed Visual Studio 2019 version 16.0.0. version or later, you can download a free copy here: www.visualstudio.com/downloads.
Now that you have Visual Studio 2019 installed on your computer, it’s time to create your first solution and project.
- Start Visual Studio 2019 and click the Create a new project button (image below the bullet list).
- Select NET Core Web Application in the template list and click the Next button. You can type Web in the search bar to filter the available templates (see image below).
- In the Configure your new project dialog:
- Name the project AspNetCore22Intro in the Name
- Select a folder for the solution in the Location
- Name the solution AspNetCore22Intro in the Solution name
- Make sure that the Create directory for solution checkbox is checked.
- Click the Create
- In the project template dialog:
- Select.NET Core andNET Core 2.2. in the two drop-downs.
- Select Empty in the template list.
- Click the OK button in the wizard...