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

Mar 6, 2026
Post comments count11
Post likes count2

When Read­Directory­ChangesW reports that a deletion occurred, how can I learn more about the deleted thing?

Raymond Chen
It's already gone. If you need more information, you should have been remembering it.
The Old New Thing
Mar 6, 2026
Post likes count0

Using Agents to Setup Experiments

Peter Lasne
When setting up an experiment is complex, agents can automate the process to make it faster and more reliable.
ISE Developer Blog
Mar 5, 2026
Post comments count0
Post likes count0

Visual Studio at GDC Festival of Gaming 2026

David Li
Join us at GDC Festival of Gaming 2026 for a deep dive into Visual Studio, GitHub Copilot, PowerToys, and the Windows tools that speed up your daily dev workflow. We'll show how these tools work together to boost productivity and cut friction across your entire inner loop. Session...
C++ Team Blog
Mar 5, 2026
Post comments count1
Post likes count3

Windows Terminal Preview 1.25 Release

Dustin Howett
We briefly paused our quarterly release cycle to focus on reliability and performance, but now we're back with Windows Terminal 1.25! We are also updating Windows Terminal stable to version 1.24, which will include all of the features from this previous blog post. Some notable features...
Windows Command Line
Mar 5, 2026
Post comments count0
Post likes count11

Release v1.0 of the official MCP C# SDK

Mike Kistler
Discover what’s new in the v1.0 release of the official MCP C# SDK, including enhanced authorization, richer metadata, and powerful patterns for tool calling and long-running requests.
.NET Blog
Mar 5, 2026
Post comments count2
Post likes count2

The mystery of the posted message that was dispatched before reaching the main message loop

Raymond Chen
Perhaps it's because you dispatched it.
The Old New Thing
Mar 5, 2026
Post comments count0
Post likes count5

Platform Engineering for the Agentic AI era

Arnaud,
davidwright
For the last decade, platform engineering has relied on explicit API interaction layers: CLIs, SDKs, pipelines, wrappers, and UI workflows that translate human intent into machine‑safe API calls. AI agents are now short‑circuiting much of that stack. By combining natural language...
All things Azure
Mar 5, 2026
Post comments count2
Post likes count4

Announcing WinUI Gallery 2.8

Niels,
Marcel
  Hey WinUI developers! If you’re new around here, WinUI Gallery is the go-to app for exploring WinUI 3 controls, samples, design guidance, and handy tools — all in one place. Today, we’re excited to announce WinUI Gallery 2.8, bringing jump list support, new samples,...
#ifdef Windows
Mar 5, 2026
Post likes count0

Making agents practical for real-world development

VS Code Team
Explore agent orchestration, extensibility, and continuity in VS Code 1.110: lifecycle hooks, agent skills, session memory, and integrated browser tools. Read the full article
VS Code Blog