Skip to content

Latest commit

 

History

History
97 lines (65 loc) · 7.33 KB

File metadata and controls

97 lines (65 loc) · 7.33 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!

January 2026

🆕 New! Basic Chat App for OpenAI gpt-oss Model

Try out our new Basic Chat application designed to test the OpenAI gpt-oss model. This sample demonstrates how to use the latest open-source model from OpenAI in a .NET console app, making it easy to experiment with conversational AI locally or in the cloud.

🖼️ Hugging Face MCP Server Image Generation Samples

Explore new C# console app samples that show how to use the Hugging Face MCP Server to generate images directly from your code.

🕹️ Apps Generated with AI - Console GPU Viewer

We've added a new sample to the Apps Generated with AI section:

  • Console GPU Viewer: A lightweight console utility that demonstrates GPU diagnostics and how to integrate local model runners or visual tooling into console-based .NET apps. Useful for testing GPU availability before running local inference models.

July 2025

🕹️ New! Apps Generated with AI

We're excited to introduce a new section featuring full applications generated with AI tools like GitHub Copilot Agent. These apps demonstrate how generative AI can be used to build real-world .NET solutions leveraging AI as a co-pilot.

  • First Sample: SpaceAINet
    • SpaceAINet Console App
    • SpaceAINet is an AI-powered Space Battle game for .NET 9, designed to showcase how modern AI models can play classic games. The solution allows you to run the game with either local AI models (via Ollama) or cloud-based models (via Microsoft Foundry), which analyze the game state and predict the next best action to win.
    • Try it out and see how AI can master classic arcade gameplay!

June 2025

New: Azure OpenAI Sora Video Generation Demo

View all previous updates in our What's New section View all previous updates in our What's New section

  • New Scenario: Concurrent Agent Orchestration
  • The eShopLite repository now features a scenario demonstrating concurrent agent orchestration using Semantic Kernel.
  • This scenario showcases how multiple agents can work in parallel to analyze user queries and provide valuable insights for future analysis.

May 2025

Azure OpenAI Image Generation Model: gpt-image-1

Run Local Models with AI Toolkit and Docker

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