Microsoft
Developer Blogs

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

Why changing keyboard shortcuts in Visual Studio isn’t as simple as it seems

A straight look at what’s behind the keys We’ve all tried unlearning a keyboard shortcut - it feels like forgetting how to breathe. Muscle memory doesn’t mess around. We wrestle with this every time someone suggest a “quick” shortcut change. It’s not just editing a keybinding...
Read more

Unlocking New Possibilities: Microsoft Azure Hyperscale AI Computing with H200 GPUs Accelerates Secure AI Innovation in Azure for U.S. Government Secret and Top Secret

As artificial intelligence continues to reshape industries and redefine the boundaries of innovation, Microsoft is proud to announce a leap forward in secure, high-performance computing in our Secret and Top Secret clouds: the integration of NVIDIA H200 Tensor Core GPUs into Azure’s AI...
Read more

Latest posts

Rabbit Munch image
Aug 18, 2025
Post comments count1
Post likes count1

Handling Machine Reboots with VM Applications

Author Avatar
Joseph Calev
One confusion around all of our extensions is: how are reboots handled? This varies by extension, but only VM Applications provide the option on how to handle them. It does this via the "scriptBehaviorAfterReboot"...
Azure VM Runtime Team
Image Azure Developer CLI WP
Aug 18, 2025
Post comments count0
Post likes count1

Azure Developer CLI (azd) - August 2025

Author Avatar
PuiChee (PC) Chan
This post announces the August release of the Azure Developer CLI (`azd`).
Azure SDK Blog
banner oldnewthing blue image
Aug 18, 2025
Post comments count0
Post likes count1

Thoughts on creating a tracking pointer class, part 6: Non-modifying trackers

Author Avatar
Raymond Chen
Making tracking pointers to objects that you can't modify.
The Old New Thing
banner oldnewthing blue image
Aug 15, 2025
Post comments count2
Post likes count2

Thoughts on creating a tracking pointer class, part 5: Copying our tracking pointer

Author Avatar
Raymond Chen
How to copy from a const tracking pointer.
The Old New Thing
MCP GA Xcode image
Aug 14, 2025
Post comments count0
Post likes count0

Model Context Protocol (MCP) for GitHub Copilot in Xcode is Now Generally Available

Author Avatar
Jialuo Gan
Model Context Protocol (MCP) support with GitHub Copilot is now generally available for Xcode! Developers can now enable GitHub Copilot with MCP in Xcode to enhance coding intelligence and context awareness. What's new With MCP support in Xcode, developers can now connect Copilot to...
Xcode
gpt5 for microsoft developers image
Aug 14, 2025
Post comments count0
Post likes count2

GPT-5 for Microsoft Developers

Author AvatarAuthor AvatarAuthor Avatar
Jon,
Pamela,
Dan
OpenAI announced GPT-5 last week in "GPT-5 and the new era of work". Working with OpenAI, we rolled out GPT-5 support the day it launched, making sure you can use and build with it and integrate it into your applications immediately. We've got you covered with a dev-focused rundown:...
Microsoft for Developers
featured image png image
Aug 14, 2025
Post comments count0
Post likes count1

Announcing the NuGet MCP Server Preview

Author Avatar
Jeff Kluge
We've released a preview of the NuGet MCP Server, which extends Copilot by providing realtime information about packages and adds advanced functionality around updating packages.
.NET Blog
Customer managed key Azure Cosmos DB for MongoDB vCore image
Aug 14, 2025
Post comments count0
Post likes count0

Data encryption with customer-managed key (CMK) for Azure Cosmos DB for MongoDB vCore

Author Avatar
Nik Larin (Azure Data)
Built-in security for every configuration Azure Cosmos DB for MongoDB vCore is designed with security as a foundational principle. Regardless of how your cluster is configured—whether it's a single-node deployment or a multi-shard architecture—your data is always encrypted at rest...
Azure Cosmos DB Blog
banner oldnewthing blue image
Aug 14, 2025
Post comments count0
Post likes count2

Thoughts on creating a tracking pointer class, part 4: Using a circular doubly linked list

Author Avatar
Raymond Chen
Building our own circular doubly-linked list.
The Old New Thing