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

Sparkle blue 1 image
Mar 25, 2026
Post comments count0
Post likes count0

Your Entire Engineering Floor Just Stopped Coding

Author Avatar
Desi Villanueva
And the developers running Claude Code and GitHub Copilot CLI didn't notice... Status Page Says 'Operational.' Your Subagents Say Otherwise. If you're running autonomous agents in any serious capacity, you've experienced this: model provider outages aren't edge cases — they're...
All things Azure
DataCenterBoundry image
Mar 24, 2026
Post comments count0
Post likes count1

Designing for Eventual Consistency for Microsoft Entra

Author Avatar
Kyle Marsh
Microsoft Entra is a globally distributed service that provides identity and access management to millions of customers world-wide. To scale reliably and remain resilient during failures, Microsoft Entra uses an eventually consistent directory model. Key takeaway A successful write to...
Microsoft Entra Identity Platform
VS logo featured image image
Mar 24, 2026
Post comments count0
Post likes count0

Unlock More Power in Your Development Workflow: Syncfusion for Visual Studio Subscribers 

Author Avatar
Jim Harrer
A few months ago, I was talking with a developer who said something that stuck with me:  “I love building apps. I just don’t love rebuilding the same UI controls over and over again.”  That’s the reality for a lot of teams. You want to focus on your business logic,...
Visual Studio Blog
banner oldnewthing blue image
Mar 24, 2026
Post comments count2
Post likes count1

Windows 95 defenses against installers that overwrite a file with an older version

Author Avatar
Raymond Chen
A very primitive version of recovery.
The Old New Thing
LangChain4j image
Mar 24, 2026
Post comments count0
Post likes count0

📢LangChain4j got a new video series

Author Avatar
Rory Preddy
We recently released a step-by-step course from simple chat to AI agents using LangChain4j 👉http://aka.ms/LangChain4j-for-Beginners Now watch the new 6️⃣part Video series with tons of hands-on demos. Let's break down what you'll learn. Introduction to...
Microsoft for Java Developers
Image sql database 3 560
Mar 23, 2026
Post comments count0
Post likes count0

SQL code analysis in VS Code: Configure rules without editing your project file

Author Avatar
Iqra Shaikh
SQL code analysis has been part of the SSDT workflow for a long time. Before deploying a schema change, you could run a set of static analysis rules against your project to catch potential issues, things like missing primary keys, deprecated syntax, or objects that could break under...
Azure SQL Dev Corner
agentic platform engineering image
Mar 23, 2026
Post comments count0
Post likes count2

Agentic Platform Engineering with GitHub Copilot

Author AvatarAuthor Avatar
Diego,
Ray
We've talked about the human scale problem and what happens when infrastructure scales but understanding doesn't. If you've been following along, you know the thesis: our tools have outpaced our ability to operate them, and platform engineering is how we're fighting back. But here's...
All things Azure
Screenshot 2026 03 23 172812 image
Mar 23, 2026
Post comments count0
Post likes count0

Manage SQL database schemas in VS Code: Publish dialog and item templates

Author Avatar
Iqra Shaikh
Making schema changes often means jumping between tools. You write code in VS Code, then switch to a separate tool to deploy your changes : exporting a script, running it manually, or copy-pasting into a query editor. Either way, it pulls you out of your flow. With the latest updates to...
Azure SQL Dev Corner
generative ai for beginners dotnet version 2 on dotnet 10 png image
Mar 23, 2026
Post comments count0
Post likes count1

Generative AI for Beginners .NET: Version 2 on .NET 10

Author AvatarAuthor Avatar
Pablo,
Bruno
Announcement of Version 2 of Generative AI for Beginners .NET, a free course rebuilt for .NET 10 with Microsoft.Extensions.AI, updated RAG patterns, and new agent framework content across five structured lessons for building production-ready AI apps.
.NET Blog
azd c2c foundry blog image
Mar 23, 2026
Post comments count0
Post likes count2

From code to cloud: Deploy an AI agent to Microsoft Foundry in minutes with azd

Author Avatar
PuiChee (PC) Chan
Deploy and monitor an AI agent on Microsoft Foundry using the Azure Developer CLI (azd). This tutorial covers infrastructure scaffolding with Bicep, one-command deployment, local development, and real-time log streaming—all from Visual Studio Code.
Azure SDK Blog
ts 6 0 2 image
Mar 23, 2026
Post comments count4
Post likes count6

Announcing TypeScript 6.0

Author Avatar
Daniel Rosenwasser
Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it's a language that builds on JavaScript by adding syntax for types, which enables type-checking to catch errors, and provide rich editor tooling. You can learn more about...
TypeScript
featured image png image
Mar 23, 2026
Post comments count0
Post likes count2

Announcing Aspire 13.2

Author AvatarAuthor Avatar
Maddy,
David
Aspire 13.2 brings TypeScript AppHost authoring, an agent-native CLI, Foundry integration, and more.
Aspire Blog
cca featured image jpg image
Mar 23, 2026
Post comments count10
Post likes count4

