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

banner oldnewthing blue image
Dec 31, 2025
Post comments count5
Post likes count2

2025 year-end link clearance

Author Avatar
Raymond Chen
Another year gets relegated to history.
The Old New Thing
banner oldnewthing blue image
Dec 31, 2025
Post comments count1
Post likes count2

Understanding and mitigating a stack overflow in our task sequencer

Author Avatar
Raymond Chen
The recurring problem of synchronous resumption.
The Old New Thing
topblogs2025 jpg image
Dec 30, 2025
Post comments count0
Post likes count3

Top .NET Blog Posts of 2025

Author Avatar
Jon Galloway
Let's look back at the most-read .NET blog posts published in 2025, from .NET 10 to AI, performance, and developer tooling.
.NET Blog
banner oldnewthing blue image
Dec 30, 2025
Post comments count6
Post likes count3

Additional notes on color-keyed overlays as a way of doing smooth video rendering

Author Avatar
Raymond Chen
Choosing the color-key and other brief discussions.
The Old New Thing
banner oldnewthing blue image
Dec 29, 2025
Post comments count3
Post likes count2

How can I detect that the system is running low on memory? Or that my job is running low on memory?

Author Avatar
Raymond Chen
You can register for a memory notification.
The Old New Thing
banner oldnewthing blue image
Dec 26, 2025
Post comments count7
Post likes count4

Why are we worried about memory access semantics? Full barriers should be enough for anybody

Author Avatar
Raymond Chen
You have to find new ways of going faster.
The Old New Thing
banner oldnewthing blue image
Dec 25, 2025
Post comments count0
Post likes count3

Why is the last letter of my string not making it to the clipboard?

Author Avatar
Raymond Chen
The struggle for null termination.
The Old New Thing