Building Multi-Agent Workflows in .NET with AgentFactory and Handoff
A guide to building multi-agent AI workflows in .NET using AgentFactory and handoff patterns for clean, scalable agent orchestration.
A guide to building multi-agent AI workflows in .NET using AgentFactory and handoff patterns for clean, scalable agent orchestration.
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 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.
Explains service discovery in .NET 8, covering the built-in NuGet package, configuration, and integration with HttpClient.
Introduces ScannedIsolationHost for .NET's Isolator, enabling white/black list control over plugin assembly and type references.
Explains the new null-conditional assignment operator in C# 14, a feature for safer null handling in .NET development.
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.
Explores advanced .NET string handling techniques like SearchValues<T> for performance and FormattableString for formatting.
A historical overview of Microsoft's .NET dependency resolution APIs, from IServiceProvider to ASP.NET frameworks like MVC, Web API, and SignalR.
Introduces Isolator, a .NET framework for running code in secure, isolated sandboxes, addressing the removal of AppDomains in .NET Core.
Introducing Hotkey Typer, a small Windows utility that types predefined text snippets with a hotkey, perfect for demos and tutorials.
A guide for .NET developers to build an AI chat app with RAG and image generation using .NET, MCP, and Hugging Face in under 10 minutes.
A tutorial on instrumenting a .NET Web API with OpenTelemetry Metrics, collecting them with Prometheus, and visualizing them in Grafana.
A guide to setting up and debugging .NET applications inside Docker containers using Visual Studio Code and Visual Studio.
Updates to the SimpleStateMachine project, including new configuration methods and adding arbitrary state data to state machine states.
Learn how to use C# to connect to Hugging Face MCP Server and generate AI images through a step-by-step technical tutorial.
A guide on using LLMs like Llama 3.2 Vision with .NET to automatically generate descriptive alt text for images, improving web accessibility.