Start Blazor

Erfan 1 Reputation point
2021-04-02T14:44:06.043+00:00

I want to start Blazor web assembly and i use asp.net mvc5 for web application.
Can i use Blazor in mvc5 or i have to learn type of .net core technologys?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,253 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yihui Sun-MSFT 801 Reputation points
    2021-04-05T01:54:39.533+00:00

    Hi @Erfan ,

    Can i use Blazor in mvc5

    Blazor WebAssembly is a client-side technology, and you can host it in a server-side MVC application.
    Adding Blazor WebAssembly to Existing MVC Application


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Best Regards,
    YihuiSun

    0 comments No comments