Microsoft
Developer Blogs
Get the latest information, insights, and news from Microsoft.
Highlights

Choosing the Right Azure Hosting Model for AI Agents: A Deep Dive into Foundry Hosted Agents
AI agents are quickly moving from experiments to production‑critical components of modern applications. But while many teams know how to build agents, far fewer are confident they’re hosting them on the right foundation.
Most organizations start by deploying agents the same way...
Read moreClick to read more about this postOne-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 postDevOps 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 postLatest posts

Apr 21, 2026
Post comments count0
Post likes count0
Getting Started with Agentic DevOps – Part 1: Foundations

This post is the first in a 3-part series:
Foundations (this post)
Start shipping (context engineering, MCP servers, orchestration)
App modernization (Java, .NET, PHP, microservices)
Bookmark this post for quick reference as you start exploring Agentic DevOps. It will be...
All things Azure

Apr 20, 2026
Post comments count0
Post likes count1
GitHub Copilot meets Azure Developer CLI: AI-assisted project setup and error troubleshooting

The Azure Developer CLI (azd) now integrates with GitHub Copilot for AI-assisted project scaffolding and intelligent deployment error troubleshooting, helping you resolve common Azure errors like MissingSubscriptionRegistration, SkuNotAvailable, and StorageAccountAlreadyTaken without leaving the terminal.
Azure SDK Blog

Apr 20, 2026
Post comments count7
Post likes count0
Writing Node.js addons with .NET Native AOT
The C# Dev Kit team replaced C++ Node.js addons with C# and Native AOT, removing a dependency on Python. This post walks through building a Node.js native addon entirely in C# using N-API, LibraryImport, and UnmanagedCallersOnly.
.NET Blog

Apr 20, 2026
Post comments count1
Post likes count2
How did code handle 24-bit-per-pixel formats when using video cards with bank-switched memory?

You still have to use aligned accesses, even though the pixels might not be aligned.
The Old New Thing

Apr 20, 2026
Post likes count0
Discoverable - Observable MCP Server
How to build an observable MCP Server with discoverable tools and agents.
ISE Developer Blog

Apr 17, 2026
Post comments count1
Post likes count4
Forgotten message from the past: LB_INITSTORAGE

Preallocating memory to avoid quadratic behavior.
The Old New Thing

Apr 16, 2026
Post comments count1
Post likes count2
Best of Both Worlds for Agentic Refactoring: GitHub Copilot + MicroVMs via Docker Sandbox
Legacy codebases frequently contain hardcoded logic and complex build scripts that depend on specific filesystem structures, making them notoriously difficult to modernize in isolated environments. Docker Sandbox addresses this challenge through a bidirectional workspace sync that...
All things Azure

Apr 16, 2026
Post comments count0
Post likes count1
What's New in Microsoft Foundry Fine-Tuning | April 2026
April 2026 brings three major Reinforcement Fine-Tuning updates: Global Training for o4-mini with lower per-token rates across 12+ regions, new GPT-4.1 model graders for richer reward signals, and a comprehensive RFT best practices guide to help you ship specialized models faster.
Microsoft Foundry Blog

Apr 16, 2026
Post comments count0
Post likes count0
Free Your Terminal with Detached Mode in Aspire 13.2

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

Apr 16, 2026
Post comments count1
Post likes count0
From AI to .NET: 20 VS Live! Las Vegas Sessions You Can Watch Now

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

Apr 16, 2026
Post comments count9
Post likes count2
What's up with window message 0x0091? We're getting it with unexpected parameters

Trespassing on system messages.
The Old New Thing

Apr 15, 2026
Post likes count0
Visual Studio Code 1.116

Learn what's new in Visual Studio Code 1.116
Read the full article
VS Code Blog

Apr 15, 2026
Post comments count0
Post likes count2
Azure MCP tools now ship built into Visual Studio 2022 — no extension required

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

Apr 15, 2026
Post comments count0
Post likes count3
Pin Clustering in .NET MAUI Maps

.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

Apr 15, 2026
Post comments count4
Post likes count5
Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent Workflow

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

