Microsoft
Developer Blogs

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

azure developer cli image

How Copilot Studio uses .NET and WebAssembly for performance and innovation

Learn how Microsoft Copilot Studio uses .NET to provide a consistent AI agent execution across platforms, including on the web via WebAssembly.
Read more

Join us at .NET Conf: Dive into the future of development with Visual Studio 2026

We're thrilled to invite you to one of the most exciting events in the .NET ecosystem: .NET Conf. It runs from November 11th through the 13th and you’re invited! This annual virtual conference is a must-attend for developers, architects, and enthusiasts looking to level up their...
Read more

Latest posts

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

Windows MIDI Services and the 10-MIDI driver limit

Author Avatar
Pete Brown
The USB MIDI 1.0 specification was released in the late 90s around the same time that PCs were starting to move from rectangular beige boxes to things like fake-silvered bulbous plastic shapes. At this point, some of the code in Windows to support USB MIDI 1.0 has become intergenerational...
Windows MIDI and Music dev
Image MSFT BANNER CONF42GOLANG2022
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. Don’t miss: Discover how IntelePeer enhances agent intelligence and powers...
Azure Cosmos DB Blog
banner oldnewthing blue image
Nov 7, 2025
Post comments count0
Post likes count0

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 count3

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 count0
Post likes count0

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
Image Media placeholder 02 1
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 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 Audio (UAD) device and found that all or most of your MIDI devices are no longer recognized in your DAW in Windows 11 or Windows 10 You have a new...
Windows MIDI and Music dev
banner oldnewthing blue image
Nov 6, 2025
Post comments count2
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