Microsoft
Developer Blogs

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

Highlights

How to test agent skills without hitting real APIs

Your agent skill calls an API. The moment you start evaluating it, every run either costs money or mutates production data. Learn how to mock APIs transparently so you can run evals without changing your skill or hitting real endpoints.
Read moreClick to read more about this post

Latest posts

Jun 30, 2026
Post comments count3
Post likes count1

2026 mid-year link clearance

Raymond Chen
Made it to another midpoint.
The Old New Thing
Jun 30, 2026
Post comments count5
Post likes count3

A compatibility note on the abuse of Windows window class extra bytes

Raymond Chen
Finding an illicit place to hide data.
The Old New Thing
Jun 30, 2026
Post comments count0
Post likes count0

🚀React Native Windows v0.84 is here!!

Vineeth,
Vivek,
Sourav
We're excited to release React Native Windows 0.84.0, aligned with React Native 0.84.1. React Native Windows v0.84 delivers input-handling improvements such as standard click events and imperative focus, theme-aware defaults and robust hit-testing semantics. 🔥 What's New in RNW...
React Native
Jun 29, 2026
Post comments count2
Post likes count0

.NET 8 and .NET 9 will reach End of Support on November 10, 2026

Rahul Bhandari (MSFT)
.NET 8 and .NET 9 will both reach end of support on November 10, 2026. Learn what this means and how to upgrade to .NET 10 (LTS).
.NET Blog
Jun 29, 2026
Post comments count10
Post likes count3

SkiaSharp 4.0 is here: announcing the first stable release

Matthew Leibowitz
SkiaSharp 4.148.0 is the first stable release of SkiaSharp v4. Learn what is new, why you should be excited, and join the SkiaSharp live event on June 30.
.NET Blog
Jun 29, 2026
Post comments count0
Post likes count0

Packaging and Package Identity for .NET apps with WinApp CLI on Windows

Zachary Teutsch
Use the WinApp CLI to add identity to and package .NET desktop applications, enabling deeper integration to Windows and easier distribution.
.NET Blog
Jun 29, 2026
Post comments count27
Post likes count17

WSL container is now available for public preview

Craig Loewen
At Microsoft Build 2026, we introduced WSL containers, bringing Linux container development directly into Windows through the Windows Subsystem for Linux (WSL). Containers have become a foundational part of modern development - from cloud-native applications and AI workloads to testing...
Windows Command Line
Jun 29, 2026
Post comments count7
Post likes count4

Automating your Visual Studio extension builds with GitHub Actions

Mads Kristensen
If you’re building and maintaining Visual Studio extensions, you’ve probably ended up with some sort of build and publishing workflow - whether it’s manual, scripted, or stitched together over time. This post is for extension authors who want a simple, repeatable way to build,...
Visual Studio Blog
Jun 29, 2026
Post comments count3
Post likes count3

The evolution of window and class extra bytes in Windows

Raymond Chen
The intended usage is encoded in the prefix.
The Old New Thing