Code Examples
Explore interactive examples demonstrating various features and integrations.
Auth0 with Blazor Server
Order: 2Integration Auth0 with Blazor Server is straightforward. This example demonstrates the necessary steps to set up authentication and authorization using Auth0 in a Blazor Server application. Follow the steps below to get started.
Azure AI Chat Bot
Order: 3A minimal example of integrating Azure OpenAI Chat Bot with Blazor.
Code Editor Demo
Order: 10The Monaco editor is an open source text editor created by Microsoft and used in VSCode. Monaco provides support for multiple programming languages including C#, JavaScript, and SQL.
Code Highlighting Example
Order: 10Demonstrates syntax highlighting for C#, SQL, Blazor, and PowerShell using the HTML <code> tag and Prism.js.
Real-Time Mouse Tracking
Order: 10Real-time collaborative mouse tracking using SignalR. See other users' mouse cursors as they move around the page.
Real-time Synchronization
Order: 20Demonstrates SignalR-based real-time state synchronization with automatic master election, live counters, and synchronized interactions across multiple browser sessions.
Quick Navigation
Auth0 with Blazor Server
/examples/auth0-blazor-server-integrationAzure AI Chat Bot
/examples/azure-openai-chat-botCode Editor Demo
/examples/code-editorCode Highlighting Example
/examples/code-highlightingReal-Time Mouse Tracking
/examples/mouse-trackingReal-time Synchronization
/examples/realtime-sync