Ten Months with Copilot Coding Agent in dotnet/runtime

Author Avatar
Stephen Toub - MSFT
After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development.
.NET Blog
banner oldnewthing blue image
Mar 23, 2026
Post comments count10
Post likes count2

How can I make sure the anti-malware software doesn't terminate my custom service?

Author Avatar
Raymond Chen
You'll have to ask nicely.
The Old New Thing
77ix12m5 copilot image
Mar 22, 2026
Post comments count0
Post likes count0

Important updates: GitHub Copilot support ending for JetBrains 2024.2 and 2024.3

Author Avatar
Jialuo Gan
To deliver new features faster and continue improving stability and performance, GitHub Copilot plugin will end support for JetBrains IDEs versions 2024.2 and 2024.3. By focusing on newer versions, we can bring you new capabilities more quickly and ensure a high-quality...
Microsoft for Java Developers
banner oldnewthing blue image
Mar 20, 2026
Post comments count4
Post likes count2

Windows stack limit checking retrospective: arm64, also known as AArch64

Author Avatar
Raymond Chen
Wrapping things up.
The Old New Thing
feature image png image
Mar 19, 2026
Post comments count2
Post likes count3

Accelerating .NET MAUI Development with AI Agents

Author Avatar
David Ortinau
Learn how custom-built AI agents are dramatically improving the .NET MAUI contribution workflow, reducing issue resolution time by 50-70% while increasing test coverage and code quality.
.NET Blog
featured image image
Mar 19, 2026
Post comments count0
Post likes count6

Remote MCP Server preview in Microsoft Foundry

Author Avatar
Dan Hellem
Earlier this week we release the public preview for our Azure DevOps MCP Server. Today we are excited to let you know that the Azure DevOps MCP Server is now available to use in Microsoft Foundry. For those who are new to Foundry, Microsoft Foundry is a unified platform for building and...
Azure DevOps Blog
banner oldnewthing blue image
Mar 19, 2026
Post comments count8
Post likes count3

Windows stack limit checking retrospective: amd64, also known as x86-64

Author Avatar
Raymond Chen
Reaching the modern day.
The Old New Thing
cover png image
Mar 19, 2026
Post likes count1

From Azure IoT Operations Data Processor Pipelines to Dataflows

Author Avatar
Maho Pacheco
In this post we explore the evolution from Azure IoT Operations Data Processor Pipelines to Dataflows, why we adopted a hybrid strategy with custom Rust pods, and the architectural lessons we learned building event detection systems at the edge.
ISE Developer Blog
Visual Studio Code 1.112
Mar 18, 2026
Post likes count0

Visual Studio Code 1.112

Author Avatar
Visual Studio Code Team
Learn what's new in Visual Studio Code 1.112 Read the full article
VS Code Blog
Sparkle blue 1 image
Mar 18, 2026
Post comments count0
Post likes count1

When Infrastructure Scales But Understanding Doesn't

Author AvatarAuthor Avatar
Diego,
Ray
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...
All things Azure
PowerShell Logo
Mar 18, 2026
Post comments count2
Post likes count5

Announcing PowerShell 7.6 (LTS) GA Release

Author Avatar
Jason Helmick
We're excited to announce the General Availability of PowerShell 7.6, the next Long Term Support (LTS) release of PowerShell. PowerShell 7.6 is built on .NET 10 (LTS), continuing the alignment between PowerShell and the modern .NET platform. PowerShell 7.6 includes reliability...
PowerShell Team
azd agent test blog image
Mar 18, 2026
Post comments count0
Post likes count2

Azure Developer CLI (azd): Run and test AI agents locally with azd

Author AvatarAuthor Avatar
PuiChee,
Travis
New azd ai agent run and invoke commands let you start and test AI agents from your terminal—locally or in the cloud.
Azure SDK Blog
Security image
Mar 18, 2026
Post comments count2
Post likes count2

Authentication Tokens Are Not a Data Contract

Author Avatar
Angel Wong
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...
Azure DevOps Blog
Image sql database 3 560
Mar 18, 2026
Post comments count0
Post likes count1

DiskANN Vector Index Improvements

Author AvatarAuthor Avatar
Davide,
Pooja
Remember when we announced the Public Preview of DiskANN vector indexes back in November and mentioned that once you created the index, your table became read‑only? Yeah… about that... 😅 We shipped early because the demand for Vector search in SQL was overwhelming. We knew the...
Azure SQL Dev Corner
Flat illustration of an AI robot on the left connected to a cloud server on the right by a glowing circular arrow, representing an asynchronous continuation token and polling loop.
Mar 18, 2026
Post comments count2
Post likes count1

Handling Long-Running Operations with Background Responses

