.NET 8 Blazor Rendering

Поділитися
Вставка
  • Опубліковано 14 бер 2024
  • It's a big decision: Blazor Server of Blazor WebAssembly? In .NET, you can decide on a component by component basis.
    Source code available at: github.com/JasperKent/Blazor-...
    Topics include:
    - Visual Studio Blazor Templates
    - Project structure
    - Static rendering
    - The [StreamRendering] attribute
    - Selecting the best render mode
    - InteractiveServer
    - InteractiveWebAssembly
    - InteractiveAuto
    - Automatic pre-rendering
    - Disabling pre-rendering
  • Наука та технологія

КОМЕНТАРІ • 6

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  2 місяці тому

    Are you going to use the new template, or stick with the old ones.? Leave a comment and let me know.
    Source code available at: github.com/JasperKent/Blazor-DotNet-8
    Remember to subscribe at ua-cam.com/channels/qWQzlUDdllnLmtgfSgYTCA.html
    And if you liked the video, click the 👍.

  • @10Totti
    @10Totti 2 місяці тому +4

    Great tutorial and welcome back!

  • @aanders0n
    @aanders0n 2 місяці тому +3

    Nice, it's been a while since you uploaded, I'll save this one for tonight. Thanks in advance and have a nice weekend!

  • @10Totti
    @10Totti 2 місяці тому +3

    Prerender in auto mode leads flickering.
    It would also be useful to show the different api implementations depending on the mode.

  • @IncomingLegend
    @IncomingLegend 2 місяці тому +3

    good job! keep up the good work!

  • @ehvlullo
    @ehvlullo 2 місяці тому +2

    Great video. It's quite a big change again, but I do feel that having such granular control will be worth it in the end. I'm still trying to figure out if how much traditional web api's lose their relevance in all this.