Explore the interactive demos below, ideally following along with Adam
Demo showing the default starter template for a Blazor Web App project with Server interactive render mode.
View demoDemo showing the default starter template for a Blazor Web App project with WebAssembly interactive render mode.
View DemoDemo showing the default starter template for a Blazor Web App project with Auto (Server and WebAssembly) interactive render mode.
View DemoAdvanced form handling with client-side validation, custom validators, and user-friendly error messaging. Uses WebAssembly and runs entirely locally.
View DemoLive chat app using event handlers for real-time communication through a Blazor Server project. Uses Server.
View DemoDrag around some game characters using SignalR for real-time updates. Uses Server.
View DemoLive seat selector app using event handlers for real-time seat selection through a Blazor Server project. Uses Server.
View Demo