Author AvatarAuthor Avatar
Sergey,
Eduard
Handling Long-Running Operations with Background Responses AI agents powered by reasoning models can take minutes to work through complex problems — deep research, multi-step analysis, lengthy content generation. In a traditional request-response pattern, that means your client sits...
Microsoft Agent Framework
Image sql database 3 560
Mar 18, 2026
Post comments count1
Post likes count4

MSSQL Extension for VS Code: SQL Notebooks, AI-Powered Schema Design, Data API builder & More

Author AvatarAuthor AvatarAuthor Avatar
Yo-Lei,
Tauseef,
Carlos
The MSSQL extension for VS Code v1.41 continues to evolve, delivering features that make SQL development more integrated, more powerful, and more developer-friendly. In this release, we're introducing the Public Preview of Schema Designer with GitHub Copilot, Data API builder, and SQL...
Azure SQL Dev Corner
default image image
Mar 18, 2026
Post comments count0
Post likes count1

Changes to attachment IDs for inline images in Outlook add-ins

Author Avatar
Office Extensibility team
Read how inline image attachments are handled when they’re programmatically added to a mail item's signature or body in Outlook on the web and the new Outlook for Windows
Microsoft 365 Developer Blog
banner oldnewthing blue image
Mar 18, 2026
Post comments count1
Post likes count1

Windows stack limit checking retrospective: Alpha AXP

Author Avatar
Raymond Chen
Double the size, double the fun.
The Old New Thing
Sparkle blue 1 image
Mar 17, 2026
Post comments count0
Post likes count2

From 150 Unread to Zero Stress: Automating Inbox Triage with MCP and GitHub Copilot

Author Avatar
Desi Villanueva
Taming the Noisy Inbox: How I Used MCP to Automate Email and Teams Triage How the Model Context Protocol (MCP) turns your AI coding assistant into a workplace productivity engine — connecting Microsoft 365 data to your terminal workflow.   The Problem We All Share If you work...
All things Azure
Sparkle blue 1 image
Mar 17, 2026
Post comments count6
Post likes count4

Azure Skills Plugin - Let's Get Started!

Author Avatar
Chris Harris
Part 2 of the Azure Skills Plugin series Previously: Announcing the Azure Skills Plugin This post is all about getting you up and running. I won't go deep on capabilities, architecture or anything like that here - that's coming in future posts in this series. The goal is to...
All things Azure
Hero image with the text Announcing PowerToys 0.98
Mar 17, 2026
Post comments count4
Post likes count2

PowerToys 0.98 is here: new Keyboard Manager UX, the Command Palette Dock and better CursorWrap!

Author Avatar
Niels Laute
We're back with a fresh PowerToys release – PowerToys 0.98! This month introduces the new Command Palette Dock, along with a refreshed Keyboard Manager experience and many other improvements across the utilities. You can grab the update by checking for updates in PowerToys or by...
Windows Command Line
rt assistant png image
Mar 17, 2026
Post comments count0
Post likes count2

RT.Assistant: A Multi-Agent Voice Bot Using .NET and OpenAI

Author Avatar
Faisal Waris
Guest blog post on building a real time assistant using OpenAI Realtime API using .NET, F#, Microsoft.Extensions.AI and .NET MAUI.
.NET Blog
Promotional graphic announcing the Cursor plugin for Azure Cosmos DB, showing the Cursor editor icon on the left and the Azure Cosmos DB logo on the right with the text “Introducing the Cursor Plugin for Azure Cosmos DB” and “Development just got smarter.”
Mar 17, 2026
Post comments count0
Post likes count0

Introducing the Azure Cosmos DB Plugin for Cursor

Author Avatar
Sajeetharan Sinnathurai
We're excited to announce the Cursor plugin for Azure Cosmos DB bringing AI-powered database expertise, best practices guidance, and live database connectivity directly into your coding workflow. Whether you're designing a new data model, optimizing queries, or building a RAG...
Azure Cosmos DB Blog
banner oldnewthing blue image
Mar 17, 2026
Post comments count1
Post likes count4

Windows stack limit checking retrospective: x86-32 also known as i386, second try

Author Avatar
Raymond Chen
Appeasing the invisible return address predictor.
The Old New Thing
mcp ado pp image
Mar 17, 2026
Post comments count8
Post likes count1

Azure DevOps Remote MCP Server (public preview)

Author Avatar
Dan Hellem
When we released the local Azure DevOps MCP Server, it gave customers a way to connect Azure DevOps data with tools like Visual Studio and Visual Studio Code through GitHub Copilot Chat. The next step was to make this experience easier to get started with and to enable it for services...
Azure DevOps Blog
Foundry Agent Service GA hero image
Mar 16, 2026
Post comments count0
Post likes count0

Foundry Agent Service is GA: private networking, Voice Live, and enterprise-grade evaluations

