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 28, 2026
Post comments count0
Post likes count0

Welcome to Azure Cosmos DB Conf 2026

Jay Gordon
Today is the day. Azure Cosmos DB Conf 2026, in partnership with AMD, is a free virtual developer event focused on building modern, scalable applications with Azure Cosmos DB. The agenda features Microsoft engineers, product team leaders, and members of the global developer community...
Azure Cosmos DB Blog
Apr 28, 2026
Post comments count2
Post likes count0

PowerToys 0.99 is here: new monitor controls, easier window management, and Dock upgrades

Niels Laute
We're back with a fresh PowerToys release! This month introduces Power Display for controlling your monitors from the system tray, Grab And Move for quickly moving and resizing windows, and a wave of improvements to Command Palette and the Dock, along with updates across the utility...
Windows Command Line
Apr 27, 2026
Post comments count0
Post likes count0

Python Environments Extension for VS Code- April Update

Vedha Ranganathan
The April 2026 release update includes the Python Environments extension... Keep on reading to learn more!
Microsoft for Python Developers Blog
Apr 27, 2026
Post comments count0
Post likes count1

Azure Data Studio is retired: Move your Azure SQL workflow to VS Code in 10 minutes

Iqra Shaikh
Azure Data Studio (ADS) retired on February 6, 2025, and support ended on February 28, 2026. The recommended path forward is Visual Studio Code with the MSSQL extension. If you used ADS daily, this guide gets you productive quickly in VS Code. The focus is on importing your existing...
Azure SQL Dev Corner
Apr 27, 2026
Post comments count0
Post likes count0

Announcing Shader Model 6.10 Preview and AgilitySDK 720 Preview

Amar Patel
Overview Today, we are pleased to announce that Shader Model 6.10 and other features have been officially released with Agility SDK 1.720-preview and complementary DXC 1.10.2605.2. AgilitySDK 1.720-preview exposes the following features. There's more detail further below, including...
DirectX Developer Blog
Apr 27, 2026
Post comments count0
Post likes count1

D3D12 LinAlg Matrix Preview

Ashley Coleman
Welcome to the D3D12 LinAlg Matrix Preview release! Today, we are excited to announce the preview release for the D3D12 Linear Algebra APIs! This feature set unlocks comprehensive hardware acceleration for Matrix-oriented operations across various use cases. Previously, we announced...
DirectX Developer Blog
Apr 27, 2026
Post comments count4
Post likes count1

Looking at consequences of passing too few register parameters to a C function on various architectures

Raymond Chen
It's bad news no matter how you slice it, but Itanium makes it even worse.
The Old New Thing
Apr 24, 2026
Post comments count0
Post likes count0

Azure MCP Server now available as an MCP Bundle (.mcpb)

Victor Colin Amador
Azure MCP Server is now available as an MCP Bundle (.mcpb), enabling one-click installation into Claude Desktop and other MCP-compatible clients.
Azure SDK Blog
Apr 24, 2026
Post comments count0
Post likes count1

Chat History Storage Patterns in Microsoft Agent Framework

Wes Steyn
When people talk about building AI agents, they usually focus on models, tools, and prompts. In practice, one of the most important architectural decisions is much simpler: where does the conversation history live? Imagine a user asks your agent a complex question, clicks “try...
Microsoft Agent Framework