Microsoft
Developer Blogs

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

Streamlining your Git workflow with Visual Studio 2026

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...
Read moreClick to read more about this post

Retirement of Global Personal Access Tokens in Azure DevOps

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 —...
Read moreClick to read more about this post

Latest posts

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

A shortcut gives me a weird path for a program shortcut that doesn't point to the executable, so what is it?

Author Avatar
Raymond Chen
It's a placeholder because the shortcut is to an MSI application.
The Old New Thing
WhatsNewOctNov image
Dec 18, 2025
Post comments count0
Post likes count0

What’s new in Microsoft Foundry | October and November 2025

Author Avatar
Jenn Cockrell
Azure AI Foundry is now Microsoft Foundry. Read the latest announcements about agents, models, tools and more.
Microsoft Foundry Blog
Diagram showing an AI coding agent pointing to a DSL document, with arrows to mitigation strategies: curated examples, domain rules, and compiler integration.
Dec 18, 2025
Post comments count0
Post likes count2

AI Coding Agents and Domain-Specific Languages: Challenges and Practical Mitigation Strategies

Author Avatar
Chris Romp
1. Introduction AI coding agents/assistants such as GitHub Copilot have become common in modern software engineering workflows. Their strengths—rapid pattern completion, context-aware suggestions, and the ability to learn style from local code—stem from broad training on large...
All things Azure
banner oldnewthing blue image
Dec 18, 2025
Post comments count2
Post likes count2

Concluding thoughts on our deep dive into Windows clipboard text conversion

Author Avatar
Raymond Chen
Stick to Unicode and you'll be fine.
The Old New Thing
featured image png image
Dec 18, 2025
Post likes count1

Introducing the Copilot Studio + Azure AI Search Solution

Author Avatar
Ian Jensen
Introduction to a scaleable and secure turnkey architecture for deploying Copilots connected to Azure AI Search.
ISE Developer Blog
JanusGraph and Azure Managed Instance for Apache Cassandra: A Powerful Combination
Dec 17, 2025
Post comments count0
Post likes count0

Unlock the power of distributed graph databases with JanusGraph and Azure Apache Cassandra

Author Avatar
Srikanth Sridhar
Connecting the Dots: How Graph Databases Drive Innovation In today’s data-rich world, organizations face challenges that go beyond simple tables and rows. Whether it’s uncovering hidden relationships in social networks, detecting fraud, or powering recommendation engines, graph...
Azure Cosmos DB Blog
ultimate image
Dec 17, 2025
Post comments count1
Post likes count9

Celebrating 10 Years of DirectX 12

Author Avatar
Stefan Bojanic
DirectX12 shipped in 2015 with a simple goal: give developers more control so games run faster, look better, and scale across Windows PC and console. Over the last decade, DirectX 12 delivered on that promise. We added features and made it easier for developers to focus on gameplay &...
DirectX Developer Blog
Dec 17, 2025
Post comments count1
Post likes count5

Aspire 13.1 - Our holiday gift to you

Author Avatar
David Fowler
Aspire 13.1 is here with CLI-based MCP for AI agents, dashboard improvements, Azure updates, and TLS termination support.
Aspire Blog
banner oldnewthing blue image
Dec 17, 2025
Post comments count3
Post likes count3

Deducing the consequences of Windows clipboard text formats on UTF-8

Author Avatar
Raymond Chen
Working out the implications.
The Old New Thing
default image image
Dec 16, 2025
Post comments count0
Post likes count0

Unlock your email potential with Schema.org

Author Avatar
Karishma S
Email is a key part of how people get things done, whether it’s booking a reservation, confirming a package delivery, or managing a cab reservation. But as inboxes become increasingly cluttered, important transactional information often gets buried. Users are forced to open multiple...
Microsoft 365 Developer Blog
a list of all the C++ tools available to agent mode to call upon (get_symbol_call_hierarchy, get_symbol_class_hierarchy, get_symbol_info, and get_symbol_references)
Dec 16, 2025
Post comments count3
Post likes count4

C++ code editing tools for GitHub Copilot: now in Public Preview

Author Avatar
Sinem Akinci
In November, we introduced C++ code editing tools for GitHub Copilot as a Private Preview, focusing on partnering with customers to tackle one of the common, taxing challenges for C++ development: refactoring at scale. Since then, we've listened to feedback and refined our tooling to make...
C++ Team Blog
Microsoft for Java Developers Feature Image
Dec 16, 2025
Post comments count0
Post likes count2