Author AvatarAuthor AvatarAuthor Avatar
Bala,
jeffhollan,
Nick
The next-gen Foundry Agent Service is generally available today with end-to-end private networking, Voice Live integration, expanded MCP authentication, GA evaluations with continuous monitoring, and hosted agent deployments in six new Azure regions.
Microsoft Foundry Blog
MicrosoftTeams image image
Mar 16, 2026
Post comments count3
Post likes count5

Awesome GitHub Copilot just got a website, and a learning hub, and plugins!

Author Avatar
Matt Soucoup
Back in July, we launched the Awesome GitHub Copilot Customizations repo with a simple goal: give the community a place to share custom instructions, prompts, and chat modes to customize the AI responses from GitHub Copilot. We were hoping for maybe one community contribution per...
Microsoft for Developers
PAM 403 1 image
Mar 16, 2026
Post comments count0
Post likes count0

Azure Cosmos DB at FOSSASIA Summit 2026: Sessions, Conversations, and Community

Author Avatar
Sajeetharan Sinnathurai
The FOSSASIA Summit 2026 was an incredible gathering of developers, open-source contributors, startups, and technology enthusiasts from across the region. This year, Azure Cosmos DB and Azure DocumentDB were present at the summit with both technical sessions and a dedicated booth, giving...
Azure Cosmos DB Blog
VSS Newsletter Opt in Blog tile image
Mar 16, 2026
Post comments count2
Post likes count2

Get the Inside Scoop on Visual Studio Subscriptions, Straight to Your Inbox

Author Avatar
Jim Harrer
Get the Inside Scoop on Visual Studio Subscriptions, Straight to Your Inbox  A few weeks ago I was talking with a Visual Studio Enterprise subscriber. Seasoned .NET developer. Ships production code. Knows his stack inside and out.  During the conversation I mentioned one of...
Visual Studio Blog
banner oldnewthing blue image
Mar 16, 2026
Post comments count0
Post likes count3

Windows stack limit checking retrospective: PowerPC

Author Avatar
Raymond Chen
Doing the math backwards.
The Old New Thing
Graphic announcing general availability of Azure Cosmos DB mirroring in Microsoft Fabric with support for private networks. The image features a dark blue background with the Microsoft Fabric logo in the top right and a stylized planet icon representing Azure Cosmos DB. The headline reads: “Now Generally Available: Cosmos DB Mirroring in Microsoft Fabric with Private Networks.”
Mar 16, 2026
Post comments count2
Post likes count0

Now Generally Available: Cosmos DB Mirroring in Microsoft Fabric with Private Networks

Author Avatar
Jai Maldonado
We’re excited to announce the general availability of private network support for Azure Cosmos DB mirroring in Microsoft Fabric, enabling customers to replicate operational data into Fabric from Azure Cosmos DB accounts secured with private endpoints or virtual networks while continuing...
Azure Cosmos DB Blog
Sparkle blue 1 image
Mar 13, 2026
Post comments count0
Post likes count0

The Human Scale Problem in Platform Engineering

Author AvatarAuthor Avatar
Diego,
Ray
We keep doing this thing where we solve a problem, celebrate the victory, then realize we've created three new problems we didn't even know existed. Remember when manually configuring servers was the bottleneck? So we built containers. Great! Now we're orchestrating thousands of them....
All things Azure
index-hero
Mar 13, 2026
Post comments count2
Post likes count0

March Patches for Azure DevOps Server

Author Avatar
Gloridel Morales
We are releasing patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay on the latest, most secure version of Azure DevOps Server. The latest release, Azure DevOps Server, is available from the download page. This patch addresses an...
Azure DevOps Blog
azd live log blog image
Mar 13, 2026
Post comments count0
Post likes count0

Azure Developer CLI (azd): Debug hosted AI agents from your terminal

Author Avatar
PuiChee (PC) Chan
New azd ai agent show and monitor commands help you diagnose hosted AI agent failures directly from the CLI.
Azure SDK Blog
banner oldnewthing blue image
Mar 13, 2026
Post comments count4
Post likes count3

Windows stack limit checking retrospective: MIPS

Author Avatar
Raymond Chen
Optimizing out the unnecessary probes comes with its own complexity.
The Old New Thing
Image titled 'Agent Skills' showing three interconnected components: a 'Reference' book icon with gears, a 'skill.md' markdown file icon with a pencil, and a 'Scripts' cloud icon with a lightning bolt and coding symbol.
Mar 13, 2026
Post comments count0
Post likes count2

What's New in Agent Skills: Code Skills, Script Execution, and Approval for Python

Author Avatar
Sergey Menshykh
Code-Defined Skills, Script Execution, and Approval for Agent Skills in Python When we introduced Agent Skills for Microsoft Agent Framework, you could package domain expertise as file-based skill directories and have agents discover and load them on demand. Now, the Python SDK takes...
Microsoft Agent Framework
How VS Code Builds with AI
Mar 13, 2026
Post likes count0

How VS Code Builds with AI

