NET 6 - Create Projects

Last modified: March 24, 2021

1. Core

project

project

project

2. Infrastructure

Right click the solution and add a new project project

project

project

project

3. Service

Right click the solution and add a new project project

project

project

project

We do not need all three Web UI projects, however for the tutorial purpose I include them to learn different technologies.

4. ASP.NET MVC

Right click the solution and add a new project project

project

project

project

5. ASP.NET Razor Pages

Right click the solution and add a new project project

project

project

project

6. ASP.NET WebAPI

Right click the solution and add a new project project

project

project

Final Project Structure

project