Beyond Ergonomics: How the Azure Command Launcher for Java Improves GC Stability and Throughput on Azure VMs

Author Avatar
Monica Beckwith
In our previous blog we introduced Azure Command Launcher for Java (jaz) —a safe, resource-aware way to launch the JVM without hand-tuning dozens of flags. This follow-up shares performance results, focusing on how jaz affects G1 behavior, heap dynamics, and pause characteristics under...
Microsoft for Java Developers
microsoft testing platform azure retry jpg image
Dec 16, 2025
Post comments count11
Post likes count0

Microsoft.Testing.Platform Now Fully Supported in Azure DevOps

Author Avatar
Youssef Fahmy
Azure DevOps enhanced support for Microsoft.Testing.Platform, from running tests to publishing results!
.NET Blog
devblog brand visualstudio2022 image
Dec 16, 2025
Post comments count5
Post likes count0

Debugging, but Without the Drama (A Visual Studio 2026 Story)

Author Avatar
Harshada Hole
It starts the way these things always start.  A red build. A failing test. And that quiet, sinking feeling of “This worked yesterday.”  Meet Sam. Sam’s not a junior, not a rockstar, just a solid developer who’s shipped enough code to know that bugs don’t care how...
Visual Studio Blog
banner oldnewthing blue image
Dec 16, 2025
Post comments count3
Post likes count1

Why is the Windows clipboard taking the scenic route when converting from CF_TEXT to CF_OEM­TEXT?

Author Avatar
Raymond Chen
Something is forcing it down an alternate path.
The Old New Thing
Option 2 image
Dec 16, 2025
Post comments count0
Post likes count6

Azure Boards integration with GitHub Copilot

Author Avatar
Dan Hellem
A few months ago we introduced the Azure Boards integration with GitHub Copilot in private preview. The goal was simple: allow teams to take a work item from Azure Boards and send it directly to GitHub Copilot so the coding agent could begin working on it, track progress, and generate a...
Azure DevOps Blog
MCP agent image
Dec 15, 2025
Post comments count0
Post likes count0

Build declarative agents for Microsoft 365 Copilot with MCP

Author Avatar
Rishabh Agrawal
With introduction of MCP support, it’s now much easier for developers to integrate their business workflows, SaaS, and LoB systems into Copilot via declarative agent.  
Microsoft 365 Developer Blog
build ios widgets maui png image
Dec 15, 2025
Post comments count0
Post likes count4

How to Build iOS Widgets with .NET MAUI

Author Avatar
Toine de Boer
Build professional iOS widgets with .NET MAUI, from static displays to interactive widgets.
.NET Blog
Picture3 image
Dec 15, 2025
Post comments count22
Post likes count9

Behind the scenes of the Visual Studio feedback system

Author Avatar
Mads Kristensen
Here on the Visual Studio team, our top priority is making your coding experience smoother and more enjoyable. And that begins with truly listening to your feedback. We understand that sometimes sharing your thoughts can feel like tossing bug reports and suggestions into a black hole. It...
Visual Studio Blog
banner oldnewthing blue image
Dec 15, 2025
Post comments count1
Post likes count3

The Windows clipboard automatic text conversion algorithm is path-dependent

Author Avatar
Raymond Chen
When the journey is not half of the fun.
The Old New Thing
banner oldnewthing blue image
Dec 12, 2025
Post comments count8
Post likes count2

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 count1
Post likes count2

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 count9
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 count6
Post likes count9

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 count2

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 count4
Post likes count3

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 count35
Post likes count3

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 count15
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 count6

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 count5
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 count2

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
entrapowershellblog image
Dec 8, 2025
Post comments count0
Post likes count0

Announcing Microsoft Entra PowerShell v1.1.0

Author Avatar
Givinalis Omachar
We’re thrilled to introduce Microsoft Entra PowerShell v1.1.0 available on PowerShell Gallery. The headline feature is No more version pinning to Microsoft Graph PowerShell v2.25.0. You can now use the latest Graph modules without restrictions, giving you unmatched flexibility and...
Microsoft Entra PowerShell
entrapowershellblog image
Dec 8, 2025
Post comments count0
Post likes count0

