Razor Pages vs MVC vs Blazor

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Absolutely based video. +1000 respect. Concise and detailed explanation with minimal time wastage. 9.5/10

Xtremedave
Автор

Differences of three frameworks are clearly explained. Many thanks.

ufukoztopcu
Автор

The best explanation of the difference on YT... short, to the point, and understandable. Thnanks. I'm going to take ypur Blazor course...

JR-lybx
Автор

Thanks for clarification. I was very confused between these.

mergeconflict
Автор

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

darksideng
Автор

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.

SBDavin
Автор

Is the CSR that you mentioned equivalent to WebAssembly?

janwong