// tag
#Architecture
3 posts
SDD Conference 2026
A 5-day software development conference at the Barbican Centre in London with 78 sessions and 14 workshops covering architecture, .NET, AI, Azure, DevOps, and more.
Building an AI-Powered Conference App with .NET's Composable Stack
Microsoft built ConferencePulse — a live conference Blazor app — by composing Microsoft.Extensions.AI, DataIngestion, VectorData, MCP, and Agent Framework together. Here's how the pieces fit.
Where Does Your Agent Remember Things? A Practical Guide to Chat History Storage
Service-managed or client-managed? Linear or forking? The architectural decision that shapes what your AI agent can actually do — with code examples in C# and Python.