Microsoft
Developer Blogs

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

Highlights

VSLive! Microsoft AI Hackathon 2026: Send Your Team Home With Working Code

If you lead a development team, you already know the pattern. You approve the travel, your developers attend a great conference, they come back energized, and then the work resumes exactly as it was. The ideas don't survive contact with the backlog. This July at VSLive! @ Microsoft...
Read moreClick to read more about this post

Microsoft SQL Security Across the MAESTRO Stack: Building Secure Agentic AI with Defense-in-Depth

Artificial Intelligence is evolving rapidly. What began as simple prompt-and-response systems is now transforming into fully autonomous, agentic AI architectures capable of reasoning, orchestrating tools, interacting with enterprise data, and invoking external systems dynamically. While...
Read moreClick to read more about this post

Latest posts

May 19, 2026
Post comments count2
Post likes count1

NuGet PackageReference for C++ Projects in Visual Studio

Augustin Popa
Native C++ projects (.vcxproj) now support NuGet PackageReference, the same modern package management experience .NET developers have used for years. Available as an experimental feature in Visual Studio 2026 version 18.7.
C++ Team Blog
May 18, 2026
Post comments count0
Post likes count2

NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports

Nikolche Kolev
Package pruning in .NET 10 removes platform-provided packages from your dependency graph. With transitive auditing enabled by default, projects with these defaults have 70% fewer transitive vulnerability reports compared to projects using the previous defaults.
.NET Blog
May 18, 2026
Post comments count4
Post likes count4

Just shows that nobody cares about debugging the parity flag any more

Raymond Chen
Reported incorrectly since the day it was written.
The Old New Thing
May 15, 2026
Post comments count4
Post likes count0

Advanced Shader Delivery expands Public Preview with AMD

Wendy Ho
Last October, we released Advanced Shader Delivery (ASD) on the ROG Xbox Ally handhelds. Advanced Shader Delivery addresses one of the most frustrating challenges for PC players today – long load times and disruptive stuttering during a game’s first launch. The feature works by...
DirectX Developer Blog
May 15, 2026
Post comments count2
Post likes count2

The case of the Create­File­Mapping that always reported ERROR_ALREADY_EXISTS

Raymond Chen
Maybe because it already exists?
The Old New Thing
May 14, 2026
Post comments count1
Post likes count2

Segment Heap support for C++ projects in Visual Studio

MacGyver Codilla
Learn how Visual Studio enables Segment Heap by default for new C++ projects and how to adopt and verify it in existing builds.
C++ Team Blog
May 14, 2026
Post comments count0
Post likes count2

Exponential backoff and circuit breaker for Service Bus-triggered Azure Functions

Swapnil Nagar
Use exponential backoff and circuit breaker patterns in Azure Functions with Service Bus SDK bindings. Control retry storms, protect dependencies, and degrade gracefully under transient failures.
Azure SDK Blog
May 14, 2026
Post comments count0
Post likes count3

Considering NL2SQL? Should your database really be the prompt? How can SQL MCP Server help?

Jerry Nixon
You’ve probably experienced both of these, perhaps at the same time. First, that desire to let an agent get at your data. It’s driven by simplification and better experiences for the user and for you: fewer screens, fewer queries, fewer reports, and less code overall. Second, and...
Azure SQL Dev Corner
May 14, 2026
Post comments count0
Post likes count1

Governance at the Speed of Agents: Microsoft Agent Framework and Agent Governance Toolkit, Better Together

Imran,
Shawn
Building powerful AI agents is only half the story, running them safely in production is the real challenge. As customers adopt Microsoft Agent Framework for agent orchestration, a clear need has emerged for robust, built-in governance. In this post, Imran Siddique from the AGT team walks...
Microsoft Agent Framework