NET 6 - Create Projects
Last modified: March 24, 20211. Core
2. Infrastructure
Right click the solution and add a new project
3. Service
Right click the solution and add a new 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
5. ASP.NET Razor Pages
Right click the solution and add a new project
6. ASP.NET WebAPI
Right click the solution and add a new project