Author Avatar
Pierce Boggan
Learn how VS Code uses AI across its own development workflow with GitHub Copilot agent mode, automated testing, and AI-powered code review. Read the full article
VS Code Blog
ultimate image
Mar 12, 2026
Post comments count1
Post likes count2

Evolving DirectX for the ML Era on Windows

Author AvatarAuthor Avatar
Adele,
Serena
At GDC this year, we shared how machine learning is becoming foundational to real time graphics, and how DirectX is evolving to meet that shift across shader level and model level ML. ML is no longer a niche optimization or a postprocess trick. It’s increasingly embedded throughout the...
DirectX Developer Blog
Picture2 image
Mar 12, 2026
Post comments count0
Post likes count1

Microsoft at JavaOne: Empowering Java developers to lead the next era of AI

Author Avatar
Brian Benz
Java has powered some of the world’s most mission‑critical systems for decades and that’s a big part of why we’re excited to be back with the community at JavaOne 2026 (March 17–19 in Redwood City). At Microsoft, we get to work with Java teams every day: folks shipping at...
Microsoft for Java Developers
Screenshot 2025 10 07 233551 image
Mar 12, 2026
Post comments count0
Post likes count0

Agent Harness in Agent Framework

Author AvatarAuthor AvatarAuthor Avatar
Dmytro,
Chris,
Eduard
Agent harness is the layer where model reasoning connects to real execution: shell and filesystem access, approval flows, and context management across long-running sessions. With Agent Framework, these patterns can now be built consistently in both Python and .NET. In this post,...
Microsoft Agent Framework
ultimate image
Mar 12, 2026
Post comments count0
Post likes count5

DirectX: Bringing Console-Level Developer Tools to Windows

Author AvatarAuthor Avatar
Norman,
Austin
On March 12th, 2026, the DirectX team and our hardware partners hosted DirectX: Bringing Console-Level GPU Developer Tools to Windows at GDC. We shared our dream of bringing console-level GPU developer tools to Windows, and today we are announcing a major step toward that goal...
DirectX Developer Blog
modernize dotnet anywhere jpg image
Mar 12, 2026
Post comments count3
Post likes count0

Modernize .NET Anywhere with GitHub Copilot

Author Avatar
Mika Dumont
See how the modernize-dotnet agent helps you assess apps, create upgrade plans, and modernize .NET projects from Visual Studio, VS Code, GitHub Copilot CLI, and GitHub.
.NET Blog
230663244 b12e77a9 ffbc 40e9 b360 58a3fb3b4c9d Copy 2 Copy image
Mar 12, 2026
Post comments count4
Post likes count0

.NET 10.0.5 Out-of-Band Release - macOS Debugger Fix

Author Avatar
Rahul Bhandari (MSFT)
An out-of-band release of .NET 10.0.5 to fix a critical debugger crash affecting macOS users with Visual Studio Code.
.NET Blog
banner oldnewthing blue image
Mar 12, 2026
Post comments count9
Post likes count3

Windows stack limit checking retrospective: x86-32, also known as i386

Author Avatar
Raymond Chen
One of the weirdest calling conventions you'll see.
The Old New Thing
ultimate image
Mar 12, 2026
Post comments count1
Post likes count3

Advanced Shader Delivery: What’s New at GDC 2026

Author Avatar
Wendy Ho
Today we announced the innovation we’re bringing in solving shader compilation for the ecosystem at our GDC Talk: Advanced Shader Delivery for Windows. Want to find out what this means for solving shader compilation for your title and customers? Read on! State of the Industry Long...
DirectX Developer Blog
Azure DevOps Feature Image
Mar 11, 2026
Post comments count0
Post likes count0

Temporary rollback: build identities can access Advanced Security: read alerts again

Author Avatar
Laura Jiang
If you use build service identities like Project Collection Build Service to call Advanced Security APIs, the Advanced Security permission changes in Sprint 269 broke that. We restricted API access for build identities as a security improvement but failed to provide an early notice for...
Azure DevOps Blog
ultimate image
Mar 11, 2026
Post comments count3
Post likes count1

DirectStorage 1.4 release adds support for Zstandard

Author AvatarAuthor Avatar
Clarke,
Larry
Today we’re releasing the public preview of DirectStorage 1.4 and the initial public preview of the Game Asset Conditioning Library. Together, they introduce Zstandard (Zstd) compression as an option for game assets on Windows. This new support meets the needs of the gaming ecosystem,...
DirectX Developer Blog
Banner graphic for Azure Cosmos DB Conf 2026 showing the Microsoft logo and the title “A Look Ahead at Azure Cosmos DB Conf 2026: From AI Agents to Global Scale.” The image includes the event date and time “April 28, 2026 | 9 AM – 2 PM PST,” a link to aka.ms/azurecosmosdbconf, and a small illustrated astronaut floating in space alongside database and satellite icons. The Azure Cosmos DB Conf 2026 logo appears in the bottom right corner.
Mar 11, 2026
Post comments count0
Post likes count0

