Microsoft
Developer Blogs

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

Highlights

.NET 11 Preview 1 is now available!

Find out about the new features in .NET 11 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!
Read moreClick to read more about this post

DPO Fine-Tuning Using Microsoft Foundry SDK

In the rapidly evolving landscape of large language models (LLMs), achieving precise control over model behavior while maintaining quality has become a critical challenge. While models like GPT-4 demonstrate impressive capabilities, ensuring their outputs align with human...
Read moreClick to read more about this post

Latest posts

List of C/C++ DevTools for Copilot Chat
Feb 19, 2026
Post comments count0
Post likes count1

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

Author Avatar
Sinem Akinci
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...
C++ Team Blog
banner oldnewthing blue image
Feb 19, 2026
Post comments count0
Post likes count2

Exploring the signals the dialog manager uses for dismissing a dialog

Author Avatar
Raymond Chen
Summarizing the flow.
The Old New Thing
MSVC thumbnail
Feb 19, 2026
Post comments count0
Post likes count3

Microsoft C++ (MSVC) Build Tools v14.51 Preview Released: How to Opt In

Author Avatar
Augustin Popa
Today we are releasing the first preview of the Microsoft C++ (MSVC) Build Tools version 14.51. This update, shipping in the latest Visual Studio 2026 version 18.4 Insiders release, introduces many C++23 conformance changes, bug fixes, and runtime performance improvements. Check out the...
C++ Team Blog
whats new dec 2025 jan 2026 image
Feb 18, 2026
Post comments count0
Post likes count0

What's new in Microsoft Foundry | Dec 2025 & Jan 2026

Author Avatar
Nick Brady
Catch up on all the new models, audio updates, fine-tuning expansions, and SDK updates from Microsoft Foundry spanning December 2025 and January 2026 — including GPT-5.2, Codex Max, DeepSeek V3.2, FLUX.2, and the azure-ai-projects v2 beta consolidation.
Microsoft Foundry Blog
pythonfeature image
Feb 18, 2026
Post comments count0
Post likes count0

Python Environments Extension for VS Code

Author Avatar
Vedha Ranganathan
The February 2026 release This release includes the Python Environments extension... Keep on reading to learn more!
Microsoft for Python Developers Blog
dab shaking hands with dab
Feb 18, 2026
Post comments count0
Post likes count1

Federating Databases with Data API Builder Chaining

Author Avatar
Jerry Nixon
For decades, DBAs relied on linked servers to stitch data together. If you needed data from two places, you wired them up and moved on. It worked. It was straightforward. It felt native to SQL. But what if linked servers are not an option? What if policy blocks them? What if one of the...
Azure SQL Devs’ Corner
featured image
Feb 18, 2026
Post comments count0
Post likes count0

TFVC Remove Existing Obsolete Policies ASAP

Author Avatar
Dan Hellem
In April 2025, we announced the deprecation schedule for legacy TFVC check-in policies. This change was required due to limitations in how those policies were previously implemented and stored. The old policies have been marked as obsolete, and you can replace them by selecting the...
Azure DevOps Blog
banner oldnewthing blue image
Feb 18, 2026
Post comments count2
Post likes count2

Could Write­Process­Memory be made faster by avoiding the intermediate buffer?

Author Avatar
Raymond Chen
I guess it could, but why bother?
The Old New Thing
PowerShell Logo
Feb 17, 2026
Post comments count1
Post likes count1

PowerShell, OpenSSH, and DSC team investments for 2026

Author Avatar
Steve Lee
Planned team investments for 2026 for PowerShell, OpenSSH, DSC, and related tooling.
PowerShell Team