Skip to content

Types of Blazor

Blazor WebAssembly (WASM)

Runs C# directly in the browser using WebAssembly.

Blazor Server

Runs the code on the server and sends updates to the browser in real-time via SignalR.