Mastering .NET 8 Blazor: SignalR Render Mode

preview_player
Показать описание
Link to GitHub repo:

Render Modes Overview video:

Server-Side Rendering video:

-----------------------------------------------------------------------------------------
👨‍🏫 Self-Paced .NET Bootcamp Course (Includes FREE courses)

🙌 Support the channel and become a channel member

📖 Buy the Book: Breaking the Code

👕 Grab some CF merch

🗣 Join us on Discord

👓 Buy the blue light blocking glasses we use at CF. Pixel Eyewear Glasses ($5 off with coupon code CODERFOUNDRY)

💻 How to get your first coding job

🎥 The equipment we use at Coder Foundry

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

Again a great video about Blazor! Thanks very much! I´d like to know how is an elegant way in terms of UX/UI to deal with the Blazor reconnect message when the SignalR is down?

rafapioli
Автор

If am correct in the video you just shown server side render mode but not the actual signalR implementation in blazor like in real time data updates in two browser windows !

zonixdemo
Автор

eagerly Waiting for Authentication/Authorization (Without Identity) specially in SSR/SignalR Mode

MohiyoDeen
Автор

Doesn't signalR connection uses more resource on server? compared to normal http request response cycle. Also does it require us to use redis backplane to store connection data, if we add multiple servers behind a Load balancer for scalability?

abhishekbu
Автор

Is there any way to get access to the page's SignalR hub connection object? For instance in the Count example I would like to keep the button disabled until the web socket connection is established, and then enable the button.

AndyZakk