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

banner oldnewthing blue image
Dec 12, 2025
Post comments count0
Post likes count0

Resolving an ambiguity in the Windows clipboard automated text conversion table

Author Avatar
Raymond Chen
Who goes first?
The Old New Thing
global pat image
Dec 12, 2025
Post comments count0
Post likes count0

Retirement of Global Personal Access Tokens in Azure DevOps

Author Avatar
Angel Wong
In the new year, we’ll be retiring the Global Personal Access Token (PAT) type in Azure DevOps. Global PATs allow users to authenticate across all accessible organizations. While this can feel convenient, a single credential with broad reach creates a concentrated security risk —...
Azure DevOps Blog
banner oldnewthing blue image
Dec 11, 2025
Post comments count4
Post likes count2

Studying the various locale mismatch scenarios in Windows clipboard text format synthesis

Author Avatar
Raymond Chen
If they don't match, then the 8-bit strings are basically broken already.
The Old New Thing
split pane image
Dec 11, 2025
Post comments count3
Post likes count1

Making Windows Terminal awesome with GitHub Copilot CLI

Author Avatar
Kayla Cinnamon
As someone who lives and breathes in the command line, I love making my terminal feel like home. Windows Terminal is full of personalization options that really allow for a custom experience. Additionally, I can stay within my terminal for my development with GitHub Copilot with the...
Microsoft for Developers
Dec 11, 2025
Post comments count1
Post likes count1

Aspire Integrations, Batteries Included

Author Avatar
Sebastien Ros
Aspire provides a *batteries included* approach through **integrations**
Aspire Blog
Azure Cosmos DB vNext Emulator: Query and Observability Enhancements
Dec 11, 2025
Post comments count1
Post likes count2

Azure Cosmos DB vNext Emulator: Query and Observability Enhancements

Author Avatar
Abhishek Gupta
The Azure Cosmos DB Linux-based vNext emulator (preview) is a local version of the Azure Cosmos DB service that runs as a Docker container on Linux, macOS, and Windows. It provides a cost-effective way to develop and test applications locally without requiring an Azure subscription or...
Azure Cosmos DB Blog
Azure Cosmos DB: Necoming a Search-Native Database
Dec 10, 2025
Post comments count0
Post likes count0

Azure Cosmos DB : Becoming a Search-Native Database

Author AvatarAuthor AvatarAuthor Avatar
Hari,
Samer,
Harsha
For years, “Database” and “Search systems" (think Elastic Search) lived in separate worlds. While both Databases and Search Systems operate in the same domain (storing, indexing and querying data), they prioritized different aspects. OLTP Databases prioritized Structured and...
Azure Cosmos DB Blog
November 2025 (version 1.107)
Dec 10, 2025
Post likes count0

November 2025 (version 1.107)

Author Avatar
Visual Studio Code Team
What's new in the Visual Studio Code November 2025 Release (1.107). Read the full article
VS Code Blog
General Availability of SharePoint Framework 1.22
Dec 10, 2025
Post comments count1
Post likes count2

General Availability of SharePoint Framework 1.22 - A Major Refresh of the Build & Tooling Experience

Author Avatar
Vesa Juvonen
We are excited to announce general availability for the SharePoint Framework 1.22. This time focus is primarily on updating the build toolchain and to address npm audit issues.
Microsoft 365 Developer Blog
New Local Branch From
Dec 10, 2025
Post comments count11
Post likes count0

Streamlining your Git workflow with Visual Studio 2026

Author Avatar
Mads Kristensen
You’re a .NET developer with a busy morning, and an Azure DevOps ticket drops: “Login endpoint 500s under load.” You’ve got to fix it, review a teammate’s feature branch, and keep your repo clean - all before lunch. Visual Studio’s Git tools turn this everyday Git workflow of...
Visual Studio Blog
banner oldnewthing blue image
Dec 10, 2025
Post comments count1
Post likes count1

How does Windows synthesize the CF_LOCALE clipboard format?

Author Avatar
Raymond Chen
Getting it from a place that might have been obvious in the past, but maybe not today.
The Old New Thing
AgentOnboardingFeatureImage png image
Dec 10, 2025
Post likes count1

Agent Onboarding Process for Agentic Systems: Maintain accuracy at scale

Author AvatarAuthor Avatar
Vikesh,
Vidhya
A robust agent onboarding process is the backbone of scalable, reliable multi-agent AI systems—enforcing uniqueness, rigorous evaluation, and responsible AI practices at every step.
ISE Developer Blog
azuredevops blog v001 1 image
Dec 9, 2025
Post comments count5
Post likes count5

Announcing Azure DevOps Server General Availability

Author Avatar
Gloridel Morales
We’re thrilled to announce that Azure DevOps Server is now generally available (GA)! This release marks the transition from the Release Candidate (RC) phase to full production readiness, delivering enterprise-grade DevOps capabilities for organizations that prefer self-hosted...
Azure DevOps Blog
december2025updates png image
Dec 9, 2025
Post comments count2
Post likes count0

.NET and .NET Framework December 2025 servicing releases updates

Author AvatarAuthor Avatar
.NET,
Tara
A recap of the latest servicing updates for .NET and .NET Framework for December 2025.
.NET Blog
azd blue green blog image
Dec 9, 2025
Post comments count0
Post likes count1

Blue-green deployment in Azure Container Apps using Azure Developer CLI

Author Avatar
PuiChee (PC) Chan
Learn how to implement blue-green deployment in Azure Container Apps using Azure Developer CLI (azd) revision-based deployment strategy.
Azure SDK Blog
in app purchases maui png image
Dec 9, 2025
Post comments count1
Post likes count5

Implementing Cross-Platform In-App Billing in .NET MAUI Applications

Author Avatar
Gerald Versluis
Learn how to implement in-app purchases in your .NET MAUI apps with our new cross-platform billing sample for Android, iOS, Mac Catalyst, and Windows.
.NET Blog
jsts upgrade npm packages button
Dec 9, 2025
Post comments count0
Post likes count2

Announcing the JavaScript/TypeScript Modernizer for VS Code

Author Avatar
Sayed Ibrahim Hashimi
Keeping JavaScript/TypeScript projects up-to-date can be a challenge, especially when it’s time to upgrade a bunch of npm packages or adopt the latest frameworks. We’ve heard from many JS/TS developers that modernizing an older app (upgrading dependencies, fixing breaking changes,...
Microsoft for Developers
banner oldnewthing blue image
Dec 9, 2025
Post comments count2
Post likes count1

How does Windows synthesize CF_UNICODE­TEXT from CF_TEXT and vice versa?

Author Avatar
Raymond Chen
Let's ask the locale.
The Old New Thing