Microsoft for Developers

Microsoft for Developers

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

Visual Studio Code 1.127

Learn what's new in Visual Studio Code 1.127 (Insiders) Read the full article

2026/7/1
阅读更多

Raymond's hot take on Hainanese chicken

"If we give it no flavor, we can say that it's really subtle."

2026/6/25
阅读更多

The case of the DLL that was not present in memory despite not being formally unloaded, part 1

The team responsible for shell32.dll received a bug saying that they were responsible for a large number of crashes in a particular third party program. Opening the crash dumps showed the clear signs of a stack overflow: # Child-SP RetAddr Call Site

2026/6/25
阅读更多

Which Azure Cosmos DB Role Does My App Need?

In the previous post in the series, we covered the security decisions you make on day one. In this part, we will talk about how to give your app access to Cosmos DB data, using roles and a managed identity instead of keys

2026/6/25
阅读更多

Visual Studio Code 1.126

Learn what is new in Visual Studio Code 1.126 Read the full article

2026/6/24
阅读更多

Visual Studio Code 1.126

Learn what is new in Visual Studio Code 1.126 Read the full article

2026/6/24
阅读更多

Azure Functions MCP Extension: What's New at Build 2026

The Azure Functions MCP extension provides simple abstractions to help you build and host MCP servers without having to learn the protocol details yourself. You can use the triggers and bindings model to expose any function as an MCP tool, resource, or prompt. Since its initial preview, the extension has grown from supporting a single trigger

2026/6/24
阅读更多

When the model has never seen your code

This is the fifth article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. Everyt

2026/6/24
阅读更多

Cancellation of Windows Runtime activities is asynchronous

In the Windows Runtime, there are four interface patterns for representing asynchronous activity.   No return type With return type T Without progress IAsyncAction

2026/6/24
阅读更多

Streamline C++ Code Intelligence Setup in Copilot CLI

C++ developers can now bring IDE-style semantic intelligence into Copilot CLI with less setup. The C++ language server plugin supports richer code navigation, diagnostics, symbol understanding, and code changes by using the same build context your compiler does. That build cont

2026/6/23
阅读更多