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

Picture6 image
Dec 22, 2025
Post comments count1
Post likes count2

How AI fixed my procrastination

Author Avatar
Mads Kristensen
I struggled to get started. For ages, I kept putting off building this website, creating a new programming language for Visual Studio, and coming up with fresh color themes. Each project looked overwhelming, and I couldn’t find the time or motivation to jump in. It all just felt like...
Visual Studio Blog
banner oldnewthing blue image
Dec 22, 2025
Post comments count3
Post likes count3

All the other cool languages have try...finally. C++ says "We have try...finally at home."

Author Avatar
Raymond Chen
The destructor serves as the "finally".
The Old New Thing
run main view image
Dec 22, 2025
Post comments count0
Post likes count0

The New Test Run Hub is Going Generally Available!

Author Avatar
Panagiotis Liaros
Delivering high-quality software requires clarity, speed, and collaboration. That’s why we introduced the New Test Run Hub in Azure Test Plans. A modern, streamlined experience designed to make test execution and analysis fast and intuitive. And we’re excited to announce that this...
Azure DevOps Blog
azd dec 2025 release image
Dec 19, 2025
Post comments count1
Post likes count2

Azure Developer CLI (azd) Dec 2025 - Extensions Enhancements, Foundry Rebranding, and Azure Pipelines Improvements

Author Avatar
Kristen Womack
This post announces the December release of the Azure Developer CLI (`azd`).
Azure SDK Blog
Dec 19, 2025
Post comments count0
Post likes count1

Work item linking for Advanced Security alerts now available

Author Avatar
Laura Jiang
Security vulnerabilities don't fix themselves. Someone needs to track them, prioritize them, and actually ship the fix. If you've ever tried to manage security alerts alongside your regular sprint work, though, you know the friction: you're looking at an alert in one tab, switching to...
Azure DevOps Blog
banner oldnewthing blue image
Dec 19, 2025
Post comments count8
Post likes count2

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

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