Great presentation about Blazor components! Thanks!
@CoderFoundry Жыл бұрын
Glad you liked it!
@MrFEMGM10 ай бұрын
I really enjoyed this video. Thank you
@CoderFoundry10 ай бұрын
Glad you enjoyed it!
@bdaunt Жыл бұрын
Very well done with a great outline of Blazor ”basics” as a foundation.
@CoderFoundry Жыл бұрын
Thanks so much!
@andrewlu84327 ай бұрын
what is the difference between page with router about component type?
@CoderFoundry7 ай бұрын
A page is routable. This means you can type a url in a browser to navigate to it. Components that are not pages do not have routes.
@lawsonott3 Жыл бұрын
so are 'components' in Blazor synonymous with 'views' in xamarin/MAUI? if not, what's the difference?
@CoderFoundry Жыл бұрын
Not really views are more granular than components. There are specific views in maui. Components can contain any mixture of html elements so they are more customizable in a way.
@caseyspaulding Жыл бұрын
🔥
@dotnetdevni Жыл бұрын
web forms v 2023 lol render mode = true basically
@CoderFoundry Жыл бұрын
There are vast improvements over webforms, but that experience with webfrorms, mvc, and razor pages produces what you see today. Blazor is the most complete full stack framework. It's fast, reliable, and easy to use.