.NET 8 Blazor Component - LIVE CODING

Live coding a Blazor component in .NET 8.
Learn to code online:
learn.coderfoundry.com/
Get 50% off for the first 3 months:
learn.coderfoundry.com/offers...
------------------------------------------------------------------------
📖 Buy the Book: Breaking the Code
geni.us/breakingthecode-davis
👕 Grab some CF merch
shop.coderfoundry.com
🗣 Join us on Discord
​ / discord
💻 How to get your first coding job
coderfoundry.com/jobroadmap
🎥 The equipment we use at Coder Foundry
kit.co/CoderFoundry
DISCLAIMER: This video and description may contain affiliate links, which means that if you click on one of the product links, we’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!

Пікірлер: 13

  • @rafapioli75
    @rafapioli759 ай бұрын

    Great presentation about Blazor components! Thanks!

  • @CoderFoundry

    @CoderFoundry

    9 ай бұрын

    Glad you liked it!

  • @MrFEMGM
    @MrFEMGM5 ай бұрын

    I really enjoyed this video. Thank you

  • @CoderFoundry

    @CoderFoundry

    5 ай бұрын

    Glad you enjoyed it!

  • @bdaunt
    @bdaunt9 ай бұрын

    Very well done with a great outline of Blazor ”basics” as a foundation.

  • @CoderFoundry

    @CoderFoundry

    9 ай бұрын

    Thanks so much!

  • @lawsonott3
    @lawsonott39 ай бұрын

    so are 'components' in Blazor synonymous with 'views' in xamarin/MAUI? if not, what's the difference?

  • @CoderFoundry

    @CoderFoundry

    9 ай бұрын

    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.

  • @andrewlu8432
    @andrewlu84323 ай бұрын

    what is the difference between page with router about component type?

  • @CoderFoundry

    @CoderFoundry

    3 ай бұрын

    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.

  • @caseyspaulding
    @caseyspaulding9 ай бұрын

    🔥

  • @dotnetdevni
    @dotnetdevni9 ай бұрын

    web forms v 2023 lol render mode = true basically

  • @CoderFoundry

    @CoderFoundry

    9 ай бұрын

    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.