Microsoft
Developer Blogs

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

Highlights

dotnetconf 2026 image

Test what you ship: MSTest and Native AOT

MSTest source generation lets test projects use the same Native AOT and trimming deployment model as the applications they validate, while reducing reflection on the test execution path.
Read moreClick to read more about this post

Native memory for Microsoft Agent Framework with Azure Cosmos DB

Agents are more useful when they can remember what matters beyond the current conversation. Today, we're announcing a new preview integration that gives Microsoft Agent Framework agents durable, cross-session memory backed by Azure Cosmos DB. The new Python package,...
Read moreClick to read more about this post

Latest posts

Sep 14, 2026
Post comments count 0
Post likes count 0

C++ in the Age of AI: Visual Studio at CppCon 2026

Augustin Popa

At CppCon 2026, we shared how Visual Studio is evolving to help you work more effectively with large C++ codebases, improve build and runtime performance, adopt the latest language features, and incorporate AI into your existing workflows. This post is a companion reading guide for our session, C++ in the Age of AI: How Visual Studio Is Evolving, with links to learn more about the features and improvements we discussed. We will update this post with the YouTube video once the recording of the talk is available. What's new in Visual Studio 2026 These two release roundups provide the most complete overview of ...

Sep 14, 2026
Post comments count 0
Post likes count 0

Share your .NET story with the community

Luis Quintanilla

Share how your team uses .NET to solve real problems and help us bring more community stories to .NET Conf 2026 and other .NET channels.

Sep 14, 2026
Post comments count 1
Post likes count 3

Why didn’t Read­Directory­ChangesW provide a way to correlate the two sides of a rename operation?

Raymond Chen

Perhaps it wasn't necessary, or perhaps it didn't occur to them that this a problem.

Sep 14, 2026
Post comments count 0
Post likes count 1

What’s New for C++ Developers in Visual Studio 2026 (18.7 – 18.10)

Augustin Popa

Over the past few months, we have continued shipping monthly Visual Studio 2026 releases, delivering improvements across all stages of the development cycle. In this blog post, we'll recap everything that changed from version 18.7 through 18.10 (released this month) that is relevant for C++ developers. This includes new tools for maintaining and navigating C++ projects, along with Git, GitHub Copilot, and debugging improvements that support the way large native codebases are built. Some headlines include the GitHub Copilot modernization experience (now generally available) to guide you through MSVC upgrades, a...

Sep 14, 2026
Post comments count 0
Post likes count 0

MulticloudDB SDK: Cross-cloud portability in the coding agent era

Theo van Kraay

Building cross-cloud solutions with best-of-breed cloud-native databases means learning multiple SDKs, translating queries, handling different errors, and testing across providers. The Multicloud DB SDK for Java lets you share that work across Azure Cosmos DB, Amazon DynamoDB, and Google Cloud Spanner. You (or your coding agent) write CRUD and query logic against one Java API, with provider selection and connection settings in configuration. We demonstrated one application running unchanged across two providers at Azure Cosmos DB Conf 2026 on April 28, 2026, in MultiCloudDB: Write Once. Run Anywhere.. The SDK is...

Sep 14, 2026
Post comments count 0
Post likes count 0

Microsoft at CppCon 2026

Augustin Popa

Microsoft will be at CppCon 2026 in Aurora, Colorado, which is taking place from September 14 through 18. Join us for talks from Microsoft speakers and colleagues across the C++ community and visit the Microsoft booth Monday through Thursday to meet the team and discuss the tools, technologies, and challenges that matter to you. If you can't make it, you can still watch the talks later on YouTube. Survey Whether you are going to the conference or not, we also invite you to take our annual CppCon survey at aka.ms/cppcon/survey. Your feedback can help us improve our C++ developer tools and focus on solving the mo...

Sep 14, 2026
Post likes count 0

Building a Japanese LLM Evaluation Pipeline: Lessons from a Two-Day Hackathon

Jaein,
Akihiro,
Kohei

ISE hackathon produced a reusable Japanese LLM evaluation pipeline with multi-turn, facet-based scoring, cross-provider model support, and publication-ready benchmarking outputs.

Sep 11, 2026
Post comments count 2
Post likes count 0

How can I remove the Close button from my window caption?

Raymond Chen

Not through normal means.

Sep 10, 2026
Post comments count 2
Post likes count 12

MSVC C++23: constexpr cmath with LLVM Libc

Cody Miller

Proposal P0533R9 made numerous math functions in the standard library compile-time evaluable in C++23. Implementing the feature required a good bit of time and effort, but MSVC is preparing its experimental implementation for the 14.52 build tools (compiler version 19.52)! We are still refining the feature, so expect the dust to settle only when this has shipped for production. The feature is enabled with a combination of the  or later and  compiler options. It is initially shipping as experimental and off by default because our implementation is powered by a new math library at compile-time and runtime, which...

