.NET 8 Blazor Rendering

preview_player
Показать описание
It's a big decision: Blazor Server of Blazor WebAssembly? In .NET, you can decide on a component by component basis.

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

Are you going to use the new template, or stick with the old ones.? Leave a comment and let me know.
And if you liked the video, click the 👍.

CodingTutorialsAreGo
Автор

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

aandersn
Автор

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

Totti
Автор

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.

ehvlullo