Showing archive results for August 2026

Aug 27, 2026
Post comments count0
Post likes count0

How Uno Platform uses .NET, MCP, and AI to build high quality apps

Sam Basu

How Uno Platform built two Model Context Protocol servers in C# so AI agents can ground themselves in real documentation and then see and drive a running cross-platform .NET app.

.NETAIDeveloper Stories
Aug 25, 2026
Post comments count3
Post likes count5

.NET Conf 2026 – Save the Date

Jon Galloway

.NET Conf returns November 10-12, 2026, with three days of sessions, community, and the launch of .NET 11.

.NET
Aug 24, 2026
Post comments count2
Post likes count2

From dotnet run to Foundry Hosted Agent in 3 lines of C#

Bruno Capuano

You built an agent with Microsoft Agent Framework and it works great on your machine. Now what? Turns out deploying it to production takes 1 NuGet package, 3 lines of C#, and 2 commands. Let's do it.

.NETAIAzure
Aug 24, 2026
Post comments count3
Post likes count4

Explore new features available in C# 15 preview

Bill Wagner

C# 15 ships with .NET 11. It adds union types, closed hierarchies, a preview of the updated unsafe model, and a few smaller changes that remove everyday ceremony.

.NETC#
Aug 13, 2026
Post comments count0
Post likes count2

Routing and Failover for Microsoft.Extensions.AI

Joshua Yue

Route requests across models and providers natively in Microsoft.Extensions.AI with RoutingChatClient, SemanticRoutingChatClient, and FailoverChatClient — new experimental primitives for content-based routing, failover, and custom routing policies.

.NETC#AI
Aug 11, 2026
Post comments count0
Post likes count7

.NET 11 Preview 7 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 7 across libraries, runtime, SDK, C#, ASP.NET Core, .NET MAUI, Entity Framework Core, F#, and Windows Forms.

.NETASP.NET CoreC#