Razor Pages vs MVC vs Blazor

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • In this video tutorial, we are going to learn the differences between Razor Pages, MVC and Blazor. All three sit on top of the ASP.NET Core framework.
    You'll learn that Razor Pages and MVC use Static Server-Side Rendering (Static SSR), while Blazor supports Static SSR, Interactive SSR, and Client-Side Rendering (CSR), plus a component-based programming model for building web UIs.
    If you liked my content, consider subscribing to my channel. Thanks.
    #aspnetcore
    #codeganesh

Комментарии • 6

  • @ufukoztopcu8335
    @ufukoztopcu8335 Месяц назад +2

    Differences of three frameworks are clearly explained. Many thanks.

    • @codeganesh
      @codeganesh  Месяц назад

      Thank you so much for your comment. You're welcome.

  • @darkside3ng
    @darkside3ng 22 дня назад +1

    This is amazing!!! Thanks for your time in producing this video

    • @codeganesh
      @codeganesh  20 дней назад

      Thank you so much for your comment. You're welcome.

  • @cissemy
    @cissemy Месяц назад +1

    Which one do you recommend ?

    • @codeganesh
      @codeganesh  Месяц назад +2

      I recommend Blazor going forward because it is full stack and can be used for building both server-rendered and client-rendered web UIs.