Scaling Blazor Server Apps with Azure

preview_player
Показать описание
In this session we will cover how you can scale your Blazor applications with Azure.

Рекомендации по теме
Комментарии
Автор

I have question, can do both? Blazor Server and WebAssembly at the same web apps?


This is the scenario I am thinking: There are parts of our apps that need to be in the server and some parts need to be client-side.
For example: data entry for transactions - interactive mode and batch mode. I want this SERVER-side.
But the Dashboard thing, client-bound. Can we do this on the same Blazor app?

rjpajaron
Автор

Why do a costly operation like mod why not add variable bool that just changes from true to false or false to true every time you increment.

Iswimandrun