Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.97 KB

File metadata and controls

33 lines (23 loc) · 1.97 KB

What's New in Generative AI for Beginners .NET

This page tracks the history of new features, tools, and models added to the course. Check back for updates!

March 2025

MCP Library Integration

  • Model Context Protocol for .NET: We've added support for the MCP C# SDK, which provides a standardized way to communicate with AI models across different providers.
  • This integration enables more consistent interactions with models while reducing provider lock-in.
  • Check out our new samples demonstrating MCP integration in the Core Generative AI Techniques section.

eShopLite Scenarios Repository

  • New eShopLite Repository: All eShopLite scenarios are now available in a single repository: https://aka.ms/eshoplite/repo

  • The new repo includes:

    • Product catalog browsing
    • Shopping cart management
    • Order placement and tracking
    • User authentication and profiles
    • Integration with Generative AI for recommendations and chat
    • Admin dashboard for product and order management

February 2025

phi4-mini Model Support