Microsoft Agent Framework Workflows: When to Use Them and When to Stay in C#

When to use Microsoft Agent Framework workflows for explicit, observable, resumable, long-running orchestration, and why normal C# code is often the better choice.

June 3, 2026 · 14 min · 2784 words

Agents as Tools in Microsoft Agent Framework

How to delegate work between Microsoft Agent Framework agents by exposing focused agents as function tools, and when this is better than manual routing or a workflow engine.

May 27, 2026 · 10 min · 2085 words

Manual Multi-Agent Routing in .NET

How to route requests between specialized Microsoft Agent Framework agents with a cheap intent agent, structured output, and a normal C# switch statement.

May 20, 2026 · 10 min · 2035 words