Microsoft
Developer Blogs

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

Highlights

agent governance toolkit image

I Wasted 68 Minutes a Day Re-Explaining My Code. Then I Built auto-memory.

~1,900 lines of Python. Zero dependencies. Saves you an hour a day. GitHub → · pip install auto-memory Now give Copilot CLI enhanced context recall. Point it at deploy/install.md and let it cook. 🍳 Are you tired of using the slash /compact command every 10 min? The...
Read moreClick to read more about this post

Lessons Learned from Building a Well-Matching Intelligence Layer

Key insights from the EDA and Ground Truth journey for solving well identity resolution in the Energy industry—challenges that extend to any entity matching problem across distributed systems.
Read moreClick to read more about this post

Latest posts

Apr 9, 2026
Post comments count1
Post likes count3

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
Apr 9, 2026
Post comments count0
Post likes count2

What's new in Microsoft Foundry | March 2026

Nick Brady
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

samkemp
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

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
Apr 9, 2026
Post comments count4
Post likes count2

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
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
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
Apr 8, 2026
Post comments count3
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
Apr 8, 2026
Post comments count2
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