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
Aug 29, 2025
Post comments count2
Post likes count1

Thoughts on creating a tracking pointer class, part 15: A custom shared pointer

Author Avatar
Raymond Chen
Simplifying it for out limited use case.
The Old New Thing
aspire cli thumbnail png image
Aug 28, 2025
Post comments count0
Post likes count1

Getting Started with the Aspire CLI

Author Avatar
Jeffrey Fritz
The Aspire CLI is here and you can use it to configure and run your applications
.NET Blog
announcing awesome copilot mcp server
Aug 28, 2025
Post comments count3
Post likes count12

Announcing Awesome Copilot MCP Server

Author Avatar
Justin Yoo
Discover and save the best GitHub Copilot chat modes, instructions, and prompts right from Copilot Chat using the new Awesome Copilot MCP Server—install with Docker, search, preview, and commit in one flow.
Microsoft for Developers
banner oldnewthing blue image
Aug 28, 2025
Post comments count2
Post likes count1

Thoughts on creating a tracking pointer class, part 14: Nonthrowing moves with the shared tracking pointer

Author Avatar
Raymond Chen
Moving the exception somewhere else.
The Old New Thing
roadmap image
Aug 27, 2025
Post comments count7
Post likes count9

Roadmap for AI in Visual Studio (September)

Author Avatar
Rhea Patel
Today, we’re excited to share our public roadmap, which outlines the next steps in evolving Visual Studio with AI-powered agentic experiences. With every month, we aim to deliver smarter, faster, and more intuitive tools that enhance your coding experience. Disclaimer: The items...
Visual Studio Blog
efcore visualizer jpg image
Aug 27, 2025
Post comments count2
Post likes count9

EFCore.Visualizer - View Entity Framework Core query plan inside Visual Studio

Author Avatar
Giorgi Dalakishvili
A Visual Studio extension that helps developers visualize and analyze Entity Framework Core query execution plans directly within their development environment.
.NET Blog
banner oldnewthing blue image
Aug 27, 2025
Post comments count0
Post likes count1

Thoughts on creating a tracking pointer class, part 13: Restoring the strong exception guarantee

Author Avatar
Raymond Chen
Don't commit to anything until you know you can finish the job.
The Old New Thing
Abstract visualisation of artificial intelligence prompt templates featuring interconnected glowing nodes and layered geometric structures symbolising modular data flow and neural logic.
Aug 26, 2025
Post comments count0
Post likes count1

Encoding Changes for Template Arguments in Semantic Kernel

Author Avatar
Dmytro Struk
In previous versions of the Semantic Kernel, the encoding of template arguments was performed automatically if the argument type was a string. The encoding was not applied for custom types, anonymous types, or collections. With the latest changes, we've introduced stricter rules: if...
Semantic Kernel
Digital security illustration with a dark blue background. A large yellow shield with a central keyhole symbol dominates the centre. To the left is a laptop outline, while the right side features icons including smaller shields, cloud symbols, and a gear, representing cybersecurity and system protection.
Aug 26, 2025
Post comments count0
Post likes count1

Azure Authentication Changes in Semantic Kernel Python

Author Avatar
Dmytro Struk
In previous versions of the Semantic Kernel Python, the default fallback authentication mechanism for Azure services like AzureChatCompletion was DefaultAzureCredential from the Azure Identity library. This provided a convenient way to authenticate without explicitly passing credentials,...
Semantic Kernel