Topic
Web
2 guides on Web.
Build an AI Chatbot in Blazor with .NET
A practical guide to building an AI chatbot in Blazor: wire up a chat UI, stream the model's response token-by-token, and keep the conversation in state — all in C#.
Streaming AI Agent Responses to a Web UI in .NET
Waiting for a full agent response feels broken. Learn how to stream tokens from a .NET agent to the browser with Server-Sent Events, so answers appear word-by-word.