Microsoft
Developer Blogs

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

VS2026Insiders splash image

Announcing .NET 10 Release Candidate 1

.NET 10 Release Candidate 1 is available with improvements across the runtime, SDK, libraries, ASP.NET Core, Blazor, .NET MAUI, and more!
Read more

Microsoft C++ Team at CppCon 2025

  It's that time of year again! We are excited to see you all at CppCon this year, where we'll once again be delivering a variety of presentations, from the latest advancements in debugging technology to extensibility frameworks for AI agents. See the end of this post for a...
Read more

Latest posts

Oldnewthing Banner image
Sep 12, 2025
Post comments count4
Post likes count3

How can I convert a third party in-process server so it runs in the COM surrogate?

Author Avatar
Raymond Chen
You can put your own object in the surrogate first.
The Old New Thing
atcpp image
Sep 11, 2025
Post comments count0
Post likes count1

Microsoft C++ Team at CppCon 2025

Author Avatar
Michael Price
  It's that time of year again! We are excited to see you all at CppCon this year, where we'll once again be delivering a variety of presentations, from the latest advancements in debugging technology to extensibility frameworks for AI agents. See the end of this post for a...
C++ Team Blog
August 2025 (version 1.104)
Sep 11, 2025
Post likes count0

August 2025 (version 1.104)

Author Avatar
Visual Studio Code Team
Learn what is new in the Visual Studio Code August 2025 Release (1.104) Read the full article
VS Code Blog
DirectX 12 Ultimate
Sep 11, 2025
Post comments count1
Post likes count3

Shader Model 6.9 and The Future of Cooperative Vector

Author Avatar
Serena Tang
Direct3D Cooperative Vector is Evolving DirectX continues to evolve to support the growing demands of AI and machine learning workloads. As part of this effort, we plan to introduce an expanded suite of linear algebra capabilities in a future Shader Model release, unlocking even more...
DirectX Developer Blog
dssss image
Sep 11, 2025
Post comments count1
Post likes count3

Democratizing Performance: The Copilot Profiler Agent in Action on Real Code

Author Avatar
Harshada Hole
We’re excited to announce the Copilot Profiler Agent available in Visual Studio 2026 Insiders, it's an AI-powered performance assistant built directly into Visual Studio. Forget staring at endless call trees or walls of mysterious numbers that leave you asking, “where do I even...
Visual Studio Blog
Oldnewthing Banner image
Sep 11, 2025
Post comments count3
Post likes count1

Why can't std::apply figure out which overload I intend to use? Only one of then will work!

Author Avatar
Raymond Chen
The overload resolution happens before the compiler knows what it's going to be used for.
The Old New Thing
C++ Team feature
Sep 10, 2025
Post comments count5
Post likes count4

C++ Language Updates in MSVC Build Tools v14.50

Author Avatar
Cameron DaCamara
C++ Language Updates in MSVC Build Tools v14.50 It has been some time since we have provided an update on MSVC progress, and this one comes with the latest major update to our IDE: Visual Studio 2026 version 18.0. This version of Visual Studio ships with the MSVC Build Tools version...
C++ Team Blog
storage entra id blog image
Sep 10, 2025
Post comments count0
Post likes count0

Azure Storage APIs gain Entra ID and RBAC support

Author Avatar
Christine Chen
To align with security best practices, Microsoft Entra ID and RBAC support is now generally available for several Azure Storage data plane APIs.
Azure SDK Blog
Oldnewthing Banner image
Sep 10, 2025
Post comments count7
Post likes count2

The documentation says that CompanyName version information is required, but my program seems to work without it, so how required is it?

Author Avatar
Raymond Chen
It's more of a "Very strongly recommended" than a "Required".
The Old New Thing