DEV Community

Igor Shevchenko
Igor Shevchenko

Posted on

Microsoft Agent Framework for ASP.NET - Build Your First AI Agent (Step-by-Step)

I have started a new video series on building AI Agents in ASP.NET Core using Microsoft Agent Framework.

In this series, I'm building a real example - a Book Store AI assistant, step by step.

By the end, it will:

  • recommend books;
  • coordinate multiple AI agents;
  • handle conversations;
  • persist data in a database (production-ready).

In Part 1, I cover:

  • setting up Microsoft Agent Framework;
  • building your first AI agent;
  • implementing tool calling;
  • session management;
  • exposing it via ASP.NET Core API.

No theory - just real code and practical implementation.

Top comments (0)