Microsoft
Developer Blogs

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

Highlights

In memory of the man who put red and green squiggles under words

Starting in Word and expanding to nearly every other word processor, and even things that aren't word processors.
Read moreClick to read more about this post

Stop overloading your skills

You built a skill for your technology. API references, authentication flows, SDK patterns, error handling, version info, all packed into one skill. The agent calls it, gets all that context, and generates code. The kicker? You've just wasted a lot of tokens. It already knows Models have...
Read moreClick to read more about this post

Latest posts

Apr 21, 2026
Post comments count14
Post likes count19

Announcing TypeScript 7.0 Beta

Daniel Rosenwasser
Today we are absolutely thrilled to announce the release of TypeScript 7.0 Beta! If you haven't been following TypeScript 7.0's development, this release is significant in that it is built on a completely new foundation. Over the past year, we have been porting the existing TypeScript...
TypeScript
Apr 21, 2026
Post comments count0
Post likes count0

General Availability: Dynamic Data Masking for Azure Cosmos DB

Sudhanshu Khera
Protecting sensitive data is a foundational requirement for modern applications. As organizations scale their use of Azure Cosmos DB across teams, environments, and workloads, controlling who can see sensitive information becomes increasingly important. Today, we are excited to...
Azure Cosmos DB Blog
Apr 21, 2026
Post comments count0
Post likes count0

Aspire 13.2: Bun Support and Container Enhancements

David Pine
Aspire 13.2 keeps the JavaScript story moving with Bun for Vite, more predictable containers, and small but meaningful fixes across debugging and builds.
Aspire Blog
Apr 21, 2026
Post comments count32
Post likes count4

Sure, xor'ing a register with itself is the idiom for zeroing it out, but why not sub?

Raymond Chen
Somehow xor became the most popular version.
The Old New Thing
Apr 21, 2026
Post comments count4
Post likes count5

Azure DevOps MCP Server April Update

Dan Hellem
This update brings a set of improvements and changes across both local and remote Azure DevOps MCP Servers. Here’s a summary of what’s changed. Query work items with WIQL We’ve introduced a new wit_query_by_wiql tool that enables users to construct and run work item WIQL queries....
Azure DevOps Blog
Apr 20, 2026
Post comments count1
Post likes count2

GitHub Copilot meets Azure Developer CLI: AI-assisted project setup and error troubleshooting

Kristen Womack
The Azure Developer CLI (azd) now integrates with GitHub Copilot for AI-assisted project scaffolding and intelligent deployment error troubleshooting, helping you resolve common Azure errors like MissingSubscriptionRegistration, SkuNotAvailable, and StorageAccountAlreadyTaken without leaving the terminal.
Azure SDK Blog
Apr 20, 2026
Post comments count12
Post likes count1

Writing Node.js addons with .NET Native AOT

Drew Noakes
The C# Dev Kit team replaced C++ Node.js addons with C# and Native AOT, removing a dependency on Python. This post walks through building a Node.js native addon entirely in C# using N-API, LibraryImport, and UnmanagedCallersOnly.
.NET Blog
Apr 20, 2026
Post comments count1
Post likes count3

How did code handle 24-bit-per-pixel formats when using video cards with bank-switched memory?

Raymond Chen
You still have to use aligned accesses, even though the pixels might not be aligned.
The Old New Thing
Apr 20, 2026
Post likes count0

Discoverable - Observable MCP Server

Colin Desmond
How to build an observable MCP Server with discoverable tools and agents.
ISE Developer Blog