Microsoft
Developer Blogs

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

Highlights

C++ symbol context and CMake build configuration awareness for GitHub Copilot in VS Code

C++ code navigation and build system tooling play an important role in the developer inner-loop. Code navigation tooling provides a precise, semantic understanding of your codebase, while build system tooling helps you express build configurations and variants for reproducible builds. In...
Read moreClick to read more about this post

Latest posts

the dongle died at midnight image
Feb 24, 2026
Post comments count0
Post likes count1

The Dongle Died at Midnight – WinForms Agent Saved my German Mom's Business Trip

Author Avatar
Klaus Loeffelmann
Vibe Coding. IntelliSense on Steroids. Intention-Based Development. Call it what makes you happy - it's "just" the next evolutionary step in software development for me. Which let me build my stranded 82-year-old retirement-resistant mom an ersatz time-study app when her dongle died at midnight.
.NET Blog
Visual Studio 2026 February update announcement with feature cards highlighting faster Razor Hot Reload, C++ app modernization, WinForms expert agent, and slash commands for custom prompts, with a link to release notes.
Feb 24, 2026
Post comments count0
Post likes count0

Visual Studio February Update

Author Avatar
Mark Downie
This month’s Visual Studio update continues our focus on helping you move faster and stay in flow, with practical improvements across AI assistance, debugging, testing, and modernization. Building on the momentum from January’s editor updates, the February release brings smarter...
Visual Studio Blog
azmcp uvx blog image
Feb 24, 2026
Post comments count0
Post likes count0

Improved Python (PyPi/uvx) support in Azure MCP Server

Author Avatar
Sandeep Sen
Azure MCP Server now offers first-class Python support via PyPI and uvx, making it easier than ever for Python developers to integrate Azure into their agentic workflows.
Azure SDK Blog
banner oldnewthing blue image
Feb 24, 2026
Post comments count0
Post likes count1

Customizing the ways the dialog manager dismisses itself: Isolating the Close pathway

Author Avatar
Raymond Chen
Intercepting the flow in your message loop.
The Old New Thing
Image Windows placeholder
Feb 23, 2026
Post comments count0
Post likes count1

Use Windows on-device AI in your Electron app

Author Avatar
Chiara Mooney
Last year we published AI Dev Gallery, an open-source app full of interactive Windows AI examples. A common follow-up question from Electron developers has been: “How can we build similar on-device AI experiences in our Electron apps?” In this blog, we’ll walk through how we built...
#ifdef Windows
banner oldnewthing blue image
Feb 23, 2026
Post comments count0
Post likes count1

Customizing the ways the dialog manager dismisses itself: Detecting the ESC key, second (failed) attempt

Author Avatar
Raymond Chen
Sniffing the synchronous keyboard state is still not precise enough.
The Old New Thing
Data APi builder (DAB) multiple data sources
Feb 20, 2026
Post comments count2
Post likes count1

Light up Multiple Databases with a Single API with Data API builder's multi-source configuration

Author Avatar
Jerry Nixon
Data API builder (DAB) supports multi-source configurations Data API builder (DAB) connects to your database with a safe REST or GraphQL endpoint. But DAB is not limited to just one database. Using a multi-source configuration, you can connect to more than one database simultaneously. ...
Azure SQL Dev Corner
banner oldnewthing blue image
Feb 20, 2026
Post comments count12
Post likes count3

Customizing the ways the dialog manager dismisses itself: Detecting the ESC key, first (failed) attempt

Author Avatar
Raymond Chen
Sniffing the asynchronous keyboard state.
The Old New Thing