Entra PowerShell Now Supports Latest Microsoft Graph PowerShell Versions

Author Avatar
Givinalis Omachar
We’ve heard you and we’ve made it happen! One of the most requested changes from our community has been greater flexibility when working with Microsoft Graph PowerShell. Previously, Entra PowerShell pinned its dependency to Microsoft Graph PowerShell v2.25, which limited...
Microsoft Entra PowerShell
Long-term data retention up to 10 years: Announcing Private Preview of Azure Backup for Azure Cosmos DB
Dec 8, 2025
Post comments count0
Post likes count1

Long-term data retention up to 10 years: Announcing Private Preview of Azure Backup for Azure Cosmos DB

Author Avatar
Hans Wieser [MS]
Azure Backup for Azure Cosmos DB is a new option that lets you securely protect and recover your Azure Cosmos DB data for compliance, audit, and ransomware protection scenarios. It leverages Azure Backup’s vault isolation and Azure Cosmos DB’s native backup streams to deliver...
Azure Cosmos DB Blog
mslearn mcp jpg image
Dec 8, 2025
Post comments count4
Post likes count4

Microsoft Learn MCP Server Elevates Development

Author AvatarAuthor Avatar
Wendy,
Eric
Explore how the Learn MCP server enhances the developer experience with Copilot, showcase practical examples, and provide straightforward integration instructions for Visual Studio, Visual Studio Code, the Copilot Command Line Interface, and the Copilot Coding Agent
.NET Blog
networkingdotnet10 jpg image
Dec 8, 2025
Post comments count3
Post likes count1

.NET 10 Networking Improvements

Author Avatar
Máňa
Introducing new networking features in .NET 10 including HTTP space, WebSockets, security and more!
.NET Blog
Host Node.js MCP Server on Azure Functions
Dec 8, 2025
Post comments count0
Post likes count0

Host Your Node.js MCP Server on Azure Functions in 1 Simple Step

Author Avatar
Yohan Lasorsa
Building AI agents with the Model Context Protocol (MCP) is powerful, but when it comes to hosting your MCP server in production, you need a solution that's reliable, scalable, and cost-effective. What if you could deploy your regular Node.js MCP server to a serverless platform that...
Microsoft for Developers
python png image
Dec 8, 2025
Post comments count4
Post likes count0

Python is First Class in Aspire 13

Author Avatar
Eric Erhardt
Aspire 13 introduces first-class Python support with dedicated APIs for hosting Python applications, modules, and ASGI web apps alongside your .NET services.
Aspire Blog
banner oldnewthing blue image
Dec 8, 2025
Post comments count11
Post likes count3

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

Author Avatar
Raymond Chen
Starting with the easy case, or at least it looks easy.
The Old New Thing
Microsoft Foundry 2mb image
Dec 7, 2025
Post comments count0
Post likes count3

Foundry IQ in Microsoft Agent Framework

Author AvatarAuthor Avatar
Farzad,
Eduard
Build enterprise-grade RAG agents with Foundry IQ Knowledge Bases in ~20 lines of Python. Learn how the Azure AI Search Context Provider brings intelligent, multi-hop retrieval to the Microsoft Agent Framework—no fragmented pipelines, just plug in the knowledge your agent needs.
Microsoft Foundry Blog
ai devdays image
Dec 5, 2025
Post comments count0
Post likes count1

Join us for AI Dev Days - December 10-11

Author Avatar
James Montemagno
2025 was a year of incredible progress for AI and our industry as a whole. At Microsoft and GitHub, we've innovated beyond isolated chats and prompts to building systems that collaborate with connected workflows and operational intelligence. This shift can be seen across the stack,...
Microsoft for Developers
banner oldnewthing blue image
Dec 5, 2025
Post comments count11
Post likes count3

How can my process read its own standard output?

Author Avatar
Raymond Chen
You'll have to trick yourself before anybody notices, which may not be possible.
The Old New Thing
Sparkle blue 1 image
Dec 4, 2025
Post comments count10
Post likes count7

Locking Down MCP: Create a Private Registry on Azure API Center and Enforce It in GitHub Copilot And VS Code

