https://learn.microsoft.com/en-us/training/paths/get-started-c-sharp-part-6/
https://learn.microsoft.com/en-us/aspnet/core/tutorials/choose-web-ui?view=aspnetcore-8.0
Simple version:
- FullStack: Blazor
- Simple: Razor
- Super Complex Gaint: MVC (clear separation between Model, View, and Controller)
- Hybrid: MVC Backedn + Blazor/Other JS Frontend
dotnet new gitignore