A Look Ahead at Azure Cosmos DB Conf 2026: From AI Agents to Global Scale

Author Avatar
Jay Gordon
Join us for Azure Cosmos DB Conf 2026, a free global, virtual developer event focused on building modern applications with Azure Cosmos DB. Date: April 28, 2026 Time: 9:00 AM–2:00 PM PT Where: Streaming live on the Microsoft Developer YouTube channel, with additional...
Azure Cosmos DB Blog
A thumbnail image that shows the U.S. Capitol Building as the subdued back drop of a text overlay reading "Azure Confidential Computing" along with a shield and cloud icon.
Mar 11, 2026
Post comments count0
Post likes count0

Announcing general availability of Azure Confidential Computing (ACC) virtual machines for U.S. government environments

Author Avatar
Douglas Phillips
Government agencies have an increased need for secure, verifiable, and compliant cloud environments that adhere to data sovereignty regulations, operate in a Zero Trust framework, and help reduce exposure to insider threats. Today, Microsoft marks a major milestone in secure cloud...
Azure Government
banner oldnewthing blue image
Mar 11, 2026
Post comments count6
Post likes count6

How do compilers ensure that large stack allocations do not skip over the guard page?

Author Avatar
Raymond Chen
Don't take steps that are too large.
The Old New Thing
dotnet11p2 jpg image
Mar 10, 2026
Post comments count6
Post likes count6

.NET 11 Preview 2 is now available!

Author Avatar
.NET Team
Find out about the new features in .NET 11 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!
.NET Blog
march 2026 jpg image
Mar 10, 2026
Post comments count3
Post likes count1

.NET and .NET Framework March 2026 servicing releases updates

Author AvatarAuthor Avatar
Rahul,
Tara
A recap of the latest servicing updates for .NET and .NET Framework for March 2026.
.NET Blog
SaveTheDate png image
Mar 10, 2026
Post comments count0
Post likes count0

Aspire Conf is Coming! Join us Live on March 23

Author Avatar
Maddy Montaquila
Save the date and tune in for our free, livestream event on March 23. Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents.
Aspire Blog
banner oldnewthing blue image
Mar 10, 2026
Post comments count3
Post likes count4

A snappy answer when asked about dressing casually at IBM

Author Avatar
Raymond Chen
Oh, this old thing?
The Old New Thing
Fictional desktop computer showing Azure Skills and MCPs combining
Mar 9, 2026
Post comments count10
Post likes count13

Announcing the Azure Skills Plugin

Author Avatar
Chris Harris
Part 1 of the Azure Skills Plugin series Coding agents like GitHub Copilot and Claude Code are great at code, but getting your app to production on Azure is not just about writing code. Really, it is about making the right calls. Which service fits this app? Which SKU fits this...
All things Azure
Visual Studio Code 1.111
Mar 9, 2026
Post likes count0

Visual Studio Code 1.111

Author Avatar
Visual Studio Code Team
Learn what's new in Visual Studio Code 1.111 Read the full article
VS Code Blog
skills preview png image
Mar 9, 2026
Post comments count6
Post likes count11

Extend your coding agent with .NET Skills

Author Avatar
Tim Heuer
Introducing the dotnet/skills repository and how .NET agent skills can improve coding agent workflows.
.NET Blog
Agent Framework Interview Coach blog post
Mar 9, 2026
Post comments count4
Post likes count3

Build a real-world example with Microsoft Agent Framework, Microsoft Foundry, MCP and Aspire

Author Avatar
Justin Yoo
Building AI agents is getting easier. Deploying them as part of a real application, with multiple services, persistent state, and production infrastructure, is where things get complicated. Developers from the .NET community have requested whether a real-world example that shows running...
Microsoft for Developers
VSS DevEssentials image
Mar 9, 2026
Post comments count7
Post likes count2

Visual Studio Dev Essentials: Free, Practical Tools for Every Developer 

Author Avatar
Jim Harrer
When I first found Visual Studio Dev Essentials, it felt like discovering a hidden door in the developer toolkit world. I’d heard about free tools and cloud credits, but I wasn’t sure if it would really matter in day-to-day coding life. The short answer: it absolutely...
Visual Studio Blog
Image MSIdentifyEngineering feature image
Mar 9, 2026
Post comments count4
Post likes count2

General Availability: Email and SMS OTP as Second‑Factor MFA for Native Authentication in Entra External ID

Author Avatar
Sasha Mars
Today we’re announcing the general availability of Email and SMS one‑time passcode (OTP) as second‑factor MFA for Native Authentication in Microsoft Entra External ID. This enables developers to add step‑up security to native sign‑in and sign‑up flows while keeping users fully...
Microsoft Entra Identity Platform
banner oldnewthing blue image
Mar 9, 2026
Post comments count2
Post likes count2

Learning to read C++ compiler errors: Ambiguous overloaded operator

Author Avatar
Raymond Chen
Look for the conflicting definitions to see where they are coming from.
The Old New Thing
default image image
Mar 9, 2026
Post comments count0
Post likes count1

