Series
Blazor Server in Production
A four-part walk through everything that changes once a Blazor Server app leaves your laptop: render modes, circuit state, SignalR scale-out and the telemetry that tells you it is healthy.
3 Parts
By S Ravi Kumar
Started Jul 2026
In Progress
Posts in this Series
1
Blazor Render Modes Explained
Server, WebAssembly, Auto and static SSR - what each render mode actually costs you, and how to pick one on purpose.
Jul 07, 2026
2 min read
Published

2
Circuits, State and Reconnection in Blazor Server
What a circuit really holds, why a dropped connection is not a lost session, and how to keep state that survives both.
Jul 14, 2026
2 min read
Published

3
Scaling SignalR for Blazor Server
Sticky sessions, backplanes, connection budgets and the load test that tells you which one you actually need.
Jul 21, 2026
2 min read
Latest

Other Series
2 Parts
PostgreSQL for .NET Developers
Two focused parts on the PostgreSQL knowledge a .NET developer actually needs: how indexes are chosen, and how to read the plan the planner hands back.
Completed