Microsoft
Developer Blogs

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

Highlights

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

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...
Read moreClick to read more about this post

Latest posts

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 count0

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 count1
Post likes count0

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
pin clustering in dotnet maui maps jpg image
Mar 18, 2026
Post comments count0
Post likes count0

Pin Clustering in .NET MAUI Maps

Author Avatar
David Ortinau
.NET MAUI 11 adds pin clustering to the Map control, automatically grouping nearby pins into cluster markers. Learn how to enable clustering, create separate clustering groups, and handle cluster taps on Android and iOS.
.NET Blog
azd agent test blog image
Mar 18, 2026
Post comments count0
Post likes count1

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 count0
Post likes count0

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 count0

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 count0
Post likes count0

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 count0
Post likes count0

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