Notts Techfast: Blazor examples

Explore the interactive demos below, ideally following along with Adam

1 🖥️

Blazor Web: Server

Demo showing the default starter template for a Blazor Web App project with Server interactive render mode.

View demo
2 📱

Blazor Web: WebAssembly

Demo showing the default starter template for a Blazor Web App project with WebAssembly interactive render mode.

View Demo
3 🦾

Blazor Web: Auto

Demo showing the default starter template for a Blazor Web App project with Auto (Server and WebAssembly) interactive render mode.

View Demo
4 📝

Form validation

Advanced form handling with client-side validation, custom validators, and user-friendly error messaging. Uses WebAssembly and runs entirely locally.

View Demo
5 💬

Real-time chat

Live chat app using event handlers for real-time communication through a Blazor Server project. Uses Server.

View Demo
6 🎮

Interactive game

Drag around some game characters using SignalR for real-time updates. Uses Server.

View Demo
7 🎭

Real-time seat selector

Live seat selector app using event handlers for real-time seat selection through a Blazor Server project. Uses Server.

View Demo