Apr 15, 2026
Post comments count3
Post likes count1
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...
Azure DevOps Blog

Apr 15, 2026
Post comments count0
Post likes count2
Why is there a long delay between a thread exiting and the WaitForSingleObject returning?

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

Apr 15, 2026
Post comments count0
Post likes count4
Choosing the Right Azure Hosting Model for AI Agents: A Deep Dive into Foundry Hosted Agents
AI agents are quickly moving from experiments to production‑critical components of modern applications. But while many teams know how to build agents, far fewer are confident they’re hosting them on the right foundation.
Most organizations start by deploying agents the same way...
All things Azure

Apr 15, 2026
Post comments count0
Post likes count2
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...
All things Azure

Apr 14, 2026
Post comments count2
Post likes count0
.NET and .NET Framework April 2026 servicing releases updates
Rahul,
Tara
A recap of the latest servicing updates for .NET and .NET Framework for April 2026.
.NET Blog

Apr 14, 2026
Post comments count3
Post likes count4
.NET 11 Preview 3 is now available!

Find out about the new features in .NET 11 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more!
.NET Blog

Apr 14, 2026
Post comments count0
Post likes count1
Stop juggling package managers—just run `azd update`

Update the Azure Developer CLI with a single command on any platform and switch release channels.
Azure SDK Blog

Apr 14, 2026
Post comments count9
Post likes count1
April Patches for Azure DevOps Server

We are releasing patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers remain on the latest, most secure version to ensure optimal protection and reliability. The latest release of Azure DevOps Server is available from the download...
Azure DevOps Blog

Apr 14, 2026
Post comments count0
Post likes count2
Take your PostgreSQL-backed apps to the next level
Ismael,
Pooja
PostgreSQL is a powerful and hugely popular database engine, and it really comes alive across Microsoft developer platforms. You can build with PostgreSQL across Azure offerings, develop productively in Visual Studio Code with strong extensions and tooling, and connect your data to...
Microsoft for Developers
Apr 14, 2026
Post comments count1
Post likes count1
New Aspire database integrations

Aspire 13.2 brings MongoDB Entity Framework Core and Azure Data Lake Storage integrations, plus quality-of-life improvements to existing database clients.
Aspire Blog

Apr 14, 2026
Post comments count0
Post likes count1
MSVC Build Tools Version 14.51 Release Candidate Now Available
Try out the final preview of MSVC Build Tools v14.51
C++ Team Blog

Apr 14, 2026
Post comments count2
Post likes count3
Why was there a red telephone at every receptionist desk?

Not a direct line to Bill Gates's office.
The Old New Thing

Apr 13, 2026
Post comments count8
Post likes count1
Finding a duplicated item in an array of N integers in the range 1 to N − 1

Taking advantage of special characteristics of the array.
The Old New Thing

Apr 13, 2026
Post comments count0
Post likes count3
Agent Skills in .NET: Three Ways to Author, One Provider to Run Them

Your agents can now draw on skills authored in three different ways – as files on disk, as inline C# code, or as encapsulated classes – and combine them freely in a single provider. Add built-in script execution support and a human-approval mechanism for script calls, and you have a...
Microsoft Agent Framework

Apr 10, 2026
Post comments count1
Post likes count3
Announcing Azure MCP Server 2.0 Stable Release for Self-Hosted Agentic Cloud Automation

Azure MCP Server 2.0 is now generally available, delivering first-class self-hosting, stronger security hardening, and a faster foundation for agentic workflows across Azure.
Azure SDK Blog

Apr 10, 2026
Post comments count3
Post likes count2
How do you add or remove a handle from an active WaitForMultipleObjects?, part 2

Waiting for the waiting thread to acknowledge the change.
The Old New Thing

Apr 10, 2026
Post comments count16
Post likes count5
PowerShell MSI package deprecation and preview updates

This post announces the deprecation of MSI packaging beginning with PowerShell 7.7.
PowerShell Team