Sep 10, 2026
Post comments count 0
Post likes count 0

September Patches for Azure DevOps Server

Gloridel Morales

We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Server, is available on the download page. The following versions have been patched. For more details on these updates, see the release notes: ⬇️Azure DevOps Server Patch Download ✅Verifying Installation To verify that the patch is installed, run the following command on the Azure DevOps Server machine using the patch installer you downloaded: Replace with the name of the...

Sep 10, 2026
Post comments count 0
Post likes count 0

Announcing Azure AI Speech LLM 2607: Better Multilingual Accuracy, Easier Customization

Rena Liu

Learn how Azure AI Speech LLM 2607 improves multilingual and mixed-language recognition, lowers latency, and simplifies domain-specific customization with enhanced phrase lists.

Sep 10, 2026
Post comments count 1
Post likes count 6

Use C# unions and closed hierarchies in ASP.NET Core

Dmitrii Korolev

Learn how C# unions and closed hierarchies work with System.Text.Json across ASP.NET Core Minimal APIs, MVC, SignalR, Blazor, and OpenAPI.

Sep 10, 2026
Post comments count 7
Post likes count 5

Why is the x86 undefined instruction called ud2? Why 2?

Raymond Chen

It came after <CODE>ud0</CODE> and <CODE>ud1</CODE>.

Sep 9, 2026
Post comments count 1
Post likes count 2

MSVC Build Tools Preview updates – September 2026

Eric Brumer

The MSVC Build Tools Preview is updated regularly with the latest features and fixes from the MSVC development team. This post covers updates from the past month, currently targeting the v14.52 release. This encompasses changes across the compiler frontend, backend, linker, standard library, and related tools. Although you can acquire the MSVC Build Tools Preview through either the Visual Studio 2026 Stable Channel or Insiders Channel, Insiders gets MSVC Preview updates more quickly (roughly weekly). To check whether it is installed, make sure one or both of these components are selected in the Visual Studio In...

Sep 9, 2026
Post comments count 0
Post likes count 0

What’s new in Microsoft Foundry: July and August 2026

Nick Brady

Catch up on July and August in Microsoft Foundry: stable Hosted Agent and Toolbox SDK paths, Claude tools on Azure-hosted deployments, Model Router updates, local inference improvements, and the SDK migrations worth checking before you upgrade.

Sep 9, 2026
Post comments count 0
Post likes count 0

Advancing trusted AI innovation with Agents and new Azure OpenAI models in Azure Government

Douglas Phillips

Today, we are announcing expanded AI capabilities available across the Microsoft Azure for US Government portfolio. The Microsoft Foundry Agent Service is now available in Azure Government, giving organizations managed infrastructure on which to build, deploy, and operate AI systems that can reason over authorized information, use approved tools, and help complete multi-step work. Additionally, GPT-5.6 Sol, GPT-5.6 Terra, and GPT-5.6 Luna are now available through Microsoft Foundry in Azure Government. Together, these capabilities give public-sector organizations more choice in how they build secure, scalable AI ...

Sep 9, 2026
Post comments count 8
Post likes count 8

What algorithm did Windows XP use to choose your initial user picture?

Raymond Chen

It's random, really.

Sep 9, 2026
Post comments count 0
Post likes count 1

Your work might not need the smartest model

Waldek Mastykarz

The smartest model can cost five times more and deliver the same result, or even a worse one. See how evaluating your own work helps you get more value from your agent budget.

Sep 8, 2026
Post comments count 0
Post likes count 8

Announcing .NET 11 Release Candidate 1

.NET Team

.NET 11 Release Candidate 1 is available with improvements across libraries, runtime, SDK, MSBuild, NuGet, C#, F#, ASP.NET Core, .NET MAUI, and Windows Forms.

Sep 8, 2026
Post comments count 0
Post likes count 0

.NET Conf 2026 Community Days Call for Presenters Is Open

Javier,
Chris,
Jon

Submit your session proposal for the community-led .NET Conf 2026 Community Days by October 6, 2026.

Sep 8, 2026
Post comments count 0
Post likes count 0

.NET and .NET Framework September 2026 servicing releases updates

Rahul,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for September 2026.

Sep 8, 2026
Post comments count 0
Post likes count 0

Go 1.27.1-2 Microsoft build now available

Davis Goodin

A new release of the Microsoft build of Go is now available for download.

Sep 8, 2026
Post comments count 0
Post likes count 1

MSIX PackageVolume: How Package Storage Works

Howard Kapustein

