Multi-Agent Orchestration Patterns in Microsoft Agent Framework – Part 7

Master the five orchestration patterns: Sequential, Concurrent, Handoff, Group Chat, and Magentic. Learn when to use each pattern.

Read more →

The Dawn of .NET 10 and C# 14: A New Era of Performance and Language Innovation Arrives

Introduction: After more than two decades building enterprise applications on the Microsoft stack, I’ve witnessed every major evolution of .NET—from the original Framework through the tumultuous transition to Core, and now to the unified platform that .NET 10 represents. Released on November 11, 2025, this Long-Term Support (LTS) release marks a significant milestone in the […]

Read more →

Data Pipelines for LLM Training: Building Production ETL Systems

Building production ETL pipelines for LLM training is complex. After building pipelines processing 100TB+ of data, I’ve learned what works. Here’s the complete guide to building production data pipelines for LLM training. Figure 1: LLM Training Data Pipeline Architecture Why Production ETL Matters for LLM Training LLM training requires massive amounts of clean, processed data: […]

Read more →

Workflows: Graph-Based Agent Orchestration in Microsoft Agent Framework – Part 6

Build graph-based workflows connecting multiple agents. Learn executors, edges, conditional routing, and checkpointing for complex business processes.

Read more →

Multi-Turn Conversations & Agent Threads in Microsoft Agent Framework – Part 5

Master multi-turn conversations with Agent Threads. Learn context management, persistence patterns, and human-in-the-loop workflows.

Read more →

Tools & Function Calling in Microsoft Agent Framework – Part 4

Deep dive into AI agent tools and function calling. Learn MCP integration, external API patterns, error handling, and tool chaining in Microsoft Agent Framework.

Read more →