Microsoft
Developer Blogs

Get the latest information, insights, and news from Microsoft.

Highlights

Dotnet banner

SQL query generation from natural language

Evaluating AI agents for NL-to-SQL generation across Azure Databricks AI/BI Genie, GitHub Copilot CLI, and Microsoft Agent Framework. We achieved ~75% accuracy with schema documentation and runtime validation, while discovering that business logic errors represent a fundamental limitation requiring domain expertise.
Read moreClick to read more about this post

Durable Workflows in the Microsoft Agent Framework

Build durable AI agent workflows with the Microsoft Agent Framework. Start with in-process console apps, add durability with the Durable Task runtime, scale with parallel AI agents, and host on Azure Functions for serverless execution.
Read moreClick to read more about this post

Latest posts

May 13, 2026
Post comments count1
Post likes count2

Introducing WinUI agent plugin for GitHub Copilot and Claude Code

Nikola Metulev
These skills enable your agent to take your ideas to a native Windows app in minutes! They are built around the end-to-end loop: scaffold, build, run, test, iterate. They've been optimized to know how to drive each stage, recognize common failures that get normal agents stuck in...
#ifdef Windows
May 12, 2026
Post comments count0
Post likes count5

MSVC Build Tools version 14.51 (GA) now available

Michael Price
MSVC Build Tools v14.51 GA available in Visual Studio 2026 18.6
C++ Team Blog
May 12, 2026
Post comments count3
Post likes count0

.NET 11 Preview 4 is now available!

.NET Team
Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more!
.NET Blog
May 12, 2026
Post comments count2
Post likes count2

Is This a Packaged Process?

Howard Kapustein
Sometimes you need to know whether the current process has package identity. Certain Windows features require it, and behaviors can differ—both technically and culturally. For example, classic Windows applications often store settings in the registry, whereas packaged applications...
Inside MSIX
May 12, 2026
Post comments count3
Post likes count0

.NET and .NET Framework May 2026 servicing releases updates

Rahul,
Tara
A recap of the latest servicing updates for .NET and .NET Framework for May 2026.
.NET Blog
May 12, 2026
Post comments count0
Post likes count0

Foundry Local 1.1: Live Transcription, Embeddings, and Responses API

samkemp
Foundry Local 1.1 adds live transcription, embeddings, Responses API, WebGPU plugin, and download cancellation.
Microsoft Foundry Blog
May 12, 2026
Post comments count1
Post likes count2

Introducing dotnet new WinUI templates

Niels,
Dinah,
Nikola
  We've been working on something new for WinUI developers: a set of open-source project and item templates for WinUI you can use directly from the command line. 🚀 With these templates, you can now create and run a new WinUI app using dotnet new, without needing to go...
#ifdef Windows
May 12, 2026
Post comments count0
Post likes count0

What's new in Microsoft Foundry | April 2026

Nick Brady
April brings Foundry Local GA for local AI development, GPT-5.5 model support with Tier 5 and Tier 6 default quota in Microsoft Foundry, new tracing paths for Microsoft Agent Framework and hosted agents, CodeAct with Hyperlight for sandboxed agent code execution, expanded monitoring and continuous evaluation capabilities for production agents, SDK updates across Python, JavaScript/TypeScript, .NET, and Java, and a reminder to register for Microsoft Build.
Microsoft Foundry Blog
May 11, 2026
Post comments count0
Post likes count0

Publishing VM Applications in a Secure World

Joseph Calev
Many of you who have published VM Applications may have come across a difficult conundrum regarding security. To create an application version, you must upload your application package to a Storage blob, then provide the address of that Storage blob for replication to occur. The problem...
Azure VM Runtime Team