Apr 10, 2026
Post comments count0
Post likes count0
Putting Agentic Platform Engineering to the test
Arnaud,
davidwright,
Suzanne
In Part 1 of this blog series set the stage for why platform engineering is being reshaped by agentic AI. (read it here)
Basically we outline how instead of humans translating intent through layers of CLIs, SDKs, and bespoke workflows, capable agents can interpret natural-language...
All things Azure

Apr 9, 2026
Post comments count1
Post likes count3
C++23 Support in MSVC Build Tools 14.51

We’re pleased to provide an update on C++23 support in the Microsoft C++ (MSVC) Build Tools. This blog post will cover the feature additions in MSVC Build Tools version 14.51, including C++23 language features, libraries, and ISO C++ Core Working Group (CWG) and Library Working Group...
C++ Team Blog

Apr 9, 2026
Post comments count0
Post likes count2
What's new in Microsoft Foundry | March 2026

March ships Foundry Agent Service GA with private networking, GPT-5.4 and GPT-5.4 Mini, Priority Processing, Phi-4 Reasoning Vision, SDK 2.0 GA across Python, JS/TS, Java, and .NET, Fireworks AI and NVIDIA Nemotron models, and third-party guardrails from Palo Alto and Zenity.
Microsoft Foundry Blog

Apr 9, 2026
Post comments count1
Post likes count4
Foundry Local is now Generally Available

Ship local AI to millions of devices - fast, private on-device inference with no per-token costs.
Microsoft Foundry Blog

Apr 9, 2026
Post comments count0
Post likes count3
Running Multiple Instances of an Aspire AppHost Without Port Conflicts

Aspire 13.2 introduces isolated mode, letting you run multiple instances of the same AppHost in parallel without port conflicts. Learn how the --isolated flag solves development and testing workflows.
Aspire Blog

Apr 9, 2026
Post comments count4
Post likes count2
How do you add or remove a handle from an active WaitForMultipleObjects?

You can't, but you can cooperate with the other thread.
The Old New Thing

Apr 8, 2026
Post likes count0
Visual Studio Code 1.115

Learn what's new in Visual Studio Code 1.115
Read the full article
VS Code Blog

Apr 8, 2026
Post comments count0
Post likes count0
Go 1.26.2-1 and 1.25.9-1 Microsoft builds now available

A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers

Apr 8, 2026
Post comments count3
Post likes count5
Introducing SQL MCP Server

SQL MCP Server gives enterprises a secure, feature-rich way to enable agents to access data. This is accomplished without exposing the schema, risking consistency, or relying on fragile natural language parsing. SQL MCP Server is a feature of Data API builder, so deployments have a proven...
Azure SQL Dev Corner

Apr 8, 2026
Post comments count2
Post likes count0
Give your Foundry Agent Custom Tools with MCP Servers on Azure Functions

Learn how to connect your MCP server hosted on Azure Functions to Microsoft Foundry agents. This post covers authentication options and setup steps to give your AI agent access to custom MCP tools.
Azure SDK Blog

Apr 8, 2026
Post comments count4
Post likes count2
How do you add or remove a handle from an active MsgWaitForMultipleObjects?

You can't, but you can arrange for the waiter to do it for you.
The Old New Thing

Apr 8, 2026
Post comments count1
Post likes count1
GitHub Copilot for Eclipse Is Going Open Source

We’re excited to announce that the GitHub Copilot for Eclipse plugin is going open source under the MIT license and will be hosted on GitHub under the microsoft organization in the coming weeks.
By open-sourcing the project, we’re inviting the community to contribute,...
Microsoft for Java Developers

Apr 8, 2026
Post comments count2
Post likes count3
Building a Real-Time Multi-Agent UI with AG-UI and Microsoft Agent Framework Workflows

Multi-agent systems demo beautifully. Putting them in front of real users is another story.
In early prototypes, a terminal or a basic chat window is enough. But once agents start handing off to each other, pausing for approvals, or asking follow-up questions, those...
Microsoft Agent Framework

Apr 7, 2026
Post comments count4
Post likes count10
MCP as Easy as 1-2-3: Introducing the Fluent API for MCP Apps

