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

TC57 image
Feb 10, 2026
Post comments count0
Post likes count2

Standardizing HLSL

Author Avatar
Chris Bieneman
The HLSL team is excited to announce the formation of Ecma Technical Committee 57; a committee to standardize the High Level Shading Language. The formation of this committee marks an important milestone in HLSL's development and strengthens Microsoft's commitment to HLSL as a...
DirectX Developer Blog
banner oldnewthing blue image
Feb 10, 2026
Post comments count11
Post likes count6

How did Windows 95 get permission to put the Weezer video Buddy Holly on the CD?

Author Avatar
Raymond Chen
Asking nicely, and asking a lot of people.
The Old New Thing
Feb 10, 2026
Post comments count0
Post likes count3

From Local Models to Agent Workflows: Building a Deep Research Solution with Microsoft Agent Framework on Microsoft Foundry Local

Author Avatar
Kinfey Lo
Introduction: A New Paradigm for AI Application Development In enterprise AI application development, we often face this dilemma: while cloud-based large language models are powerful, issues such as data privacy, network latency, and cost control make many scenarios difficult to...
Microsoft Agent Framework
Data API builder (DAB) checks watch
Feb 9, 2026
Post comments count3
Post likes count1

Time Travel in Azure SQL with Temporal Tables

Author Avatar
Jerry Nixon
Applications often need to know what data looked like before. Who changed it, when it changed, and what the previous values were. Rebuilding that history in application code is tedious and error prone. This is especially valuable when exposing a database to an AI agent through MCP servers...
Azure SQL Dev Corner
banner oldnewthing blue image
Feb 9, 2026
Post comments count3
Post likes count3

What should I do if a wait call reports WAIT_ABANDONED?

Author Avatar
Raymond Chen
It's your one chance to make amends.
The Old New Thing
vcpkg logo
Feb 6, 2026
Post comments count0
Post likes count2

What’s New in vcpkg (Nov 2025 - Jan 2026)

Author Avatar
Augustin Popa
This blog post summarizes changes to the vcpkg package manager as part of the 2025.12.12 and 2026.01.16 registry releases and the 2025-11-13, 2025-11-18, 2025-11-19, 2025-12-05, and 2025-12-16 tool releases. These updates include support for targeting the Xbox GDK October 2025 update,...
C++ Team Blog
Mastering User Settings in SharePoint Framework image
Feb 6, 2026
Post comments count0
Post likes count4

Mastering User Settings in SharePoint Framework

Author Avatar
Paolo Pialorsi
User preferences and settings are fundamental components of modern web applications. When developing SharePoint Framework (SPFx) solutions, the ability to store and manage user-specific configurations across devices and sessions becomes crucial for delivering personalized experiences....
Microsoft 365 Developer Blog
Feb 6, 2026
Post comments count2
Post likes count0

Building an AI Skills Executor in .NET: Bringing Anthropic's Agent Pattern to the Microsoft Ecosystem

Author Avatar
Matt Kruczek
We welcome guest author, Matt Kruczek, to share how to build a complete Skills Executor in .NET, combining Azure OpenAI with the Model Context Protocol (MCP) C# SDK to bring the same agentic patterns to the Microsoft ecosystem. You’ll see how to define reusable skills, connect local and external tools, and orchestrate intelligent agent loops—so enterprise teams can standardize AI behavior without hardcoding business logic.
Microsoft Foundry Blog
Data API builder (DAB) masking data
Feb 6, 2026
Post comments count0
Post likes count3

Masking Sensitive Data in Azure SQL

Author Avatar
Jerry Nixon
Applications often need access to data without needing access to everything. Social Security numbers, email addresses, and phone numbers are common examples. Storing them is required. Exposing them broadly is not. This is especially valuable when exposing a database to an AI agent through...
Azure SQL Dev Corner