🤖 Never Lose Your AI Agent’s Train of Thought
A guide to persisting conversational AI agent sessions in .NET using the Microsoft Agent Framework, Redis, and Blazor to solve stateless API problems.
Bruno Capuano, conocido como “El Bruno”, es un Cloud Advocate en Microsoft que comparte en su blog guías y reflexiones sobre Azure, programación .NET, inteligencia artificial, y la intersección entre negocios y tecnología. En su sitio encontrarás artículos técnicos profundos, ejemplos de código en C#, análisis de rendimiento, demos de IA local y contenido dedicado a desarrolladores que desean llevar sus aplicaciones al siguiente nivel. Su estilo es directo, con voz experta y orientado a solucionar problemas reales en entornos
43 articles from this blog
A guide to persisting conversational AI agent sessions in .NET using the Microsoft Agent Framework, Redis, and Blazor to solve stateless API problems.
A tutorial on building an interactive Color Picker MCP App using C# and .NET, demonstrating the new UI capabilities of the Model Context Protocol.
Using GitHub Copilot CLI to build a .NET console app that merges MP3 files into a large audio file, focusing on streaming and CLI design.
An overview of the GitHub Copilot SDK, showing how to embed AI coding assistance into custom applications using .NET, Python, Go, and JavaScript.
Explains a subtle bug in Microsoft Agent Framework's DevUI where missing workflow names cause runtime errors and provides a fix.
How to fix timeout issues in OllamaSharp for C# when running long AI workloads, with a custom extension library.
A performance comparison of Microsoft Agent Framework implementations in Python and .NET for AI agents, using local Ollama models.
A guide to building multi-agent AI workflows in .NET using AgentFactory and handoff patterns for clean, scalable agent orchestration.
A chronological summary of Microsoft's top 60 AI announcements from 2025, covering investments, partnerships, and new divisions.
A developer argues against using AI for every problem, highlighting cases where classic programming is simpler and more reliable.
A tutorial on building a local AI agent with vision and function calling using Microsoft Agent Framework and Ollama in C#.
A developer shares key engineering lessons learned from building AI agents in .NET, focusing on state management, orchestration, and observability.
Guide for .NET developers on using Anthropic's Claude AI models within Microsoft Azure via Microsoft Extensions.AI (MEAI).
A developer-friendly introduction to the Microsoft Agent Framework, an open-source SDK for building and orchestrating AI agents in C# and Python.
Announcing elbruno.Extensions.AI.Claude v0.1.0-preview.2, a .NET library for integrating Claude AI models with Azure AI Foundry and Microsoft.Extensions.AI.
A guide to using Anthropic's Claude models in Microsoft Foundry with Microsoft.Extensions.AI via a custom HTTP handler for API format translation.
A guide on using AG-UI and .NET Aspire to expose Agent Framework AI agents to the web, enabling multi-client, AI-powered applications.
Guide to using DevUI and Microsoft Agent Framework for debugging and visualizing AI agents in .NET applications.
Learn how to use the Microsoft Agent Framework for .NET to create AI agents with persistent memory across sessions using persisted threads.
Learn how to use Background Responses in .NET's Microsoft Agent Framework to maintain AI agent state and resume interrupted tasks using continuation tokens.