Microsoft
Developer Blogs

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

Highlights

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.
Read moreClick to read more about this post

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.
Read moreClick to read more about this post

Latest posts

cplusplusfeature image
Apr 9, 2026
Post comments count0
Post likes count1

C++23 Support in MSVC Build Tools 14.51

Daniel Griffing
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
Microsoft Foundry 2mb image
Apr 9, 2026
Post comments count0
Post likes count1

Foundry Local is now Generally Available

samkemp
Ship local AI to millions of devices - fast, private on-device inference with no per-token costs.
Microsoft Foundry Blog
featured image png image
Apr 9, 2026
Post comments count0
Post likes count0

Running Multiple Instances of an Aspire AppHost Without Port Conflicts

James Newton-King
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
banner oldnewthing blue image
Apr 9, 2026
Post comments count1
Post likes count1

How do you add or remove a handle from an active Wait­For­Multiple­Objects?

Raymond Chen
You can't, but you can cooperate with the other thread.
The Old New Thing
Visual Studio Code 1.115
Apr 8, 2026
Post likes count0

Visual Studio Code 1.115

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.115 Read the full article
VS Code Blog
MSFT BANNER CONF42GOLANG2022 image
Apr 8, 2026
Post comments count0
Post likes count0

Go 1.26.2-1 and 1.25.9-1 Microsoft builds now available

Davis Goodin
A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers
Image sql database 3 560
Apr 8, 2026
Post comments count2
Post likes count5

Introducing SQL MCP Server

Jerry Nixon
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
azfunc custom agents 2 blog image
Apr 8, 2026
Post comments count0
Post likes count0

Give your Foundry Agent Custom Tools with MCP Servers on Azure Functions

Lily Ma
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
banner oldnewthing blue image
Apr 8, 2026
Post comments count4
Post likes count1

How do you add or remove a handle from an active Msg­Wait­For­Multiple­Objects?

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