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?