News
AI Ecosystem Updates for .NET Developers — tracking what's changing and what it means for your .NET AI projects.
MCP C# SDK v1.0 Released: Authorization + Tool Sampling for .NET
Impact: ModelContextProtocol v1.0 for .NET: authorization server discovery, tool sampling, and long-running async requests. Works with Semantic Kernel 1.x.
Microsoft Agent Framework RC for .NET: Frozen APIs + MCP Support
Impact: Microsoft.Agents.Core RC: frozen APIs, MCP tool integration, and multi-agent orchestration. AutoGen successor — migration checklist from Semantic Kernel Agents.
GPT-5 and o-Series Models: What Changes for .NET AI Apps
Impact: GPT-5, o1, o3, o4-mini: improved tool calling, structured output, and 1M+ context windows. What .NET developers need to update in Azure OpenAI + Semantic Kernel.
Open-Source LLMs in .NET: Run Llama 3, DeepSeek & Qwen Locally in C#
Impact: Run Llama 3, DeepSeek, and Qwen locally in C# via Ollama and ONNX Runtime. No cloud APIs, no inference costs — full offline AI in .NET.
ChatGPT Agent Mode Launched: What It Means for .NET + Semantic Kernel
Impact: ChatGPT Agent Mode enables autonomous browsing and multi-step tasks. How these agentic patterns map to .NET apps using Semantic Kernel function calling.
AI Agents vs Chatbots: A Practical Definition for .NET Engineers
Impact: Engineering definition of AI agents: autonomy levels, tool use, reasoning loops, and how they differ from chatbots. What this means for .NET developers in 2026.
Microsoft.Extensions.AI 10.3.0: IChatClient + Middleware Pipeline for .NET
Impact: Microsoft.Extensions.AI 10.3.0: IChatClient, IEmbeddingGenerator abstractions, middleware pipeline, and OpenTelemetry integration. .NET AI provider-agnostic.
.NET 9.0.200 SDK Released: Security Patches + ARM64 JIT Fixes
Impact: .NET 9.0.200 SDK: security patches, ARM64 JIT optimizations, and Minimal API improvements. No breaking changes — safe upgrade from 9.0.100.
Azure.AI.OpenAI 2.1.0 GA: IAsyncEnumerable Streaming + Structured Output
Impact: Azure.AI.OpenAI 2.1.0 GA for .NET: IAsyncEnumerable streaming, GPT-4 Vision, and JSON schema response_format. First stable v2 release — migration guide.
Azure.Search.Documents 11.7.0 Released: Native Vector Search + HNSW for .NET
Impact: Azure.Search.Documents 11.7.0 adds native vector search, HNSW indexing, and hybrid BM25/vector retrieval for .NET RAG apps. NuGet upgrade guide inside.