Build business understanding with Dataverse in Microsoft 365 Copilot

Author Avatar
James Oleinik
Microsoft 365 Copilot is now embedded as an in-app sidecar within Power Apps, Dynamics 365 Sales, and Dynamics 365 Customer Service—removing the need to switch between apps to find context or complete steps. 
Microsoft 365 Developer Blog
What 8217 s New 8211 Feb 2026 image
Mar 6, 2026
Post comments count0
Post likes count2

What's new in Microsoft Foundry | February 2026

Author Avatar
Nick Brady
February brings Anthropic's Claude Opus 4.6 and Sonnet 4.6 with 1M-token context, GPT-Realtime-1.5 and GPT-Audio-1.5, Grok 4.0 GA, the Microsoft Agent Framework reaching Release Candidate, and the Foundry REST API quietly going GA — laying the foundation for imminent SDK GA announcements across Python, .NET, JS/TS, and Java.
Microsoft Foundry Blog
ribbon improvements in outlook image
Mar 6, 2026
Post comments count2
Post likes count2

Prepare your add-in for Outlook ribbon improvements

Author Avatar
Office Extensibility team
We’re improving how add-ins appear on the ribbon in Outlook on the web and the new Outlook on Windows. These updates make add-ins easier to find and align the experience across Outlook clients.
Microsoft 365 Developer Blog
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
Header image with a screenshot of the WinUI 3 Gallery
Mar 5, 2026
Post comments count2
Post likes count4

Announcing WinUI Gallery 2.8

Author AvatarAuthor Avatar
Niels,
Marcel
  Hey WinUI developers! If you’re new around here, WinUI Gallery is the go-to app for exploring WinUI 3 controls, samples, design guidance, and handy tools — all in one place. Today, we’re excited to announce WinUI Gallery 2.8, bringing jump list support, new samples,...
#ifdef Windows
Making agents practical for real-world development
Mar 5, 2026
Post likes count0

Making agents practical for real-world development

Author Avatar
VS Code Team
Explore agent orchestration, extensibility, and continuity in VS Code 1.110: lifecycle hooks, agent skills, session memory, and integrated browser tools. Read the full article
VS Code Blog
MSVC thumbnail
Mar 4, 2026
Post comments count2
Post likes count9

C++ Performance Improvements in MSVC Build Tools v14.51

Author Avatar
Troy Johnson
MSVC Build Tools v14.51 improves performance through a wide range of new optimizations.
C++ Team Blog
February 2026 (version 1.110)
Mar 4, 2026
Post likes count0

February 2026 (version 1.110)

Author Avatar
Visual Studio Code Team
What's new in the Visual Studio Code February 2026 Release (1.110). Read the full article
VS Code Blog
Image sql database 3 560
Mar 4, 2026
Post comments count0
Post likes count3

The Polyglot tax - Part 2

Author Avatar
Aditya Badramraju
When JSON Met Graph Part 2 of 4 - The Multimodal Database Series A note on naming. Throughout this series, when we say "SQL Server 2025" we also mean Azure SQL. The multimodal capabilities we discuss - native JSON, graph, vector, and columnstore - are available across both the...
Azure SQL Dev Corner
ultimate image
Mar 4, 2026
Post comments count0
Post likes count1

DirectX Innovation at GDC 2026 

Author Avatar
Jacques van Rhyn
The excitement is building as we head into the 2026 Game Developer Conference and the DirectX team has a lot to share. We will be showcasing major updates in asset streaming, GPU tooling, ML-powered real-time graphics on Windows, and shader compilation at...
DirectX Developer Blog
banner oldnewthing blue image
Mar 4, 2026
Post comments count6
Post likes count2

Aha, I found a counterexample to the documentation that says that Query­Performance­Counter never fails

Author Avatar
Raymond Chen
Of course, anything can happen if you break the rules.
The Old New Thing
azd slot swap blog image
Mar 3, 2026
Post comments count0
Post likes count0

Azure Developer CLI (azd): One command to swap Azure App Service slots

Author Avatar
PuiChee (PC) Chan
The new azd appservice swap command makes deployment slot swaps fast and intuitive.
Azure SDK Blog
copilot for beginners course
Mar 3, 2026
Post comments count1
Post likes count4

Get started with GitHub Copilot CLI: A free, hands-on course

Author Avatar
Dan Wahlin
Learn GitHub Copilot CLI with this free, 8-chapter hands-on course. Review code, generate tests, debug issues, and build custom agents and skills - all from your terminal. No AI experience needed. Works with GitHub Copilot Free. Clone the repo or open in Codespaces to get started.
Microsoft for Developers
banner oldnewthing blue image
Mar 3, 2026
Post comments count18
Post likes count2

Just for fun: A survey of write protect notches on floppy disks and other media