An MSIX package can be staged in several ways and locations: By far the most common is PackageVolume. We'll dig into the rest in future posts, but for now let's focus on MSIX PackageVolume. In the beginning... When MSIX first appeared in Windows 81 packages would be staged to a unique directory under . More specifically, packages were placed in a subdirectory named with the package's full name. For example: Every package has a unique package full name, and thus is staged to a unique subdirectory within its package volume. This is commonly referred to as a pkgdir. This illustrates one of MSIX's ...

Sep 8, 2026
Post comments count 0
Post likes count 1

Today I will… find hidden latency across a distributed .NET application

Justin Yoo

When a distributed application feels slow, the user sees one delay. The code behind that delay may run across a web frontend, backend services, databases, and external APIs. If you profile only the frontend while the backend is slow, the profiler can show that the frontend is healthy without revealing the actual bottleneck. This article shows how to narrow a cross-process performance problem with Visual Studio: identify the process that owns the slow operation, capture its CPU activity, inspect the report, and add a focused measurement when CPU samples cannot explain elapsed time. GitHub Copilot Profiler Agent...

Sep 8, 2026
Post comments count 2
Post likes count 3

A sample use of the winstart.bat file in Windows 95

Raymond Chen

For a driver that needs high resolution mode only in Windows.

Sep 8, 2026
Post comments count 0
Post likes count 0

The Agentic Road to Revenue

davidwright

The Agentic Road to Revenue   From SaaS concept to Microsoft Marketplace. Building a SaaS application is only part of becoming a commercial software provider. To sell through the Microsoft Marketplace., the application also needs tenant isolation, subscription lifecycle management, billing integration, security evidence, and a publishable Partner Centre offer. To make this journey easier we have built SaaS_Skills into GIT-APE. This article follows Contoso Azure SaaS through seven stages, from selecting an offer model and applying the SaaS Architecture Reference Design to publishing its Azure ...

Sep 7, 2026
Post comments count 3
Post likes count 1

Why don’t we allow stacks to be sparse, instead of forcing them to be contiguous?

Raymond Chen

Imagining how to report a memory allocation failure for a sparse page.

Sep 4, 2026
Post comments count 0
Post likes count 0

Azure SDK Release (August 2026)

Justin Bettencourt

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.

Sep 4, 2026
Post comments count 2
Post likes count 2

What happens if you change a window class’s GCL_CB­WND­EXTRA?

Raymond Chen

You're changing the value for future windows.

Sep 4, 2026
Post comments count 0
Post likes count 0

Native memory for Microsoft Agent Framework with Azure Cosmos DB

Wes,
Eduard

Agents are more useful when they can remember what matters beyond the current conversation. Today, we're announcing a new preview integration that gives Microsoft Agent Framework agents durable, cross-session memory backed by Azure Cosmos DB. The new Python package, , provides . Attach it to an agent once and it can automatically store conversation turns, extract durable memories, and recall relevant facts, summaries, and user profiles in later conversations. This integration was introduced by the Azure Cosmos DB team in Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB. Here, we...

Sep 3, 2026
Post comments count 0
Post likes count 3

SQL Decomposition in a Nutshell

Jerry Nixon

Good software design principles apply inside the database too. See how decomposition, encapsulation, statelessness, and clear contracts can make complex T-SQL easier to read, test, reuse, and maintain.

Sep 3, 2026
Post comments count 2
Post likes count 0

Advocating for Uptime: The 6 Phases of Change

Jerry Nixon

Schema changes are inevitable, but downtime doesn’t have to be. Learn a phased approach to safely evolve a production SQL schema while applications remain online.

Sep 3, 2026
Post comments count 0
Post likes count 1

Test what you ship: MSTest and Native AOT

Amaury Levé

MSTest source generation lets test projects use the same Native AOT and trimming deployment model as the applications they validate, while reducing reflection on the test execution path.

Sep 3, 2026
Post comments count 2
Post likes count 1

The case of the progress callback that never got called when progress happened

Raymond Chen

Are you talking to the right guy?

Sep 2, 2026
Post comments count 0
Post likes count 0

Go 1.27.1-1 and 1.26.8-1 Microsoft builds now available

Davis Goodin

A new release of the Microsoft build of Go is now available for download.

Sep 2, 2026
Post comments count 12
Post likes count 7

Stop alt-tabbing into the wrong Visual Studio

Mads Kristensen

A user asked for per-solution color themes. It already ships, and it goes further than they asked. You run several instances of Visual Studio side by side, one per solution, and they all look identical. Same taskbar icon, same alt-tab thumbnail, same chrome. So, you land in the wrong one, start typing, and realize thirty seconds later you just edited the wrong repo. Could each solution get its own color theme? It can. It already does. And the way it works turns out to be more useful than a personal color preference. How to do it This uses the new settings experience introduced in Visua...