John

John

  • NA
  • 928
  • 126.3k

Blazor in ASP.NET core

Jul 28 2020 7:13 AM
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)