Build MCP tools with rich UI experiences using the new Fluent API for MCP Apps in the .NET isolated worker. Configure views, permissions, and security policies with just a few lines of code.
Azure SDK Blog

Apr 7, 2026
Post comments count3
Post likes count15
MCP Apps now available in Copilot chat

Agents bring rich, app powered UI experiences directly into Microsoft 365 Copilot chat, via MCP Apps or the OpenAI Apps SDK. Read about what customers and partners are building.
Microsoft 365 Developer Blog

Apr 7, 2026
Post comments count1
Post likes count1
Your Migration's Source of Truth: The Modernization Assessment

Introducing GitHub Copilot Modernization and diving into the assessment report as part of cloud modernization process
.NET Blog

Apr 7, 2026
Post comments count0
Post likes count0
Agentic development aspirations: build, run, observe — without more Markdown

AI agents can write code but struggle to run and test it. Aspire gives your agent a codified app model to build, run, and observe your whole stack.
Aspire Blog

Apr 7, 2026
Post comments count18
Post likes count1
ASP.NET Core 2.3 end of support announcement

ASP.NET Core 2.3 will reach end of support on April 13, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET.
.NET Blog
Apr 7, 2026
Post comments count0
Post likes count0
Scalable AI with Azure Cosmos DB: Tredence Intelligent Document Processing (IDP)

Azure Cosmos DB enables scalable AI-driven document processing, addressing one of the biggest barriers to operational scale in today’s enterprise AI landscape. Organizations continue to manage massive volumes of structured and unstructured content—contracts, regulatory filings,...
Azure Cosmos DB Blog

Apr 7, 2026
Post comments count0
Post likes count7
Write SQL Your Way: Dual Parameter Style Benefits in mssql-python

Reviewed by: Sumit Sarabhai
If you've been writing SQL in Python, you already know the debate: positional parameters (?) or named parameters (%(name)s)? Some developers swear by the conciseness of positional. Others prefer the clarity of named. With mssql-python, you no longer...
Microsoft for Python Developers Blog
Apr 7, 2026
Post comments count6
Post likes count8
Take full control of your floating windows in Visual Studio

Make Visual Studio floating windows work perfectly with PowerToys FancyZones. Flip one option to get independent windows, better snapping, and less friction.
Visual Studio Blog

Apr 7, 2026
Post comments count9
Post likes count6
Were there any Windows 3.1 programs that were so incompatible with Windows 95 that there was no point trying to patch them?

The permanently ineligible list.
The Old New Thing

Apr 6, 2026
Post comments count0
Post likes count4
Agent Academy Spring Drop: Special Ops, Cowork Collective, and a Whole New Look

We've shipped a big round of updates to Agent Academy. Two new sections, a completely redone site experience, and more missions on the way. Here's what's changed.
Quick recap for anyone new
Agent Academy is a free, open-source curriculum for learning how to build agents with Microsoft...
Power Platform Developer Blog

Apr 6, 2026
Post comments count0
Post likes count1
Announcing the end of support for Node.js 20.x in the Azure SDK for JavaScript

After July 9, 2026, the Azure SDK for JavaScript will no longer support Node.js 20.x. Upgrade to an Active Node.js Long Term Support (LTS) version to stay secure and up-to-date.
Azure SDK Blog

Apr 6, 2026
Post comments count0
Post likes count2
MCP Apps on Azure Functions: Quickstart with TypeScript
Learn how to build and deploy MCP (Model Context Protocol) apps on Azure Functions using TypeScript. This guide covers MCP tools, resources, local development, and serverless deployment with a practical weather app example.
Azure SDK Blog

Apr 6, 2026
Post comments count3
Post likes count2
Learning to read C++ compiler errors: Illegal use of -> when there is no -> in sight

If the compiler is complaining about things you didn't write, find out who wrote them.
The Old New Thing

Apr 3, 2026
Post comments count4
Post likes count6
Microsoft Agent Framework Version 1.0

