Microsoft
Developer Blogs

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

Highlights

MicrosoftTeams image image

When Infrastructure Scales But Understanding Doesn't

We all know this, even if we don't like to admit it: modern infrastructure can scale infinitely, but human understanding doesn't. We've all seen it happen - organizations going from managing dozens of servers to thousands of containers, from deploying weekly to deploying hundreds of...
Read moreClick to read more about this post

Authentication Tokens Are Not a Data Contract

Authentication tokens exist to answer one question: is this caller authorized to do this? They are not intended to be a stable data interface, a schema you can depend on, or an input into application logic. If your application decodes tokens and reads claims from them, this is an...
Read moreClick to read more about this post

Latest posts

Mar 6, 2026
Post comments count0
Post likes count6

Announcing TypeScript 6.0 RC

Author Avatar
Daniel Rosenwasser
Today we are excited to announce the Release Candidate (RC) of TypeScript 6.0! To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc TypeScript 6.0 is a unique release in that we intend for it to be the last release based on...
TypeScript
MSFT BANNER CONF42GOLANG2022 image
Mar 6, 2026
Post comments count0
Post likes count0

Go 1.26.1-1 and 1.25.8-1 Microsoft builds now available

Author Avatar
Davis Goodin
A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers
banner oldnewthing blue image
Mar 6, 2026
Post comments count11
Post likes count2

When Read­Directory­ChangesW reports that a deletion occurred, how can I learn more about the deleted thing?

Author Avatar
Raymond Chen
It's already gone. If you need more information, you should have been remembering it.
The Old New Thing
featured image png image
Mar 6, 2026
Post likes count0

Using Agents to Setup Experiments

Author Avatar
Peter Lasne
When setting up an experiment is complex, agents can automate the process to make it faster and more reliable.
ISE Developer Blog
Windows Game Development and Visual Studio 2026 Presented by David Li and Hamza Usmani
Mar 5, 2026
Post comments count0
Post likes count0

Visual Studio at GDC Festival of Gaming 2026

Author Avatar
David Li
Join us at GDC Festival of Gaming 2026 for a deep dive into Visual Studio, GitHub Copilot, PowerToys, and the Windows tools that speed up your daily dev workflow. We'll show how these tools work together to boost productivity and cut friction across your entire inner loop. Session...
C++ Team Blog
Windows Terminal displaying a search bar in the Settings UI; the query is populated with "default" and results are present.
Mar 5, 2026
Post comments count1
Post likes count3

Windows Terminal Preview 1.25 Release

Author Avatar
Dustin Howett
We briefly paused our quarterly release cycle to focus on reliability and performance, but now we're back with Windows Terminal 1.25! We are also updating Windows Terminal stable to version 1.24, which will include all of the features from this previous blog post. Some notable features...
Windows Command Line
image png image
Mar 5, 2026
Post comments count0
Post likes count10

Release v1.0 of the official MCP C# SDK

Author Avatar
Mike Kistler
Discover what’s new in the v1.0 release of the official MCP C# SDK, including enhanced authorization, richer metadata, and powerful patterns for tool calling and long-running requests.
.NET Blog
banner oldnewthing blue image
Mar 5, 2026
Post comments count2
Post likes count2

The mystery of the posted message that was dispatched before reaching the main message loop

Author Avatar
Raymond Chen
Perhaps it's because you dispatched it.
The Old New Thing
agent screenshot image
Mar 5, 2026
Post comments count0
Post likes count4

Platform Engineering for the Agentic AI era

Author AvatarAuthor Avatar
Arnaud,
davidwright
For the last decade, platform engineering has relied on explicit API interaction layers: CLIs, SDKs, pipelines, wrappers, and UI workflows that translate human intent into machine‑safe API calls. AI agents are now short‑circuiting much of that stack. By combining natural language...
All things Azure