2
Answers

Blazor in ASP.NET core

John

John

4y
860
1
Hi,
Blazor lets you build interactive web UIs using C# instead of JavaScript.Both client and server code is written in C#, allowing you to share code and libraries.
 
Is there anything similar in ASP.NET MVC, like instead of javascript or jquery we can use server side language on the cshtml page?
Answers (2)