Microsoft
Developer Blogs

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

Highlights

AgentSkills1 image

GitHub Copilot Dev Days: Build faster with GitHub Copilot CLI, in VS Code & Visual Studio, and beyond!

Modern software development is moving fast—and AI is now a practical part of how Microsoft developers design, build, and ship applications every day. From writing code in Visual Studio and VS Code, to building cloud-native apps on Azure, developers are looking for ways to stay...
Read moreClick to read more about this post

Latest posts

Media placeholder 02 1 image
Nov 7, 2025
Post comments count10
Post likes count0

Windows MIDI Services and the 10-MIDI driver limit

Author Avatar
Pete Brown
If you are reading this in 2026 or beyond, here are two posts you should instead refer to Required Registry Entries for Windows MIDI Services Windows MIDI Services Known Issues and Workarounds The USB MIDI 1.0 specification was released in the late 90s around the same time that PCs...
Windows MIDI and Music dev
MSFT BANNER CONF42GOLANG2022 image
Nov 7, 2025
Post comments count0
Post likes count0

Go 1.25.4-2 and 1.24.10-1 Microsoft builds now available

Author Avatar
Davis Goodin
A new release of the Microsoft build of Go is now available for download.
Microsoft for Go Developers
Microsoft | Intelepeer
Nov 7, 2025
Post comments count0
Post likes count0

IntelePeer supercharges its agentic AI platform with Azure Cosmos DB

Author Avatar
Azure Cosmos DB Team
Reducing latency by 50% and scaling intelligent CX for SMBs This article was co-authored by Sergey Galchenko, Chief Technology Officer, IntelePeer, and Subhash Ramamoorthi, Director, IntelePeer AI Hub. ICYMI: Discover how IntelePeer enhances agent intelligence and powers their...
Azure Cosmos DB Blog
banner oldnewthing blue image
Nov 7, 2025
Post comments count3
Post likes count1

Non-recursively deleting a binary tree in constant space: Restructuring the tree

Author Avatar
Raymond Chen
Changing the tree structure to make it easier to delete.
The Old New Thing
group chat orchestration png image
Nov 7, 2025
Post likes count10

Patterns for Building a Scalable Multi-Agent System

Author AvatarAuthor Avatar
Sushant,
Vikesh
Practical patterns for designing scalable, high-performing multi-agent systems—grounded in real implementation experience.
ISE Developer Blog
vcpkg logo
Nov 6, 2025
Post comments count1
Post likes count1

Inside Visual Studio: Improving Open-Source Workflows with vcpkg

Author Avatar
Eve Silfanus
vcpkg, an open-source C/C++ package manager maintained by Microsoft, is increasingly recognized as a leading dependency management solution. As an enterprise-grade tool, it enables organizations to streamline library imports, reduce duplication, and support flexible, reproducible builds...
C++ Team Blog
From Real-Time Analytics to AI: Your Azure Cosmos DB & DocumentDB Agenda for Microsoft Ignite 2025
Nov 6, 2025
Post comments count0
Post likes count0

From Real-Time Analytics to AI: Your Azure Cosmos DB & DocumentDB Agenda for Microsoft Ignite 2025

Author Avatar
Jay Gordon
Microsoft Ignite 2025 is your opportunity to explore how Azure Cosmos DB, Cosmos DB in Microsoft Fabric, and DocumentDB power the next generation of intelligent, planet-scale applications. Whether you’re building real-time analytics pipelines, optimizing MongoDB-compatible...
Azure Cosmos DB Blog
Media placeholder 02 1 image
Nov 6, 2025
Post comments count0
Post likes count0

Troubleshooting recent MIDI issues in Windows 11 (and Windows 10)

Author Avatar
Pete Brown
If you are reading this in 2026 or beyond, here are two posts you should instead refer to Windows MIDI Services Known Issues and Workarounds If you are on Windows 11 (or Windows 10 for the UAD issue) and recently had either of these two issues, please read on: You use a Universal...
Windows MIDI and Music dev
banner oldnewthing blue image
Nov 6, 2025
Post comments count3
Post likes count1

Non-recursively deleting a binary tree in constant space: Synthesizing the parent pointer

Author Avatar
Raymond Chen
Making one as you go.
The Old New Thing