Razor Pages vs MVC vs Blazor

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

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

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

    Differences of three frameworks are clearly explained. Many thanks.

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

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

  • @darkside3ng
    @darkside3ng 2 месяца назад +1

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

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

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

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

    Good video - thank you.
    6:14 I think it is misleading to say that Razor Pages and MVC do not provide a component-based programming model. Both actually do.
    For Razor Pages and MVC, you can use Tag Helpers, Razor Components, View Components, and Partial Views.

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

      Hi. Thanks for your comment. What I meant was, Razor Pages and MVC by themselves lack a component-based programming model, in the stricter sense of "Razor components". So, yes, if we consider Tag Helpers, View Components and Partial Views as components in a broader sense, you're definitely right; Razor Pages and MVC do support this model. Thanks for pointing it out.

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

    Which one do you recommend ?

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

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

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

    Is the CSR that you mentioned equivalent to WebAssembly?

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

      Hi. Sorry for the late reply. Yes, you are right. CSR (Client-Side Rendering) refers to a component running in Blazor WebAssembly.