Microsoft
Developer Blogs

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

Highlights

Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework

Microsoft Agent Framework now integrates with the GitHub Copilot SDK, enabling you to build AI agents powered by GitHub Copilot. This integration brings together the Agent Framework's consistent agent abstraction with GitHub Copilot's capabilities, including function calling, streaming...
Read moreClick to read more about this post

Latest posts

FeatureImage AZMCP image
Nov 14, 2025
Post comments count7
Post likes count7

Azure MCP Server Now Built-In with Visual Studio 2026: A New Era for Agentic Workflows

Author Avatar
Yun Jung Choi
Managing cloud resources often means juggling multiple tools, writing custom scripts, and switching contexts between your IDE and cloud management portals. These extra steps slow development and make it harder to build intelligent, secure applications efficiently. We’re excited to...
Visual Studio Blog
OpenAPI Specification Logo Pantone
Nov 13, 2025
Post comments count0
Post likes count4

OpenAPI.NET: The Biggest Update Ever

Author AvatarAuthor Avatar
Darrel,
Rachit
A celebratory announcement of what is new in OpenAPI.NET v2 and v3.
OpenAPI at Microsoft
Python in Visual Studio Code – November 2025 Release
Nov 13, 2025
Post comments count0
Post likes count2

Python in Visual Studio Code - November 2025 Release

Author Avatar
Luciana Abud
The November 2025 release brings new Pylance features including improvements to Copilot Hover Summaries and a Code Action to convert wildcard imports to explicit imports. Keep on reading to learn more!
Microsoft for Python Developers Blog
A screenshot of a computer program AI-generated content may be incorrect.
Nov 13, 2025
Post comments count0
Post likes count15

A first look at the all‑new UX in Visual Studio 2026

Author Avatar
Ruben Rios
Visual Studio 2026 introduces a refreshed user experience, thoughtfully crafted for clarity, accessibility, and a clean interface that feels right at home on Windows. This update is the result of extensive collaboration with developers and incorporates valuable feedback from the...
Visual Studio Blog
banner oldnewthing blue image
Nov 13, 2025
Post comments count4
Post likes count2

Could we use CTAD to simplify the use of WRL's Callback function?

Author Avatar
Raymond Chen
Not directly, but maybe indirectly.
The Old New Thing
ui tests modernization png image
Nov 13, 2025
Post likes count1

Ensuring Seamless User Experience in Modernization Projects with AI‑Generated Stagehand and Playwright UI Tests

Author Avatar
Suganya Srinivasan
Using AI‑generated tools like Stagehand with Microsoft's Playwright helps ensure a smooth user experience during modernization efforts such as Hyper Velocity Engineering and monolith-to-microservices migrations.
ISE Developer Blog
The list of C++ tools available for Agent Mode to invoke
Nov 12, 2025
Post comments count0
Post likes count1

Perform wide-sweeping refactors using C++ code editing tools for GitHub Copilot

Author Avatar
Sinem Akinci
Refactoring a C++ codebase can often require tracking updates across various sections of multiple files to ensure accuracy and relevancy.  Historically, developers have relied on manual searches across a codebase and refactoring tools to perform these types of edits. However, with...
C++ Team Blog
The GitHub Copilot logo.
Nov 12, 2025
Post comments count1
Post likes count2

Optimize Your C++ Build Times with GitHub Copilot

Author Avatar
David Li
Long build times are one of the top pain points for C++ projects. If you’ve ever waited too long for a C++ build to finish, you know how much it can slow down your productivity. In past years, we introduced C++ Build Insights to help you analyze traces and find bottlenecks. However, we...
C++ Team Blog
The GitHub Copilot logo.
Nov 12, 2025
Post comments count5
Post likes count0

Fix build issues using GitHub Copilot after upgrading MSVC Build Tools

Author Avatar
Michael Price
A few problems have reared their heads at every company where I’ve worked on C++ as a Software Engineer over the past 20 years. For the most part, those problems have nothing to do with the language and how it is used, but instead all the “other” stuff, like dealing with long...
C++ Team Blog