% Off Udemy Coupon - CoursesWyn

Agentic AI Development with Agent Framework, MCP and .NET

Develop Enterprise Multi-Agent systems using Microsoft Agent Framework, Microsoft Foundry, MCP, Aspire, AG-UI and DevUI

$9.99 (93% OFF)
Get Course Now

About This Course

<div>"You're a Senior Architect, but AI makes you feel like a Junior again." If you have tried to learn Agentic AI, you have likely noticed a frustrating trend: everything is in Python, or it focuses on simplistic "Hello World" scripts that immediately crumble in a real-world enterprise environment.</div><div><br></div><div>Welcome to the definitive guide on building production-ready agentic AI systems in the .NET ecosystem. Moving beyond theory, this course focuses on the hands-on development of autonomous multi-agent orchestration for enterprise applications. Powered by the Microsoft Agent Framework, Microsoft Foundry, the Model Context Protocol (MCP), Aspire, AG-UI, DevUI and .NET, you will learn how to build robust AI workflows that solve complex business problems.</div><div><br></div><div>This course is designed to give you production-grade visibility and control from day one, integrating enterprise-grade AI agent patterns for real-world business workflows.</div><div><br></div><div>What You Will Master</div><div><br></div><div>In this comprehensive enterprise course, we move beyond basic prompt engineering into deep architectural implementation natively in C#:</div><div><ul><li>Microsoft Agent Framework (MAF): Deep dive into Microsoft's framework for building sophisticated, stateful AI systems, utilizing Microsoft Foundry and Azure OpenAI as your cognitive engines.</li><li><span style="font-size: 1rem;">Multi-Agent Orchestration: Design and implement complex workflow patterns (Sequential pipelines, Concurrent execution, dynamic Handoffs, and Group Chats) using Swarm Intelligence and the WorkflowBuilder.</span></li><li><span style="font-size: 1rem;">Agentic RAG Systems: Rethink traditional, rigid RAG pipelines. Build intelligent, intent-based retrieval systems using Qdrant vector databases and the TextSearchProvider, allowing the AI to autonomously decide when and how to search your enterprise knowledge.</span></li><li><span style="font-size: 1rem;">Protocols &amp; Interoperability: Master the bleeding edge of integration: Agent-to-Agent (A2A) network communications, the Model Context Protocol (MCP) for tool exposure, and the AG-UI protocol for generative frontend streaming.</span></li><li><span style="font-size: 1rem;">Observability &amp; Visual Testing: Achieve production-grade visibility using .NET Aspire and DevUI. Visually track JSON payloads, token usage, agent handoff latencies, and tool calls in real-time.</span></li><li><span style="font-size: 1rem;">Enterprise Microservices Integration: Scaffold a complete MinimalAgent microservices architecture, learning exactly how to integrate AI agents seamlessly into existing backends and web APIs.</span></li></ul></div><div><br></div><div>Course Roadmap and Structure</div><div><br></div><div>This curriculum is structured across 4 comprehensive parts, designed to systematically take you from foundational agent anatomy to advanced multi-agent enterprise integration:</div><div><br></div><div>Part 1: Core Agent Development</div><div><ul><li>We start by mastering the foundational anatomy of an AI Agent. You will establish your connections to the Azure OpenAI service and explore the agent invocation lifecycle. You will get hands-on by developing custom function tools—utilizing the AIFunctionFactory to automatically generate JSON schemas from native C# methods. Finally, we will implement the AgentSession class to give your agents the persistent context and memory required for meaningful enterprise interactions.</li></ul></div><div><br></div><div>Part 2: Orchestrating Multi-Agent Systems</div><div><ul><li>Once we understand the individual agent, we scale up to Swarm Intelligence. You will learn to design collaborative networks of highly specialized micro-agents (e.g., triage, finance, compliance). We will use the AgentWorkflowBuilder to architect distinct industry-standard topologies: Sequential, Concurrent, Group Chat, and Handoff patterns. We will integrate these swarms into our MinimalAgent .NET Aspire architecture, utilizing DevUI to visually test and watch real-time debates and handoffs unfold graphically.</li></ul></div><div><br></div><div>Part 3: Advanced Reasoning: Agentic RAG</div><div><ul><li>Move beyond traditional RAG. In this module, we build Agentic RAG—where the AI itself decides if it needs to query the database. To support enterprise scale, we will integrate .NET with Qdrant Vector Stores. You will learn how to generate embeddings, execute semantic searches, and tie it all together using the TextSearchProvider, turning your corporate data into a cognitive tool your agents can wield autonomously.</li></ul></div><div><br></div><div>Part 4: Agent Communications and Protocols</div><div><ul><li>Solve the enterprise interoperability challenge. We will expose your MAF agents as network-accessible Web APIs to establish secure A2A (Agent-to-Agent) architectures. We will dive deep into the Model Context Protocol (MCP), designing architectures that connect your C# agents to both local and hosted MCP servers—giving them autonomous access to external repositories and documentation. Finally, we will leverage the AG-UI Protocol to push interactive, generative UI components directly to the client frontend.</li></ul></div><div><br></div><div>Technology Stack</div><div><ul><li>Languages &amp; Frameworks: .NET 10, C#, ASP.NET Core, Blazor Server</li><li><span style="font-size: 1rem;">AI &amp; Agents: Microsoft Agent Framework, Azure OpenAI (gpt-5-mini, text-embedding-3-small)</span></li><li><span style="font-size: 1rem;">Cloud &amp; Deployment: Microsoft AI Foundry</span></li><li><span style="font-size: 1rem;">Frontend Protocol: AG-UI — Agentic UI streaming protocol</span></li><li><span style="font-size: 1rem;">Orchestration: .NET Aspire for Service Discovery and Container Lifecycle Management</span></li><li><span style="font-size: 1rem;">Observability: Aspire OpenTelemetry, Application Insights</span></li><li><span style="font-size: 1rem;">Vector Data &amp; Storage: Qdrant Vector Databases</span></li><li><span style="font-size: 1rem;">Architecture: Microservices, Clean Architecture, Model Context Protocol (MCP)</span></li></ul></div>

What you'll learn:

  • Master the Microsoft Agent Framework to build autonomous AI agents in .NET
  • Give AI agents persistent memory and context for meaningful interactions
  • Create custom function tools by generating JSON schemas directly from C# methods
  • Design Multi-Agent Workflows including Sequential, Concurrent, and Group Chats
  • Implement dynamic Group Chat/Debate patterns to intelligently route tasks between agents
  • Architect Agentic RAG systems using Qdrant Vector Stores and embeddings
  • Visually test and debug multi-agent JSON payloads and tool calls using DevUI
  • Integrate the Model Context Protocol (MCP) to securely expose tools to agents
  • Build Agent-to-Agent (A2A) communications via network-accessible Web APIs
  • Push interactive, generative UI components directly to frontends using AG-UI
  • Integrate .NET Aspire to capture OpenTelemetry observability and token counts
  • Scaffold a complete MinimalAgent microservices backend with AI orchestration