Author Avatar
Raymond Chen
Just some useless trivia.
The Old New Thing
Data API builder (DAB) thinking
Mar 2, 2026
Post comments count4
Post likes count1

What questions will you ask your data agent?

Author Avatar
Jerry Nixon
Data API builder (DAB) 1.7+ delivers secure MCP-based CRUD access with deterministic, policy-enforced query generation and an upcoming aggregate tool that enables complex, production-safe analytical questions without exposing raw SQL to AI agents.
Azure SQL Dev Corner
banner oldnewthing blue image
Mar 2, 2026
Post comments count3
Post likes count1

What sort of horrible things happen if my dialog has a non-button with the control ID of IDCANCEL?

Author Avatar
Raymond Chen
You get notifications that might not make sense.
The Old New Thing
JavaScript AI Build-a-thon
Mar 2, 2026
Post comments count0
Post likes count1

The JavaScript AI Build-a-thon Season 2 starts today!

Author Avatar
Julia Muiruri
The JavaScript AI Build‑a‑thon Season 2 starts today! Join a free, four‑week, hands‑on program—from Local AI and RAG pipelines to multi‑agent hackathon—designed specifically for JavaScript/TypeScript developers.
Microsoft for Developers
Image Windows placeholder
Mar 2, 2026
Post comments count0
Post likes count2

Windows App Development CLI v0.2: .NET support, manifest placeholders, "winapp store" and more!

Author Avatar
Nikola Metulev
Windows App Development CLI v0.2 is here! This release is driven largely by community feedback and packs in native .NET project support, manifest placeholders that eliminate hardcoded executable names, Microsoft Store Developer CLI integration, a revamped help experience, and more....
#ifdef Windows
GitHub Copilot DevDays
Mar 2, 2026
Post comments count0
Post likes count0

GitHub Copilot Dev Days: Build faster with GitHub Copilot CLI, in VS Code & Visual Studio, and beyond!

Author Avatar
Katie Savage
Modern software development is moving fast—and AI is now a practical part of how Microsoft developers design, build, and ship applications every day. From writing code in Visual Studio and VS Code, to building cloud-native apps on Azure, developers are looking for ways to stay...
Microsoft for Developers
Image titled 'Agent Skills' showing three interconnected components: a 'Reference' book icon with gears, a 'skill.md' markdown file icon with a pencil, and a 'Scripts' cloud icon with a lightning bolt and coding symbol.
Mar 2, 2026
Post comments count2
Post likes count4

Give Your Agents Domain Expertise with Agent Skills in Microsoft Agent Framework

Author Avatar
Sergey Menshykh
You can now equip your Microsoft Agent Framework agents with portable, reusable skill packages that provide domain expertise on demand — without changing a single line of your agent's core instructions. With built-in skills providers for both .NET and Python, your agents can discover...
Microsoft Agent Framework
team calendar extension
Feb 27, 2026
Post comments count0
Post likes count1

Updates to Team Calendar extension

Author Avatar
Dan Hellem
We are excited to release a new update to the Team Calendar extension. This update includes a series of visual refinements across the extension, introducing a more consistent design language, smoother transitions when expanding and collapsing sections, improved contrast for better...
Azure DevOps Blog
banner oldnewthing blue image
Feb 27, 2026
Post comments count3
Post likes count2

Intercepting messages inside Is­Dialog­Message, fine-tuning the message filter

Author Avatar
Raymond Chen
Making sure it triggers when you need it, and not when you don't.
The Old New Thing
JConf Europe Promo image
Feb 27, 2026
Post comments count0
Post likes count0

JCON Europe 2026: Java Modernization, Performance, and AI

Author AvatarAuthor Avatar
Bruno,
Sandra
Java is the backbone of enterprise software engineering, and the conversations happening around it right now are the most exciting they've been in years. From AI-assisted development workflows to Kubernetes performance tuning, the community is moving fast - and JCON Europe 2026 is one of...
Microsoft for Java Developers
Blue graphic featuring the text “Azure DocumentDB: A Fully Managed MongoDB-Compatible Database” alongside a stylized database icon with code brackets.
Feb 26, 2026
Post comments count1
Post likes count3

Azure DocumentDB: A Fully Managed MongoDB-Compatible Database

Author Avatar
Khelan Modi
Running MongoDB at scale eventually forces a trade-off: invest heavily in managing your own infrastructure or move to a managed service and risk losing the compatibility and portability your team depends on.  Azure DocumentDB is a fully managed, MongoDB-compatible database on...
Azure Cosmos DB Blog
Sparkle blue 1 image
Feb 26, 2026
Post comments count0
Post likes count4

Measuring actual AI Impact for Engineering with Apache DevLake

Author Avatar
Eldrick Wega
If you want to skip the explain and get started super quick with adoption + impact insights, use gh-devlake to deploy a GitHub Copilot impact dashboard in a few CLI commands. So! You've rolled out GitHub Copilot to your engineering teams. You've got the built-in dashboards. You...
All things Azure