What .net core and MVC is the right choice for web development, please give me your suggestions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

29th Jan 2020, 4:41 PM
Harkesh Jangir
Harkesh Jangir - avatar
1 Answer
+ 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.
29th Jan 2020, 6:19 PM
Tibor Santa
Tibor Santa - avatar