Microsoft
Developer Blogs

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

Highlights

Azure Hosting Model for AI Agents diagram

One-click security scanning and org-wide alert triage come to Advanced Security

We're shipping two major capabilities that change how security teams enable and act on application security in Azure DevOps: CodeQL default setup makes it possible to enable code scanning across your organization without configuring a single pipeline, and a new combined alerts experience...
Read moreClick to read more about this post

DevOps Playbook for the Agentic Era

Practices, Principles, and Strategic Direction Software delivery has entered a new phase. AI agents are no longer confined to autocomplete suggestions in the editor. They are opening pull requests, generating code across multiple files, proposing infrastructure changes, responding to...
Read moreClick to read more about this post

Latest posts

featured image png image
Apr 16, 2026
Post comments count0
Post likes count0

Free Your Terminal with Detached Mode in Aspire 13.2

James Newton-King
Aspire 13.2 brings detached mode to the CLI. Run your AppHost in the background, free your terminal, and let coding agents start, inspect, and manage your app without blocking.
Aspire Blog
playlist image
Apr 16, 2026
Post comments count1
Post likes count0

From AI to .NET: 20 VS Live! Las Vegas Sessions You Can Watch Now

Jim Harrer
In March 2026, developers came together at VS Live! Las Vegas for a full week of technical learning, hands-on exploration, and a lot of great conversations about where software development is headed next. From AI-assisted development to modern .NET, cloud-native apps, and developer...
Visual Studio Blog
banner oldnewthing blue image
Apr 16, 2026
Post comments count9
Post likes count2

What's up with window message 0x0091? We're getting it with unexpected parameters

Raymond Chen
Trespassing on system messages.
The Old New Thing
Visual Studio Code 1.116
Apr 15, 2026
Post likes count0

Visual Studio Code 1.116

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.116 Read the full article
VS Code Blog
VS logo featured image image
Apr 15, 2026
Post comments count0
Post likes count2

Azure MCP tools now ship built into Visual Studio 2022 — no extension required

Yun Jung Choi
Azure MCP tools now ship built into Visual Studio 2022 — no extension required Azure MCP tools are now built into Visual Studio 2022 as part of the Azure development workload — no separate extension to find, install, or update. You can enable over 230 tools across 45 Azure services...
Visual Studio Blog
Pin Clustering in .NET MAUI Maps
Apr 15, 2026
Post comments count0
Post likes count3

Pin Clustering in .NET MAUI Maps

David Ortinau
.NET MAUI 11 adds pin clustering to the Map control, automatically grouping nearby pins into cluster markers. Learn how to enable clustering, create separate clustering groups, and handle cluster taps on Android and iOS.
.NET Blog
debugger agent image
Apr 15, 2026
Post comments count4
Post likes count5

Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent Workflow

Harshada Hole
We’ve all been there: a bug report lands in your inbox with a title like "App crashes sometimes" and zero reproduction steps. Your morning, which was supposed to be spent building new features, is now a forensic investigation. You’re setting scattershot breakpoints, staring at...
Visual Studio Blog
devOps security
Apr 15, 2026
Post comments count3
Post likes count1

One-click security scanning and org-wide alert triage come to Advanced Security

Laura Jiang
We're shipping two major capabilities that change how security teams enable and act on application security in Azure DevOps: CodeQL default setup makes it possible to enable code scanning across your organization without configuring a single pipeline, and a new combined alerts experience...
Azure DevOps Blog
banner oldnewthing blue image
Apr 15, 2026
Post comments count0
Post likes count2

Why is there a long delay between a thread exiting and the Wait­For­Single­Object returning?

Raymond Chen
Maybe it didn't really exit.
The Old New Thing