Author Avatar
tjsingh85
Ever since MCP launched, every customer has asked the same thing: “How does a private MCP registry actually work, and how do we configure it for our enterprise?”. So today, on a snowy, freezing Friday in Zurich, I grabbed a coffe, opened the GitHub docs, dove into Azure API...
All things Azure
dotnet conf 2025 recap jpg image
Dec 4, 2025
Post comments count4
Post likes count2

.NET Conf 2025 Recap - Celebrating .NET 10, Visual Studio 2026, AI, Community, & More

Author Avatar
.NET Team
.NET Conf 2025 is over, but you can catch up with all the announcements and fun with video recordings, slides, demos, and more.
.NET Blog
Secure AI Innovation 8211 Header 1024 x 586 image
Dec 4, 2025
Post comments count2
Post likes count3

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

Author Avatar
Douglas Phillips
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...
Azure Government
banner oldnewthing blue image
Dec 4, 2025
Post comments count5
Post likes count1

How can I read the standard output of an already-running process?

Author Avatar
Raymond Chen
You can't. You'll have to do it before the process starts.
The Old New Thing
18 0 url context image
Dec 4, 2025
Post comments count3
Post likes count3

Unlocking the Power of Web with Copilot Chat’s New URL Context

Author Avatar
Jessie Houghton
There are many scenarios where Copilot Chat can feel limited by the built-in model training data. Maybe you want guidance on the latest web framework, documentation, or project-specific resources—but Copilot’s responses just aren’t specific enough. For developers who...
Visual Studio Blog
Dec 4, 2025
Post comments count0
Post likes count2

Dev Proxy v2.0 with improved AI telemetry, and small breaking changes

Author AvatarAuthor Avatar
Waldek,
Garry
Introducing Dev Proxy v2.0 with improved AI telemetry, and small breaking changes.
Microsoft 365 Developer Blog
Microsoft Foundry 2mb image
Dec 3, 2025
Post comments count0
Post likes count0

Announcing Foundry MCP Server (preview) in the cloud, speeding up AI development with Microsoft Foundry

Author Avatar
SeokJin Han
MCP (Model Context Protocol) is a standard protocol that enables AI agents to securely connect with apps, data, and systems, supporting easy interoperability and seamless platform expansion. At Ignite, Microsoft Foundry introduced Foundry Tools, which serves as a central hub for...
Microsoft Foundry Blog
introducing data ingestion jpg image
Dec 3, 2025
Post comments count0
Post likes count4

Introducing Data Ingestion Building Blocks (Preview)

Author AvatarAuthor Avatar
Luis,
Adam
Announcing the preview of open, modular data ingestion building blocks in .NET, empowering developers to build scalable AI pipelines with seamless integration, extensibility, and easy getting started experiences across the .NET ecosystem.
.NET Blog
NovUpdateSlide image
Dec 3, 2025
Post comments count11
Post likes count5

Visual Studio November Update – Visual Studio 2026, Cloud Agent Preview, and more

Author Avatar
Simona Liao
Visual Studio 2026 is here! If you haven’t heard the news yet, we’re excited to share with you that Visual Studio 2026 is now generally available! This new version can better assist you with several performance improvements, a redesigned user experience, and a major leap in...
Visual Studio Blog
keyboard schemes image
Dec 3, 2025
Post comments count22
Post likes count4

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

Author Avatar
Mads Kristensen
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...
Visual Studio Blog
banner oldnewthing blue image
Dec 3, 2025
Post comments count6
Post likes count5

How do I check whether the user has permission to create files in a directory?

Author Avatar
Raymond Chen
Request the directory security attributes that correspond to your proposed operation.
The Old New Thing
aspire deploy mermaid chart png image
Dec 3, 2025
Post comments count0
Post likes count1

Pipe dreams to pipeline realities: an Aspire Pipelines story

Author Avatar
Safia Abdalla
A deep dive into the evolution of Aspire Pipelines from basic callbacks in version 9.4 to the sophisticated pipeline execution model in Aspire 13, covering deployment orchestration, concurrency, and state management.
Aspire Blog
Introducing the VS Code Insiders Podcast
Dec 3, 2025
Post likes count0

Introducing the VS Code Insiders Podcast

Author Avatar
James Montemagno
The VS Code Insiders Podcast is your insider's guide to the features, decisions, and people shaping the future of Visual Studio Code. Read the full article
VS Code Blog