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

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
Open Source AI Editor: Second Milestone
Nov 6, 2025
Post likes count0

Open Source AI Editor: Second Milestone

Author Avatar
The VS Code team
Ghost text suggestions are now open source as part of the Copilot Chat extension - the second milestone in making VS Code an open source AI editor. Read the full article
VS Code Blog
roadmap nov image
Nov 5, 2025
Post comments count6
Post likes count6

Roadmap for AI in Visual Studio (November)

Author Avatar
Rhea Patel
Today, we’re excited to share our public roadmap, which outlines the next steps in evolving Visual Studio with AI-powered agentic experiences. With every month, we aim to deliver smarter, faster, and more intuitive tools that enhance your coding experience. Disclaimer: The items...
Visual Studio Blog
copilot studio dotnet wasm png image
Nov 5, 2025
Post comments count3
Post likes count4

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

Author Avatar
Daniel Roth
Learn how Microsoft Copilot Studio uses .NET to provide a consistent AI agent execution across platforms, including on the web via WebAssembly.
.NET Blog
banner oldnewthing blue image
Nov 5, 2025
Post comments count11
Post likes count2

Non-recursively deleting a binary tree in constant space: Traversal with parent pointers

Author Avatar
Raymond Chen
First assume that you have a parent pointer.
The Old New Thing