Recent activity


  1. Learn how to build an AI agent in .NET from scratch using C#. Create tools, handle function calling, execute C# code, and build an agent workflow.

  2. Learn the Fluent Builder Pattern in C# — how it works, when to use it over a constructor, and a full commented code example for building immutable objects.

  3. Learn how to build AI agents in .NET with Microsoft Agent Framework — from a hello-world agent to tool calling and ASP.NET Core hosting, with full code examples