// tag
#CSharp
2 posts
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.
C# 15 Gets Union Types — and They're Exactly What We've Been Asking For
C# 15 introduces the union keyword — compiler-enforced discriminated unions with exhaustive pattern matching. Here's what they look like, why they matter, and how to try them today.