Building an AI-Powered Conference App with .NET's Composable AI Stack
ConferencePulse is a Blazor Server app that shows how .NET’s composable AI building blocks fit together in practice. Built for live conference sessions, it handles polls, real-time Q&A, engagement insights, and session summaries — all powered by the same abstractions from the Building Blocks for AI series.
What you’ll learn
- How
Microsoft.Extensions.AI,DataIngestion,VectorData, MCP, and Agent Framework compose in a real application - Building an interactive conference assistant with live polls and real-time audience Q&A
- Using vector search for RAG-powered question answering from session content
- Agent-driven insights generation and session summarization
- Practical patterns for combining multiple AI building blocks in a single .NET app