-
🤖 Never Lose Your AI Agent’s Train of Thought
Persisting Microsoft Agent Framework Sessions with ASP.NET, Redis & Blazor Have you ever built a chat app where the AI forgets what you said five seconds ago? 😅That’s the classic stateless API problem — and today we’re fixing that in .NET using the Microsoft Agent Framework (MAF + Ollama), persistent agent sessions (Redis), and a Blazor frontend so you can see… — read more
-
🧠 Build AI Agents in C# with the Microsoft Agent Framework and Hugging Face MCP Tools
Hi 👋 ! After spending the last few weeks traveling (Argentina, Toronto, Ottawa, Orlando and back!), I finally had time to record a new demo — and this one is pure 🔥 for .NET devs. 🎥 Video: Build AI Agents in C# — Microsoft Agent Framework + Hugging Face MCP👉 Watch it here: 💬 What’s… — read more
-
🧠 Using SQL Server 2025 Vector Search in .NET Aspire – eShopLite Style!
Introduction SQL Server 2025 is super cool 😎 — and naturally, I had to test out the brand-new vector capabilities! If you haven’t checked it out yet, start here:🔗 https://learn.microsoft.com/en-us/sql/sql-server/what-s-new-in-sql-server-2025?view=sql-server-ver17 To explore these features, I leaned into one of my favorite playgrounds: eShopLite — a collection of sample scenarios for an eCommerce app with AI-powered… — read more
-
🦙 Harnessing Local AI: Unleashing the Power of .NET Smart Components and Llama2
Hi! .NET Smart Components are an amazing example of how to use AI to enhace the user experience in something as popular as a combobox. .NET Smart Components also support the use of local LLMs, so in this post I’ll show how to configure thse components to use a local Llama 2 inference server. The… — read more