0
What .net core and MVC is the right choice for web development, please give me your suggestions
Visual studio 2019 .net core and mvc
1 Réponse
+ 2
I would say it depends on the project you want to do. When you are in C# world, then ASP.NET is one option. You can also check out Blazor that is a new framework letting you run c# code in the frontend via WebAssembly.
https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor
If you need no backend at all, you can just get away with html/css/javascript.