Today, we're thrilled to announce that Microsoft Agent Framework has reached version 1.0 for both .NET and Python. This is the production-ready release: stable APIs, and a commitment to long-term support. Whether you're building a single assistant or orchestrating a fleet of specialized...
Microsoft Agent Framework

Apr 3, 2026
Post comments count3
Post likes count2
How can I use ReadDirectoryChangesW to know when someone is copying a file out of the directory?

File copying is not a fundamental operation, nor is it even detectable at the file system layer.
The Old New Thing

Apr 3, 2026
Post comments count0
Post likes count0
🚀React Native Windows v0.82 is here!!
Abhijeet,
Vivek
React Native Windows v0.82 is here, marking a major milestone: the legacy Paper architecture has been fully removed. All applications now run exclusively on the New Architecture (Fabric), and this release also unlocks XAML controls for community modules — so Windows apps can seamlessly...
React Native

Apr 2, 2026
Post comments count30
Post likes count16
Explore union types in C# 15
C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.
.NET Blog
Apr 2, 2026
Post comments count0
Post likes count1
Aspire Docs in Your Terminal (and Your AI's Brain)

Aspire 13.2 ships aspire docs, a CLI for browsing, searching, and reading official aspire.dev docs from your terminal, with the same source of truth available to AI skills and automation.
Aspire Blog

Apr 2, 2026
Post comments count0
Post likes count4
Why doesn't the system let you declare your own messages to have the same semantics as WM_COPYDATA ?

Tempting but misleading.
The Old New Thing

Apr 1, 2026
Post likes count0
Visual Studio Code 1.114

Learn what's new in Visual Studio Code 1.114
Read the full article
VS Code Blog

Apr 1, 2026
Post comments count0
Post likes count0
Python in Visual Studio Code - March 2026 Release
The March 2026 release of the Python and Jupyter extensions for Visual Studio Code is now available. Keep on reading to learn more!
Microsoft for Python Developers Blog

Apr 1, 2026
Post comments count0
Post likes count0
What's New in vcpkg (Feb 2026 - Mar 2026): Parallel file installation and more!

These updates include a security fix for OpenSSL packaging on Windows, parallel file installation for improved performance, and other improvements and bug fixes.
C++ Team Blog

Apr 1, 2026
Post comments count1
Post likes count2
PowerShell 7.6 release postmortem and investments

This post shares context on the delayed timing of the PowerShell 7.6 release, our learnings, and the changes the team has already begun making to improve release predictability and transparency.
PowerShell Team

Apr 1, 2026
Post comments count0
Post likes count1
General Availability: Social Identity Providers for Native Authentication via Browser‑Delegated Flows (web-view) in Microsoft Entra External ID

We’re excited to announce the General Availability of Social Identity Provider (IdP) support for Native Authentication in Microsoft Entra External ID. This release enables developers to integrate popular social sign‑in options such as Google, Facebook, and Apple — into native and...
Microsoft Entra Identity Platform

Apr 1, 2026
Post comments count0
Post likes count8
Improving the Markdown Editor for Work Items

We introduced the Markdown editor in July 2025 to bring Markdown support to large text fields in work items. Since then, we’ve received valuable customer feedback highlighting challenges with the editing experience, particularly when switching in and out of edit mode.
Many users found...
Azure DevOps Blog

Apr 1, 2026
Post comments count0
Post likes count1
The Polyglot tax - Part 3
Vectors, Analytics, and the End of ETL
Part 3 of 4 - The Multi-model Database Series
In Part 1: The Polyglot Tax we laid out the fraud detection scenario: a transaction comes in, and before you approve or deny it you need five checks. Order history (relational). Device fingerprint...
Azure SQL Dev Corner

Apr 1, 2026
Post comments count2
Post likes count3
Dataverse Skills: Your Coding Agent Now Speaks Dataverse

Building enterprise solutions is shifting from writing code to directing AI agents. Instead of stitching together APIs, CLIs, and scripts, developers are increasingly describing intent and letting agents execute. For enterprise platforms like Dataverse, this creates a new requirement:...
Power Platform Developer Blog