.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Latest posts

Aug 25, 2026
Post comments count 0
Post likes count 0

.NET Conf 2026

Jon Galloway

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

Aug 24, 2026
Post comments count 2
Post likes count 0

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.

Aug 24, 2026
Post comments count 0
Post likes count 2

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.

Aug 13, 2026
Post comments count 0
Post likes count 1

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.

Aug 12, 2026
Post comments count 1
Post likes count 2

Instructions Hygiene – What Frontier Models Still Need You to Say

Wendy Breiding (SHE/HER)

Get the most out of the latest models by providing the right level of instructions

Aug 11, 2026
Post comments count 0
Post likes count 7

.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.

Aug 11, 2026
Post comments count 5
Post likes count 0

.NET and .NET Framework August 2026 servicing releases updates

Rahul,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for August 2026.

Aug 6, 2026
Post comments count 1
Post likes count 2

Test reporting in Microsoft.Testing.Platform: from red build to root cause

Amaury Levé

Microsoft.Testing.Platform brings failures into GitHub Actions and Azure DevOps, uses pipeline history to separate regressions from flakes, and preserves usable reports when a test host crashes.

Aug 4, 2026
Post comments count 2
Post likes count 2

Beyond Chat: live Speech-to-Text with Foundry Local and C#

Bruno Capuano

Build a live speech-to-text app in C# with Foundry Local, a compact Nemotron model, and local model lifecycle management.