Microsoft
Developer Blogs

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

Highlights

Agent Harness: Scaling the claw or harness capabilities

Part 3 of Build your own claw and harness with Microsoft Agent Framework. In Part 2 our personal finance assistant learned to work with your data safely: it reads your portfolio, asks before it trades, and remembers what matters across sessions. It's useful - but everything it knows is...
Read moreClick to read more about this post

Don't rewrite your CLI for agents

There's advice making the rounds: replace your CLI args with a single --json payload so agents can use your tool more effectively. The thinking being, that agents already think in structured formats, and nested data maps cleanly to JSON. Flat args on the other hand, force awkward...
Read moreClick to read more about this post

Latest posts

Jul 16, 2026
Post comments count0
Post likes count0

How to build long-running MCP tools on Azure Functions

Lily Ma
Learn how to build long-running MCP tools on Azure Functions using Durable Functions. This post explains why synchronous tool calls break down for long-running work, introduces the MCP Tasks extension, and walks through a sample pattern that works with existing request/response clients today.
Azure SDK Blog
Jul 16, 2026
Post comments count0
Post likes count0

Visual Studio Administrator? Join our Private Marketplace Preview!

Ruben Rios
Organizations are increasingly looking for greater control over extensions within development environments. Driven by security, compliance, and internal governance requirements, teams want more visibility into how developers discover and acquire extensions. To address these needs,...
Visual Studio Blog
Jul 16, 2026
Post comments count1
Post likes count0

Speculating on how the buggy control panel extension truncated a value that it had right in front of it

Raymond Chen
Inferring the code's history.
The Old New Thing
Jul 15, 2026
Post comments count1
Post likes count1

MSVC Build Tools Preview updates - July 2026

Eric Brumer
Try the latest updates to MSVC Build Tools Preview
C++ Team Blog
Jul 15, 2026
Post comments count2
Post likes count0

MSSQL Extension for VS Code: Shortcuts Configuration, Enhanced Results Grid Experience, and More

Yo-Lei Chen
The MSSQL extension for VS Code v1.44 continues to improve the SQL development experience with features that help you work faster and customize your workflow. In this release, we're introducing the Public Preview of Shortcuts Configuration and an Enhanced Results Grid experience....
Azure SQL Dev Corner
Jul 15, 2026
Post comments count0
Post likes count1

Agent Skills for Python Is Now Released

Giles Odigwe
Your Python agents can now pick up reusable bundles of domain expertise (instructions, reference material, and scripts that load only when a task calls for them) through a stable, production-ready API. Agent Skills for Python in Microsoft Agent Framework is stable and shipping: the...
Microsoft Agent Framework
Jul 15, 2026
Post comments count0
Post likes count0

Pick, manage, and get the most from your models

Rachel Kang (SHE/HER)
You open the model picker, scroll past a dozen options, and pause. How are these models different? Which one should you actually use? And once you're a few hundred messages deep, how much capacity is even left before things start dropping off? We've all been there. These are the kinds...
Visual Studio Blog
Jul 15, 2026
Post comments count3
Post likes count3

The case of the invalid function pointer when shutting down the display control panel

Raymond Chen
Watching the bits disappear.
The Old New Thing
Jul 15, 2026
Post comments count0
Post likes count0

Building AX evals that actually work

Waldek Mastykarz
This is the eighth and final article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting,...
Microsoft for Developers
Jul 14, 2026
Post comments count1
Post likes count0

Rethinking C++ Performance: Faster Code Navigation and GitHub Copilot Tools with Whole Codebase Indexing

Alexandra,
Henrique,
Sinem
In large C++ codebases, your code understanding and navigation depend on quickly determining how symbols, declarations, definitions, and references are connected across your project. In Visual Studio Insiders 18.9, the new whole codebase indexing (WCI) enhances the existing browse...
C++ Team Blog
Jul 14, 2026
Post comments count2
Post likes count0

.NET and .NET Framework July 2026 servicing releases updates

Rahul,
Tara
A recap of the latest servicing updates for .NET and .NET Framework for July 2026.
.NET Blog
Jul 14, 2026
Post comments count1
Post likes count0

CoreCLR Progress and the Mono Timeline for .NET MAUI

David Ortinau
CoreCLR is now the only runtime for .NET MAUI mobile apps in .NET 11 Preview 6. Here is where we are, and why we need you to test today.
.NET Blog
Jul 14, 2026
Post comments count3
Post likes count3

.NET 11 Preview 6 is now available!

.NET Team
Find out about the new features in .NET 11 Preview 6 across runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, F#, and container images.
.NET Blog
Jul 14, 2026
Post comments count0
Post likes count0

Built-in Agent Skills Bring .NET and Azure Expertise into Visual Studio

Simona,
Wendy,
Yun
Visual Studio now includes built-in Agent Skills, created by experts from the .NET and Azure teams, to help you better customize your agentic workflow and complete development tasks more efficiently, starting with the 18.8 Release. Agent Skills are reusable capabilities that enable your...
Visual Studio Blog
Jul 14, 2026
Post comments count0
Post likes count1

Package Status

Howard Kapustein
Every package has a set of status flags describing its current health and availability. These can be queried via the Package.Status property. A package may report more than one status value at a time if multiple conditions apply. Package Status Groups The various states fall into three...
Inside MSIX
Jul 14, 2026
Post comments count0
Post likes count2

Building Agents for Teams: Turning conversations into outcomes

Joey Glocke
The Microsoft Teams platform mission is to build the best collaborative platform in the world. We want to make it easy for developers to build agents that participate seamlessly in chats, channels, and meetings, helping teams turn ideas into action in real time. By bringing agents...
Microsoft 365 Developer Blog
Jul 14, 2026
Post comments count5
Post likes count2

Microspeak: Double-click and drill down

Raymond Chen
Please, tell me more.
The Old New Thing
Jul 13, 2026
Post comments count0
Post likes count0

How a Large Enterprise Migrated 47 TB and 7,000+ Collections to Azure DocumentDB in Under 48 Hours

Sandeep S. Nair
Large database migrations are where good planning either pays off or falls apart. In a MongoDB-compatible estate with thousands of collections, the hard part is not only moving data. It is deciding what to move, what to defer, how to sequence the work, and how to keep the system stable...
Azure DocumentDB Blog