Skip to content

Frontend: Blazor

Blazor in .NET 8/9/10 unified the previously-separate Server and WASM worlds with render modes (Static, Interactive Server, Interactive WebAssembly, Auto). This section covers the modern model in depth — the framework most likely to come up in MS-ecosystem interviews.

Topics (canonical order)

Why this order

Render modes lead because they're the unifying mental model — every other Blazor topic depends on which render mode you're in. Lifecycle → forms → JS interop → perf walks from "writing components" to "making them fast". PWA + auth close as concerns that span the whole app.

Cross-references