Microsoft
Developer Blogs

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

Highlights

How to test agent skills without hitting real APIs

Your agent skill calls an API. The moment you start evaluating it, every run either costs money or mutates production data. Learn how to mock APIs transparently so you can run evals without changing your skill or hitting real endpoints.
Read moreClick to read more about this post

Latest posts

Jul 29, 2026
Post comments count 0
Post likes count 0

Tell your model when to think harder 

Rachel Kang (SHE/HER)

Not every question deserves the same amount of thought. Renaming a variable isn't the same as debugging a memory leak, and they don't need the same level of thinking. So why should your model treat them the same way every time? Starting in Visual Studio 18.9 Insiders 2, it doesn't have to. Supported models now come with a thinking effort control, so you can dial up the reasoning when a problem is genuinely hard and dial it back down when it isn't. It's a small knob with a big payoff: better-matched answers, and more control over how many credits you spend getting them. A dial, not a switch Thinking effort is...

Jul 28, 2026
Post comments count 3
Post likes count 1

Announcing v2.0 of the official MCP C# SDK

Jeff Handley

MCP C# SDK v2.0 implements the 2026-07-28 specification with a stateless-first protocol, standardized HTTP headers, and Multi Round-Trip Requests for interactive tools, all while staying backward compatible.

Jul 28, 2026
Post comments count 0
Post likes count 1

Package Integrity and Enforcement

Howard Kapustein

A recent conversation started (as many interesting conversations do) with a simple question: "Why is MSIX secure?" MSIX includes multiple layers of protection designed to defend against both accidental damage and malicious tampering. But as with all good security solutions, it's not the individual elements so much as their interlocking design that makes the whole stronger than the sum of its parts. MSIX was designed around several core facets, integrated in sometimes novel ways. A packaged process can be trusted to a higher degree than most applications because Windows maintains a verifiable chain of trust fr...

Jul 28, 2026
Post comments count 0
Post likes count 0

Visual Studio July Update — Meet the New Agent, Powered by the GitHub Copilot SDK

Mark Downie

There's a new Agent (Preview) in Copilot Chat, built on the same GitHub Copilot SDK that powers the GitHub Copilot CLI, that gets more done with less back-and-forth.

Jul 28, 2026
Post comments count 1
Post likes count 1

Find any commit in seconds: Commit Search comes to Azure DevOps

Alex Pysanets

Great code has a long memory. The fix you shipped last quarter, the refactor that touched a dozen files, the one-line change that explained why something works the way it does — it's all there in your commit history. The hard part has always been finding it. Today, we're excited to announce that Commit Search is entering general availability (GA) in Azure DevOps. This is a capability our team has been building and refining for quite some time — through design, a private preview with early customers, and a careful, staged rollout — and we couldn't be happier to bring it to everyone. Why we built Commit Search C...

Jul 28, 2026
Post comments count 1
Post likes count 0

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 7

Raymond Chen

Further explorations into exception safety.

Jul 28, 2026
Post comments count 2
Post likes count 0

Refactor your database with SQL projects in VS Code

Drew Skwiers-Koballa

SQL database projects are a fundamental tool for keeping your database in source control, tracking changes and collaborating on quickly evolving database needs. Not to be forgotten, their superpower is being able to dynamically generate deployment scripts that match the declared state and the exact environment you're deploying to. SQL project development becomes more challenging when a database needs serious changes, where the requirements of the system have evolved to the point of having to rename tables and move objects between schemas. In plain T-SQL, we can rename a table or column without having to co...

Jul 28, 2026
Post comments count 0
Post likes count 0

Discover Agent Skills from MCP servers in .NET

Sergey Menshykh

Your agents can now discover and load Agent Skills directly from a Model Context Protocol (MCP) server. Instead of shipping every skill inside your application or copying skill folders into each deployment, you point an agent at an MCP server and it pulls the skills it needs on demand. A central team can publish skills once, and every agent across your organization picks them up without a redeploy. This is available today in .NET through the package. For makers, this removes a distribution problem: you author a skill in one place and serve it to many agents. For enterprise leaders, it means domain expertise –...

Jul 27, 2026
Post comments count 0
Post likes count 0

Query Performance Tuning in Azure DocumentDB: A Practical Guide

Patty,
Marcelo

Writing a query that works is easy. Writing a query that scales is a different story. As collections grow to millions of documents, queries that returned results in milliseconds during development start taking seconds or timing out entirely. The root cause is almost always the same: the database is doing far more work than it needs to. In this post, we’ll take a single, realistic query and walk through the full optimization process: running explain() to understand what’s happening under the hood, building indexes step by step, and applying the ESR rule to design a compound index that eliminates wasted scans and...

Jul 27, 2026
Post comments count 0
Post likes count 3

Analyze MSBuild Binary Logs with Copilot in VS Code

Yuliia,
Jan

Meet the MSBuild Binlog Analyzer for VS Code - a Copilot-powered way to read MSBuild binary logs, explain and fix build failures with one click, compare builds, and catch regressions, backed by the Microsoft.AITools.BinlogMcp MCP server.

Jul 27, 2026
Post comments count 1
Post likes count 2

A new way to bring native Windows APIs to JavaScript – introducing dynamic API projections for Node.js

Leilei Zhang

Electron and Node.js make it straightforward to build Windows desktop apps in JavaScript. Calling Windows Runtime APIs has been less straightforward: features such as on-device AI often required a C++ or C# bridge, manual translation of WinRT types and asynchronous behavior, and wrapper code for every exposed API. That meant another language and toolchain to build, test, and keep compatible with Electron. We're making a dynamic Windows Runtime API (WinRT) projection for Node.js available in public preview. It lets an Electron app or plain Node.js process call supported Windows Runtime APIs directly fro...

Jul 27, 2026
Post comments count 2
Post likes count 1

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 6

Raymond Chen

Exception-safety, the invisible bug.

Jul 24, 2026
Post comments count 0
Post likes count 0

Java OpenJDK July 2026 Patch & Security Update

Josh Martin-Jaffe

Hello Java customers! We are happy to announce the latest July 2026 patch & security update release for the Microsoft Build of OpenJDK. Check our release notes page for details on fixes and enhancements or download and install the binaries today. The source code of our builds are now available on GitHub for further inspection: Microsoft Build of OpenJDK specific updates OpenJDK 25 OpenJDK 21 OpenJDK 17 OpenJDK 11 Summary of Upstream Updates OpenJDK Vulnerability Advisory July 2026 OpenJDK 25 OpenJDK 21 ...

Jul 24, 2026
Post comments count 1
Post likes count 2

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 5

Raymond Chen

Making sure to use the non-agile delegate non-agile-ly.

Jul 24, 2026
Post comments count 2
Post likes count 2

Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB

Theo van Kraay

Recently we introduced the Agent Memory Toolkit and the Agentic Retrieval Toolkit for Azure Cosmos DB. The Agent Memory Toolkit gives your agents durable, Cosmos-backed memory: it stores raw conversation turns and then distills them into higher-value derived memories (thread summaries, extracted facts, and cross-thread user profiles), all searchable with vector, full-text, and hybrid search in the one database you already use. Today we're taking the next step. With the latest release of Microsoft Agent Framework, you can now drop that memory into an agent with a single object: the , shipped in the new  package f...

Jul 23, 2026
Post comments count 0
Post likes count 0

The Microsoft 365 Copilot Agent’s Playbook: A Practical Livestream Series for Building Better Agents

Shavonna Jackson

Building on Microsoft 365 Copilot? Here's your playbook. Declarative agents are quickly becoming one of the most exciting ways to extend Microsoft 365 Copilot and bring organizational knowledge, workflows, and tools directly into the flow of work. But as agent capabilities grow, so does the need for practical guidance: How do you build agents that are useful, grounded, extensible, and measurable? That’s why we’re launching The Microsoft 365 Copilot Agent’s Playbook, a four-part livestream series designed to help developers, makers, and technical teams understand how modern Microsoft 365 Copilot de...

Jul 23, 2026
Post comments count 0
Post likes count 3

Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Workflows 1.0

Peter Ibekwe

Most multi-agent apps wire every flow in application code: the sequence of steps, branching, and handoffs between agents all live inside the program, making the orchestration harder to review, version, and change. Declarative workflows make that orchestration explicit. In YAML, you define how agents coordinate, how state changes, where execution branches, and when people step in. Agent Framework loads the definition into a standard workflow you can run, stream, and compose with code. Today, declarative workflows reach 1.0 across both Agent Framework SDKs. Python's package is now 1.0.0, joining th...

Jul 23, 2026
Post comments count 9
Post likes count 2

Build locally, ship to Azure: meet Azure SQL Developer

Carlos,
Vandana

Big news: Azure SQL Developer is here, in private preview. It's the Azure SQL Database engine, on your laptop, in a container. Build against the exact engine you run in the cloud. Ship the same code to Azure. Change one line, the connection string, and you're in production. Free for local dev and CI. No subscription. No credit card. No catch. Run it yourself, or hand it to an AI agent and watch it go.  The inner-loop problem If you build apps on a cloud database, you know the friction. To develop and test locally, you either point your app at a shared cloud instance, with slow round trips, noisy neighbors, and ...

Jul 23, 2026
Post comments count 2
Post likes count 2

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 4

Raymond Chen

Optimizing the context check.

Jul 23, 2026
Post comments count 0
Post likes count 2

Smarter Spring Development in Eclipse with GitHub Copilot

Hang,
Sheng,
martinlippert

How the Spring Tools MCP Server and GitHub Copilot together make Spring Development more efficient. Introduction If you write Spring Boot applications in Eclipse, you already know that Spring Tools for Eclipse brings best-in-class tooling right into your IDE, including quick navigation and visualization of core Spring elements in your projects, live information from running Spring Boot applications, Spring specific auto completion, validations and quick fixes, request mapping overviews, and much more. In addition to that, if you have the GitHub Copilot plugin for Eclipse installed, you have a powerful AI codi...

Jul 22, 2026
Post comments count 1
Post likes count 1

Pure Virtual C++ 2026 Is a Wrap

Marian Luparu

Pure Virtual C++ 2026 is a wrap. Every featured and on-demand session is now available on YouTube — catch up on C++/Rust interop, AI-driven tooling, build performance, and more.

Jul 22, 2026
Post comments count 0
Post likes count 0

Windows App Development CLI v0.5.0 – expanded UI automation, JS/TS bindings, and more

Zachary Teutsch

WinApp CLI v0.5.0 greatly expands the UI automation toolkit (recording, touch, pen, and keyboard injection), lets you call Windows Runtime APIs straight from JavaScript and TypeScript with zero native addons, and makes WinUI crashes far easier to diagnose. Get the update by running winget install Microsoft.WinAppCLI or check the repo for other install options. Here's what the new version has to offer in depth: 🕹️ An expanded UI automation toolkit The winapp ui command family grew from inspection into a complete automation toolkit. On top of the existing inspect/click/screenshot verbs, these relea...

Jul 22, 2026
Post comments count 0
Post likes count 0

Building Agents that Act on Your Behalf with Toolboxes in Foundry

Linda,
Maria

How Toolboxes in Foundry simplify user delegation At some point, many agents move from answering questions to taking action. And when it does, the question becomes: whose identity is it acting with? Imagine you are building an internal employee agent.  It needs to call a private, Entra-protected MCP server for orders, and it also needs to use Microsoft’s managed Work IQ MCP server to reason over the employee’s Microsoft 365 context. In both cases, the agent can’t run as a managed identity or service account. It has to act as the real signed-in user — with that user’s permissions, access boundaries, and data pr...

Jul 22, 2026
Post comments count 0
Post likes count 3

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 3

Raymond Chen

The object that actively refuses to be marshaled.

Jul 22, 2026
Post comments count 1
Post likes count 4

The Microsoft Agent Framework Harness is now released

Wes Steyn

Your agents can now be built on a stable, batteries-included harness - the loop, planning, memory, context management, approvals, and telemetry that turn a model into an agent that actually does things - in both Python and .NET. What is an agent harness? An agent harness is the scaffolding that turns a language model into an agent. A model on its own can only generate text. To have it call tools, work through multi-step tasks, remember what it has done, and keep going until the job is finished, you need a runtime wrapped around the model - and that runtime is the harness. Agent Framework ships a ready-made o...

Jul 21, 2026
Post comments count 0
Post likes count 0

Pure Virtual C++ 2026 Is Now Live!

Marian Luparu

Pure Virtual C++ 2026 is streaming now — watch five featured sessions live with Q&A, plus a full on-demand playlist, all free.

Jul 21, 2026
Post comments count 3
Post likes count 1

Introducing the ETW MCP: AI-assisted ETL trace analysis, headless and in your terminal

Tristan Gibeau

If you’ve ever opened an ETL trace with hundreds of data tables and wondered “where do I even start?” This post is for you. We’re releasing an early preview of the ETW MCP, a Model Context Protocol server that lets GitHub Copilot, or any MCP-aware AI assistant, read, query, and reason over Event Tracing for Windows (ETW) traces the same way an experienced engineer would. No UI required. This is a companion to the WPA MCP (coming soon), which brings the same AI-assisted experience inside Windows Performance Analyzer. The ETW MCP server is the headless sibling, same data layer, no WPA needed, works anywhere you ...

Jul 21, 2026
Post comments count 0
Post likes count 0

July Patches for Azure DevOps Server

Gloridel Morales

We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Server, is available on the download page. The following versions have been patched. For more details on these updates, see the release notes: ⬇️Azure DevOps Server Patch Download ✅Verifying Installation To verify that the patch is installed, run the following command on the Azure DevOps Server machine using the patch installer you downloaded: Replace with the name of the...

Jul 21, 2026
Post comments count 6
Post likes count 1

Display Name is for Humans

Howard Kapustein

Package identity exists for one primary purpose: This is a considerable improvement over the historical tendency to assign UUIDs and GUIDs to nearly everything - including things that humans were expected to discuss in meetings. Identity Is for Systems A package's Name, Package Full Name, and other identity-derived values are intended for developer and system use. These identifiers prioritize correctness, uniqueness, and programmatic consumption - not clarity or friendliness from an end-user's perspective. Identity must remain stable across servicing operations and dependency resolution. If it changes, the...

Jul 21, 2026
Post comments count 0
Post likes count 3

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 2

Raymond Chen

Short-circuiting the easiest case.

Jul 21, 2026
Post comments count 0
Post likes count 1

How to test agent experience changes without shipping them

Waldek,
Garry

Most changes you think will improve AI agent behavior won't. We tested a dozen hypotheses on a real project upgrade scenario and the majority failed. Learn how to emulate documentation, API, and MCP server changes locally so you can validate what works before shipping anything to production.

Jul 20, 2026
Post comments count 0
Post likes count 1

C++ Dependencies Without the Headache: vcpkg + Copilot CLI

Augustin Popa

At Pure Virtual C++ 2026, we build a C++ console app from an empty folder using CMake, MSVC, and GitHub Copilot CLI. This walkthrough shows a practical prompt sequence for dependency selection, reproducible builds, and controlled updates.

Jul 20, 2026
Post comments count 0
Post likes count 0

Pure Virtual C++ 2026 Is Tomorrow and On-Demand Sessions Are Now Available

Marian Luparu

The on-demand sessions for Pure Virtual C++ 2026 are available now on YouTube. Watch seven talks on SPGO, vcpkg + Copilot CLI, CMake Tools, PackageReference, MSVC upgrades, and C++23/26 status — then join us live tomorrow.

Jul 20, 2026
Post comments count 0
Post likes count 0

Announcing a New Visual Manifest Editor in the WinApp VS Code Extension

Chiara Mooney

The WinApp VS Code extension exists to make Windows app development feel at home in VS Code. It brings the Windows App Development CLI right into the editor, so you can initialize, run, debug, package, and sign Windows apps built with .NET, WPF, WinUI, C++, Electron, Rust, Tauri, or Flutter, all without switching tools. Get it now: Install the WinApp extension from the VS Code Marketplace. We're excited to announce the release of v0.2. This release includes a new editor that supports editing a manifest file without touching raw XML and support for running WinApp commands in multi-app workspaces. A Visu...

Jul 20, 2026
Post comments count 1
Post likes count 3

T-SQL Hygiene: Introducing the Covering Index

Jerry Nixon

Often in applications, we write database queries. And often, the same query is executed again and again. To make queries against large tables faster, we can add an index. This is a general improvement for anyone accessing the table. However, there is a specially designed index called a covering index that can make queries against large tables particularly faster for one specific query. We call it covering because it covers all the projections and predicates in that query. Which query? That is up to you, the developer, to identify. Look for queries that are either 1) very important to run fast or 2) extreme...

Jul 20, 2026
Post comments count 0
Post likes count 1

AI agents, meet the Azure Cosmos DB vNext emulator

Abhishek Gupta

If you use the Azure Cosmos DB vNext emulator, you probably know the local development loop: start the emulator, connect to it, create some resources, load test data, run queries, and inspect the results. Each step is straightforward, but together they add setup work before you can test the application you are actually building. How agents work with the emulator   The emulator includes the Azure Cosmos DB Shell, an open-source CLI for working with databases, containers, and items. It runs inside the emulator container and handles the local endpoint and well-known key, giving developers a direct, scr...

Jul 20, 2026
Post comments count 2
Post likes count 2

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 1

Raymond Chen

The easy case is easy.

Jul 17, 2026
Post comments count 0
Post likes count 2

Faster C++ iterative builds with GitHub Copilot

David Li

Slow builds are a consistent theme of feedback from C++ developers. We built GitHub Copilot build performance for Windows so you can leverage Copilot to optimize your project’s build times. This workflow will find optimizations that bring your build times down. At first, we only measured the impact of build optimizations on full clean builds. While that number is valuable, we know that you are not rebuilding from scratch on most days. You edit a file and build, then repeat the process as part of your iterative loop. Working with customers after the public preview, we noticed that every now and then, the age...

Jul 17, 2026
Post comments count 9
Post likes count 3

Why has the display control panel pointer truncation bug gone unfixed for so long?

Raymond Chen

It's fixed, but the fix isn't getting there.

Jul 17, 2026
Post comments count 0
Post likes count 1

How to test agent skills without hitting real APIs

Waldek Mastykarz

Your agent skill calls an API. The moment you start evaluating it, every run either costs money or mutates production data. Learn how to mock APIs transparently so you can run evals without changing your skill or hitting real endpoints.

Jul 17, 2026
Post likes count 0

Teaching a Vision Model to See Like a Human Annotator—and Catching It When It Lies

Deeptanil,
Kartheek

A multimodal LLM enrichment pipeline that extracts structured metadata from visual assets, constrains output to predefined values to minimize hallucinations, and uses a ground truth evaluation template to measure quality—all as a plug-and-play module.

Jul 16, 2026
Post comments count 0
Post likes count 0

Pure Virtual C++ 2026 [Meet the Speakers, Part 3]: Modernizing C++

Marian Luparu

Meet the speakers behind Pure Virtual C++ 2026. In the final part, Victor Ciura maps the real challenges and promising directions for C++/Rust interop.

Jul 16, 2026
Post comments count 0
Post likes count 0

Build Once, Run Everywhere: Unified Manifest for Office Add-Ins now Generally Available

Office Extensibility team

Unified manifest support for Word, Excel, PowerPoint, and Outlook makes it possible for developers to build a single app that works across Microsoft 365 apps, creating a more consistent experience for users and a simpler deployment model for IT admins.

Jul 16, 2026
Post comments count 1
Post likes count 2

T-SQL Hygiene: What’s the Big Deal with SET NOCOUNT ON?

Jerry Nixon

Learn why SET NOCOUNT ON improves stored procedure efficiency, reduces unnecessary messages, and matters to .NET developers.

Jul 16, 2026
Post comments count 0
Post likes count 3

Announcing .NET Modernization for Beginners

Pablo Lopes

A free, open-source, hands-on course that walks you through modernizing a real legacy ASP.NET application all the way to .NET 10 using the GitHub Copilot modernization agent, step by step.

Jul 16, 2026
Post comments count 0
Post likes count 0

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.

Jul 16, 2026
Post comments count 3
Post likes count 1

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, we're excited to begin previewing Private Marketplace support in Visual Studio. Private Marketplace for Visual Studio For organizations familiar with Private Marketplace in VS Code, Private Marketplace in Visual Studio provides a similar curated extension acquisition experience while preserving the familiar Visual Studio workfl...

Jul 16, 2026
Post comments count 3
Post likes count 3

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.

Jul 15, 2026
Post comments count 2
Post likes count 3

MSVC Build Tools Preview updates – July 2026

Eric Brumer

Try the latest updates to MSVC Build Tools Preview

Jul 15, 2026
Post comments count 5
Post likes count 0

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. Together, these updates make it easier to personalize how you work with SQL and improve the performance and usability of query results directly inside Visual Studio Code. What's new in MSSQL extension for VS Code v1.44 Here's a summary of the key features in this release: Shortcuts Configuration (Preview) The new Shor...

Jul 15, 2026
Post comments count 0
Post likes count 2

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 core skills API has no experimental gate, so you can rely on it in production without the churn of a preview surface. Teams can author skills, release them on their own schedule, and drop them into any agent, backed by the governance controls enterprises expect before agents reach production. If you've been following our earlier...

Jul 15, 2026
Post comments count 6
Post likes count 1

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 of questions Visual Studio now makes a little easier to answer. Here's a closer look at how you can see, compare, and get more from the models you already have. A model picker that works the way you do The model picker presents a long list of models you’ve needed to scroll through every single time. Starting in 18.9 Insider...

Jul 15, 2026
Post comments count 3
Post likes count 3

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

Raymond Chen

Watching the bits disappear.

Jul 15, 2026
Post comments count 0
Post likes count 0

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, and how to iterate toward better outcomes. You've read seven articles about what to measure, why benchmarks don't transfer, and what hidden variables can do to your results. Now you actually have to build the thing. Most teams build an eval, run it, get scores, and feel good about the numbers. The trouble is that these evals produ...

Jul 14, 2026
Post comments count 1
Post likes count 0

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 database via a deeper, more comprehensive indexing approach. This preview feature allows Visual Studio to access richer symbol information more efficiently in your C++ project, with faster lookups for core IntelliSense scenarios like Find All References and semantic file colorization. It also enables new experiences like CodeLens ref...

Jul 14, 2026
Post comments count 2
Post likes count 0

.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.

Jul 14, 2026
Post comments count 2
Post likes count 0

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.

Jul 14, 2026
Post comments count 2
Post likes count 4

.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.

Jul 14, 2026
Post comments count 0
Post likes count 1

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 agent to perform structured tasks more reliably (to learn more about what are Agent Skills, see this previous post). We’ve heard that getting started with skills can feel unclear, especially when deciding which ones to use and how to apply them. To simplify this experience, we’ve introduced a set of built-in skills for common ....

Jul 14, 2026
Post comments count 0
Post likes count 1

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 groups: NeedsRemediation Status values in the NeedsRemediation group indicate that the package is in a bad or broken state and must be repaired before it can be used. NotAvailable Status values in the NotAvailable group indicate that Windows has the package installed, but it cannot be used at this time. ...

Jul 14, 2026
Post comments count 2
Post likes count 3

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 directly into the places where collaboration happens, we can help ensure work is completed in the moment rather than getting lost in a stream of conversation. Everything we build is designed to help developers create collaborative experiences that empower people and agents to work together more effectively. Today we're launching ...

Jul 14, 2026
Post comments count 6
Post likes count 2

Microspeak: Double-click and drill down

Raymond Chen

Please, tell me more.

Jul 13, 2026
Post comments count 0
Post likes count 1

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 while ingestion is running at full speed. That is exactly what we saw in a recent large enterprise migration to Azure DocumentDB: 47 TB of data, 7,000+ collections, a 27-node source footprint, and a production cutover window of less than 48 hours. The target was intentionally smaller and simpler: a 3-node, 16 TB Azure DocumentDB...

Jul 13, 2026
Post comments count 0
Post likes count 0

Pure Virtual C++ 2026 [Meet the Speakers, Part 2]: The AI-Native C++ Developer Workflow

Marian Luparu

Pure Virtual C++ 2026 streams Tuesday, July 21, 2026 at 9:00 AM PT, a free, one-day virtual conference for the whole C++ community, live on YouTube (Microsoft Reactor) and Twitch, with on-demand recordings on the Visual Studio YouTube channel afterward. Register now → Welcome to part two of our Meet the Speakers series. In part one we looked at building and running faster. Today we turn to the theme shaping the future of development: the AI-native C++ developer workflow. Why this theme matters C++ development is evolving into an AI-native, agent-driven experience and it's happening everywhere you work, f...

Jul 13, 2026
Post comments count 0
Post likes count 0

The Visual Studio Dev/Test Benefit: Freedom to Build, Test, and Experiment in Azure

James Rempt

One of the best parts of a Visual Studio Subscription is discovering benefits that can make your day-to-day development work easier and more cost effective. One benefit that deserves more attention is Azure Dev/Test pricing. In fact, it's one of the most valuable benefits included with a Visual Studio Subscription.  If you're building cloud applications, testing new ideas, or maintaining multiple development environments, cloud costs can sometimes influence how often you experiment or how closely your development environment matches production. Azure Dev/Test pricing helps remove that barrier by giving eli...

Jul 13, 2026
Post comments count 4
Post likes count 3

Why don’t we just make the entire stack out of guard pages?

Raymond Chen

Guard pages all the way down?

Jul 10, 2026
Post comments count 0
Post likes count 0

Go 1.26.5-2 Microsoft build now available

Davis Goodin

A new release of the Microsoft build of Go is now available for download.

Jul 10, 2026
Post comments count 3
Post likes count 2

The case of the mysterious changes to integers when there shouldn’t have been any code generation effect

Raymond Chen

Decoding where those integer came from.

Jul 10, 2026
Post comments count 2
Post likes count 3

Shrinking Azure Pipeline task extensions using esbuild

David Paquette

TL;DR We bundled an internal Azure Pipelines task extension into a single bundled JavaScript file using esbuild. The task package dropped from tens of megabytes and thousands of files to three files per task (  ,   , and   ). The change took about 20 lines of build tooling. We measured the payoff across our production pipelines: Spending less time downloading and extracting tasks means we can make more efficient use of our build infrastructure. If you publish a node-based Azure DevOps task extension that ships a large folder or thousands of small files, you can almost certainly benefit from this same chan...

Jul 10, 2026
Post comments count 0
Post likes count 0

Microsoft Agent Framework for Go public preview

Quim Muntal

Microsoft Agent Framework for Go is entering public preview, bringing Agent Framework concepts to Go developers building agents and multi-agent workflows.

Jul 9, 2026
Post comments count 0
Post likes count 0

Pure Virtual C++ 2026 [Meet the Speakers, Part 1]: Build Faster, Run Faster

Marian Luparu

Meet the speakers behind Pure Virtual C++ 2026. In part one, Ryan Shepherd and David Li show how to build faster and smaller with C++20 modules and GitHub Copilot build performance.

Jul 9, 2026
Post comments count 8
Post likes count 4

Modernize .NET applications in the GitHub Copilot app

Mika Dumont

Modernize .NET applications in the GitHub Copilot app. Follow your upgrade from assessment through execution in an interactive upgrade canvas.

Jul 9, 2026
Post comments count 0
Post likes count 5

SharePoint Copilot Apps Now in Public Preview: From Intent to Action in Microsoft 365 Copilot

Vesa Juvonen

SharePoint Copilot Apps are now in public preview, introducing a new way to bring guided, action-oriented business experiences into Microsoft 365 Copilot. By combining natural language reasoning with structured UX, validation, permissions, and deterministic operations, organizations can help users move from intent to trusted outcomes directly in the Copilot flow.

Jul 9, 2026
Post comments count 0
Post likes count 2

I’ve decoded a #pragma detect_mismatch error and fixed the mismatch, but I still get the error

Raymond Chen

You need to rebuild everything that was dependent on the change.

Jul 9, 2026
Post comments count 0
Post likes count 0

Agent Harness: Scaling the claw or harness capabilities

Wes Steyn

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 baked into one prompt, it does its work one step at a time, and it can't reach past the file-access tools to actually reorganize anything. This part makes the claw more capable along four axes: As before, we only supply what makes our agent ours; the harness provides the machinery. Let's take them in turn...

Jul 9, 2026
Post comments count 0
Post likes count 0

What’s New in vcpkg (June 2026)

Augustin Popa

These June updates add a vcpkg-tool switch to skip installation when packages are already cached, OpenHarmony (OHOS) platform support, and major library updates including curl 8.21, CGAL 6.2, and Graphviz 15.

Jul 9, 2026
Post likes count 0

From Noisy Queries to Precise Frames: Query Decomposition for Media Asset Search

Kartheek,
Deeptanil

How query decomposition separates metadata filters from visual intent to significantly improve media asset retrieval quality.

Jul 8, 2026
Post comments count 0
Post likes count 0

Go 1.26.5-1 and 1.25.12-1 Microsoft builds now available

Davis Goodin

A new release of the Microsoft build of Go including security fixes is now available for download.

Jul 8, 2026
Post comments count 0
Post likes count 0

Let’s Learn GitHub Copilot App – Free Virtual Training Event

Katie Savage

Join us for a free online event series kicking off July 16 to learn how to get started with the GitHub Copilot App!

Jul 8, 2026
Post comments count 19
Post likes count 57

Announcing TypeScript 7.0

Daniel Rosenwasser

Today we are proud to announce the availability of TypeScript 7, a 10x faster native port of TypeScript! Since its early days, TypeScript has promised to deliver on JavaScript that scales. By bringing strong type-checking and rich tooling to the world of JavaScript, TypeScript made it possible to build non-trivial high-quality apps across platforms. Last year, our team unveiled TypeScript's next step in scaling: making every part of the toolset an order of magnitude faster. The mission was a native port of TypeScript built in Go that could make the most of modern hardware. This port was done as faithfull...

Jul 8, 2026
Post comments count 0
Post likes count 1

Building on Vercel’s eve + Azure Cosmos DB: An Agent That Remembers

Sajeetharan Sinnathurai

Most "AI agent" demos forget everything the moment the process exits. That's fine for a toy project, but useless for anything real. An agent that helps you write, triage, or support needs two things a language model alone can't give it: durable state and the ability to recall the right context by meaning. This post shows how to build exactly that by integrating two pieces that fit together surprisingly well: Eve — Vercel's filesystem-first agent platform. Drop a file in agent/tools/, and it becomes a tool the model can call. Azure Cosmos DB JavaScript SDK — the official, promise-based client for Cosmos DB N...

Jul 8, 2026
Post comments count 1
Post likes count 2

The other kind of control flow guard check: The combined validate and call

Raymond Chen

A two-in-one package.

Jul 8, 2026
Post comments count 0
Post likes count 0

The hidden variables in your agent eval

Waldek Mastykarz

This is the seventh 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, and how to iterate toward better outcomes. You build an eval. You run it on your machine. You get a score. Your colleague runs the same eval on their machine and gets a different score. Same scenario, same setup. What changed? In the previous article, we covered why public benchmarks can't tell you which model works best for your stack. T...

Jul 8, 2026
Post comments count 0
Post likes count 0

Agent Framework’s Orchestration Patterns Reach 1.0

Evan Mattson

Python's package is now 1.0.0. That puts Microsoft Agent Framework's orchestration layer at 1.0 across Python and .NET. Sequential, concurrent, group chat, handoff, and magentic orchestration are now stable in both SDKs. You can pick the coordination pattern that fits your problem instead of choosing around SDK maturity. Magentic is the best example of why that matters. It is the least hand-wired pattern: you give it a goal, a manager, and a set of specialists, then the manager decides how the team should work. At the workflow layer, Agent Framework lets you build the graph yourself. Executors do the wo...

Jul 7, 2026
Post comments count 0
Post likes count 0

Applications Are Not Packages

Howard Kapustein

Applications are not packages. Let me repeat. Applications are not packages. This is a common misconception due to the (too) often blurring of concepts and terminology. Packages and applications are different and distinct things, so it's important to understand what those words mean (to MSIX). Packages and Applications Are Different Things An application is distributed via a package. That's not the same as being the package. A package is a unit of distribution and deployment. You can install a package, or update a package, or remove a package. You can't install half a package, or remove part of a package. A...

Jul 7, 2026
Post comments count 15
Post likes count 4

How did Windows 95 decide that a setup program ran?

Raymond Chen

It used some heuristics.

Jul 7, 2026
Post comments count 6
Post likes count 2

Don’t rewrite your CLI for agents

Waldek Mastykarz

There's advice making the rounds: replace your CLI args with a single 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 conventions like repeating to delimit multi-value groups, which is inherently ambiguous. Not to mention, that the agent needs to get the types of all values right. It's a reasonable hypothesis, and we wanted to know if it holds up under measurement. The data we collected, showed something interesting. What we tested We built a synthetic CL...

Jul 7, 2026
Post comments count 0
Post likes count 0

Agent Skills for .NET Is Now Released

Sergey Menshykh

You can now give your .NET agents reusable packages of domain expertise - instructions, reference documents, and scripts they load only when a task needs them - through a stable, production-ready API. Agent Skills for .NET in Microsoft Agent Framework has moved out of experimental preview - the attribute is removed and the API is stable. Teams can build skills, ship them independently, and combine them in any agent, with the governance controls enterprises need before putting agents into production. If you've been following our earlier posts on file-based skills and authoring modes with script execution, ever...

Jul 7, 2026
Post comments count 0
Post likes count 2

What’s New in Microsoft Foundry | June 2026

Nick Brady

Claude is now generally available in Microsoft Foundry. Here's everything else that shipped between Build 2026 and the end of June — autopilot agents, expanded Toolboxes and Routines, Agent Optimizer's private preview, and more.

Jul 6, 2026
Post comments count 0
Post likes count 0

See our new Azure Cosmos DB Design Patterns

Mark Brown

Design patterns are where good data modeling lives or dies. In a NoSQL database like Azure Cosmos DB, the difference between a schema that scales to millions of operations per second and one that fights you at every turn usually comes down to a handful of well‑understood patterns: how you partition, how you version, how you fan out work, how you keep concurrent writers from stepping on each other. That's exactly what the Azure Cosmos DB Design Patterns repo is for. It's a growing, hands‑on collection of small, focused samples — each one isolates a single pattern, explains why it matters, and lets you run it your...

Jul 6, 2026
Post comments count 20
Post likes count 5

I opened a file with FILE_FLAG_DELETE_ON_CLOSE, but now I changed my mind

Raymond Chen

You can't change your mind, but you can do it a different way.

Jul 6, 2026
Post comments count 0
Post likes count 1

Need a different partition key in Azure Cosmos DB? Pick the right approach

Abhishek Gupta

Once you create a container, its partition key is fixed at creation, and you can’t change it in place. However, if your original key starts causing problems like cross-partition queries or hot partitions, you need to consider your options for changing it. This post explains the mechanics of changing a partition key, and the tradeoffs between the options. First, think about the intent of your change: Note that every “change the partition key” option is actually a move: get your data into a new container that has the new key, then point your app at it. The exception is a Global Secondary Index, whic...

Jul 6, 2026
Post comments count 2
Post likes count 4

Not all model upgrades are upgrades

Waldek Mastykarz

A new model drops with lower per-token pricing and better benchmarks. You switch. A week later someone asks why the agent is burning 12x more tokens on the same task while producing worse output. We ran 150 agent tasks across 15 scenarios on two models, Claude Sonnet 4.6 and Claude Sonnet 5, using GitHub Copilot Chat in VS Code on Windows. The scenarios covered two types of work: architecture and design tasks grounded in Microsoft Learn documentation, and SharePoint Framework project upgrades. Sonnet 5 is the newer model with 33% lower per-token pricing across every token category. The assumption we wanted to te...

Jul 5, 2026
Post comments count 0
Post likes count 0

Azure SDK Release (June 2026)

Justin Bettencourt

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.

Jul 3, 2026
Post likes count 0

Enabling MLflow OpenAI Autolog on PySpark Workers

Jaya Kumar

When distributing LLM calls across PySpark workers via mapInPandas, MLflow autolog silently fails. Here is how to fix it.

Jul 2, 2026
Post comments count 0
Post likes count 3

Pure Virtual C++ 2026 Talks Announced

Marian Luparu

The featured talks for Pure Virtual C++ 2026 are here! Join us on July 21 for a free, one-day virtual conference for the whole C++ community.

Jul 2, 2026
Post comments count 8
Post likes count 3

The case of the thread executing from an unloaded third-party DLL

Raymond Chen

Oops, I didn't realize that I was still doing that.

Jul 2, 2026
Post comments count 0
Post likes count 0

Fundamentals of Azure DevOps with SQL projects

Drew Skwiers-Koballa

Building automated pipelines with your SQL database projects enables you to build a rich CI/CD ecosystem to ensure that your application is being deployed with good quality code and at high confidence of success. SQL Database Projects are compatible with just about every automation environment because fundamentally they're built on top of the .NET SDK, a free and cross-platform development platform. You can develop the Microsoft.Build.Sql projects in VS Code and SQL Server Management Studio (SSMS). In this post, we'll take a look at the things you need to know to get started with building and deploying SQL projec...

Jul 1, 2026
Post comments count 15
Post likes count 0

Upcoming Change: NTLM Removal in Git (libcurl) – Impact to Azure DevOps Server Customers

Gloridel Morales

Overview In September 2026, NTLM support will be removed from libcurl, which is used by Git for HTTP(S) operations. As a result, Git operations over HTTPS against Azure DevOps Server (on-premises) will stop working for customers who rely on NTLM authentication. This change is part of a broader industry move toward more secure authentication mechanisms. Many environments may be affected even if they believe they are using Kerberos. This is because Negotiate (SPNEGO) authentication can silently fall back to NTLM when Kerberos is not properly configured, leading to unintentional dependency on NTLM. If your enviro...

Jul 1, 2026
Post comments count 0
Post likes count 1

Audit Frontier AI Agents with SQL MCP Server

Jerry Nixon

With On-Behalf-Of authentication, SQL MCP Server lets agents access Microsoft SQL without losing the user identity behind the request. Azure SQL can audit the signed-in user who invoked the operation, not just the agent, app, or MCP server that carried it out.

Jul 1, 2026
Post comments count 0
Post likes count 0

What AI benchmarks are not telling you

Waldek Mastykarz

This is the sixth 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, and how to iterate toward better outcomes. We love benchmarks. A new model drops, the leaderboard says 92% on SWE-bench, and your timeline declares it "the best coding model." You switch to it, run your agent on your codebase, and outcomes are... the same. Maybe worse. The leaderboard said 92%, so what happened? In the previous article, we ...

Jul 1, 2026
Post comments count 5
Post likes count 1

It rather involved being on the other side of this airtight hatchway: Changing administrative settings

Raymond Chen

Unlocking the door from the inside.

Jul 1, 2026
Post comments count 0
Post likes count 1

What’s new across Microsoft SQL in 2026 so far (SQL Server, Azure SQL, and SQL database in Fabric)

Anna Hoffman

We’re halfway through 2026, and Microsoft SQL has not slowed down. Since SQLCon/FabCon in March (where we released a ton of things, and those updates can be found in this updates video), we shipped a wave of updates across SQL Server, Azure SQL, and SQL database in Fabric, with Microsoft Build 2026 as the centerpiece. If you want the details on Build, start with my recap blog, The Era of the Agentic Database Developer. This post collects everything new from mid-March through today, organized by service so you can find what matters to you. Every item is tagged Preview or Generally Available with a link. You can...

Jun 30, 2026
Post comments count 0
Post likes count 3

Access GitHub Copilot in JetBrains – GitHub Copilot Is Now a Native Agent in JetBrains AI Assistant

Hang,
Antonio,
Jun

GitHub Copilot is now a first-class, native option in JetBrains AI Assistant agent picker(read more). You can select it directly from the chat interface, no extra configuration needed, and immediately put Copilot to work on real coding tasks without ever leaving AI Assistant. Millions of developers already rely on the GitHub Copilot plugin as their AI pair programmer inside JetBrains IDEs. Copilot has long been reachable through JetBrains AI Assistant via the Agent Client Protocol (ACP), but today we are taking that integration a significant step further. This is not a separate window or a plugin ...

Jun 30, 2026
Post comments count 0
Post likes count 1

SharePoint Framework (SPFx) roadmap update – July 2026

Vesa Juvonen

June celebrates the announcement of upcoming SharePoint Copilot Apps, ships the quality-focused SPFx 1.23.2 release, and shares the roadmap for the AI era - shaped by your feedback.

Jun 30, 2026
Post comments count 0
Post likes count 1

Compose your API surface with Data API builder custom paths

Jerry Nixon

Data API builder (DAB) 2.0 adds compound paths for REST endpoints, giving developers more control over how their API surface is organized. Instead of mirroring database topology, endpoints can now reflect simple names, business areas, or schema ownership.

Jun 30, 2026
Post comments count 0
Post likes count 4

MCP Beyond the Chat Window: Build Diagnostics in CI

Jan,
Yuliia

A practical tour of the Model Context Protocol tools for .NET build diagnostics - the full Binlog MCP toolset, how those tools run inside a GitHub Actions workflow, and what the evaluation data says about the efficiency gains.

Jun 30, 2026
Post comments count 0
Post likes count 2

Visual Studio June Update – Track Your Usage, Trust Your Tools

Mark Downie

The June update includes a Copilot Usage window refresh with proactive alerts as you approach your limits, MCP servers now get a trust check before they run anything new.

Jun 30, 2026
Post comments count 4
Post likes count 3

MSIX Per-User vs All Users: Install, Provision, and Uninstall Packages

Howard Kapustein

MSIX supports making a package available to all users; the formal term is provisioning. Provisioning a package family makes it available to all users, whereas registration makes a package available to a single user. Per-User vs All Users Traditional installers often provide a "per-machine" installation mode to make software available to all users. In MSIX, the equivalent user experience is achieved through provisioning. To install a package for all users, first stage the package on the machine and then register it for each user. To facilitate this, Deployment manages a 'list of provisioned package families' an...

Jun 30, 2026
Post comments count 0
Post likes count 1

Mailbox requirement set 1.16 now available for Outlook add-ins

Office Extensibility team

Mailbox requirement set 1.16 is now generally available for Outlook add-ins. This release reflects our continued investment in closing the gap between COM/VSTO and web add-ins, with a focus on message and information security. Mailbox 1.16 introduces APIs and platform updates that enable your add-in to: Handle message decryption with ease Mailbox requirement set 1.16 introduces the OnMessageDecrypt event, which enables Outlook add-ins to automatically decrypt protected messages when a user opens them. The event-based workflow identifies encrypted messages, decrypts messages, displays ...

Jun 30, 2026
Post comments count 3
Post likes count 1

2026 mid-year link clearance

Raymond Chen

Made it to another midpoint.

Jun 30, 2026
Post comments count 5
Post likes count 3

A compatibility note on the abuse of Windows window class extra bytes

Raymond Chen

Finding an illicit place to hide data.

Jun 30, 2026
Post comments count 0
Post likes count 0

🚀React Native Windows v0.84 is here!!

Vineeth,
Vivek,
Sourav

We're excited to release React Native Windows 0.84.0, aligned with React Native 0.84.1. React Native Windows v0.84 delivers input-handling improvements such as standard click events and imperative focus, theme-aware defaults and robust hit-testing semantics. 🔥 What's New in RNW v0.84? Visual Studio 2026 is required for 0.84 version of RNW. onClick and  Events for Fabric Components Fabric components now fire standard  and  events, bringing RNW's click-handling model in line with the W3C specification. Windows developers can now handle primary and auxiliary (middle-click) interactions using the same patte...

Jun 29, 2026
Post comments count 2
Post likes count 0

.NET 8 and .NET 9 will reach End of Support on November 10, 2026

Rahul Bhandari (MSFT)

.NET 8 and .NET 9 will both reach end of support on November 10, 2026. Learn what this means and how to upgrade to .NET 10 (LTS).

Jun 29, 2026
Post comments count 10
Post likes count 3

SkiaSharp 4.0 is here: announcing the first stable release

Matthew Leibowitz

SkiaSharp 4.148.0 is the first stable release of SkiaSharp v4. Learn what is new, why you should be excited, and join the SkiaSharp live event on June 30.

Jun 29, 2026
Post comments count 0
Post likes count 0

Packaging and Package Identity for .NET apps with WinApp CLI on Windows

Zachary Teutsch

Use the WinApp CLI to add identity to and package .NET desktop applications, enabling deeper integration to Windows and easier distribution.

Jun 29, 2026
Post comments count 27
Post likes count 17

WSL container is now available for public preview

Craig Loewen

At Microsoft Build 2026, we introduced WSL containers, bringing Linux container development directly into Windows through the Windows Subsystem for Linux (WSL). Containers have become a foundational part of modern development - from cloud-native applications and AI workloads to testing and deployment pipelines and WSL containers simplify this experience by providing a built-in, enterprise-ready way to create, run, and manage Linux containers on Windows, without requiring additional third-party tooling. With a new container CLI for end-to-end container workflows and an API that enables Windows applications to pro...

Jun 29, 2026
Post comments count 7
Post likes count 4

Automating your Visual Studio extension builds with GitHub Actions

Mads Kristensen

If you’re building and maintaining Visual Studio extensions, you’ve probably ended up with some sort of build and publishing workflow - whether it’s manual, scripted, or stitched together over time. This post is for extension authors who want a simple, repeatable way to build, version, and publish their VSIX files using GitHub Actions. I’m going to show how I do this across my own extensions. I’ve been using this approach for a long time, and over time I pulled the most repetitive pieces into a few small reusable actions, so I don’t have to keep rewriting the same logic in every repo. Those are: ...

Jun 29, 2026
Post comments count 3
Post likes count 3

The evolution of window and class extra bytes in Windows

Raymond Chen

The intended usage is encoded in the prefix.

Jun 29, 2026
Post comments count 3
Post likes count 2

Agent Harness: Working with your data, safely

Wes Steyn

Part 2 of Build your own claw and agent harness with Microsoft Agent Framework. In Part 1 we stood up a harness and gave our personal finance assistant its first abilities: a custom tool, web search, and planning. It can talk about the markets - but it can't yet touch your data, and nothing stops it from taking a sensitive action on a whim. This part fixes both, using three abilities that are all included in the harness: As before, we only supply what makes our agent ours; the harness provides the machinery. Let's take the three in turn. Give it your data: file access Our assistant should...

Jun 29, 2026
Post comments count 0
Post likes count 1

Remote Event Receivers are retiring: move to SharePoint webhooks before July 1, 2027

SharePoint team

Remote Event Receivers in SharePoint Online are retiring. Starting July 1, 2027, all remote event receivers will stop firing events, including those registered using Microsoft Entra applications.

Jun 29, 2026
Post comments count 0
Post likes count 0

Spring AI 2.0 is GA: Vector Search, Memory, and Agents on Azure Cosmos DB

Theo van Kraay

The wait is over. Spring AI 2.0 is generally available, and Azure Cosmos DB is right there with it. With this release, Spring AI graduates into a mature, production-ready framework for building AI applications in Java, and Azure Cosmos DB ships dedicated, vendor-maintained integrations that plug straight into the Spring AI ecosystem. The Spring AI 2.0 GA announcement names Azure Cosmos DB among its vendor-maintained modules, maintained directly by Microsoft rather than the core Spring AI team. This means the integration is built and supported by the engineers who work on Cosmos DB itself, bringing deep, first-ha...

Jun 26, 2026
Post comments count 0
Post likes count 0

Azure Developer CLI (azd) – May and June 2026

Kristen Womack

A combined May and June recap. A new azd tool command group, the cross-platform azd exec runner, safer multi-layer provisioning, an interactive Ctrl+C cancel prompt, Go support for Azure Functions, self-contained extension bundles, per-tenant subscription filters, and a long list of correctness fixes for parallel Container Apps deploys and authentication.

Jun 26, 2026
Post comments count 21
Post likes count 6

The case of the DLL that was not present in memory despite not being formally unloaded, part 2

Raymond Chen

Tying two bugs together.

Jun 26, 2026
Post likes count 0

Passing Context Between Agents in Multi-Agent A2A Systems

Olha,
Scott

How we solved the challenge of passing conversational context between independently deployed agents using the A2A protocol's embedded context pattern, keeping domain agents stateless and secure.

Jun 25, 2026
Post comments count 0
Post likes count 0

Save the Date: Pure Virtual C++ 2026

Marian Luparu

Pure Virtual C++ is back for its 7th year! Join us on July 21 for a free, one-day virtual conference for the whole C++ community.

Jun 25, 2026
Post comments count 0
Post likes count 1

Your agent already has a plan

Garry Trinder

If an agent isn't doing the right thing, the obvious move is to make the docs clearer. Add a tip, spell out the correct command, describe the right approach more prominently. You do all of that, and the agent still ignores it. It does what it had already decided to do. The tip wasn't ignored because it was unclear, it was ignored because the agent had already made its plan before it read the page. The agent plans before it reads An AI coding agent doesn't arrive at your documentation as a blank slate. The moment you give it a task, it forms a plan based on what it learned during training, before it goes and...

Jun 25, 2026
Post comments count 0
Post likes count 1

Learn from Microsoft: Transform software development through an agentic platform

Poonam Gupta

See how Microsoft is transforming software development with agentic workflows, AI-powered automation, and specialized agents across the engineering lifecycle.

Jun 25, 2026
Post comments count 5
Post likes count 8

The case of the DLL that was not present in memory despite not being formally unloaded, part 1

Raymond Chen

Figuring out how it went missing.

Jun 25, 2026
Post comments count 1
Post likes count 0

Which Azure Cosmos DB Role Does My App Need?

Sudhanshu,
Iria

In the previous post in the series, we covered the security decisions you make on day one. In this part, we will talk about how to give your app access to Cosmos DB data, using roles and a managed identity instead of keys. The situation You’ve built your app. It works locally. Now you’re ready to connect it to Azure Cosmos DB, and you hit the question: how does my app get access? There are really only three questions you need to answer:   First, the one distinction that trips everyone up Cosmos DB has two completely separate permission systems. If you remember nothing else from this ...

Jun 24, 2026
Post comments count 0
Post likes count 1

Azure Functions MCP Extension: What’s New at Build 2026

Lily Ma

A roundup of what shipped in the Azure Functions MCP extension since preview: resource and prompt triggers, MCP Apps, built-in MCP authentication, structured and rich content, fluent .NET configuration APIs, and what is coming next.

Jun 24, 2026
Post comments count 2
Post likes count 3

When the model has never seen your code

Waldek Mastykarz

This is the fifth 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, and how to iterate toward better outcomes. Everything we've covered so far assumed the model has some training data about your technology. Maybe it's outdated, maybe it's biased toward a competitor, but there's something in the weights to work with. For proprietary code, internal SDKs, and custom frameworks, there's nothing. In the previous...

Jun 24, 2026
Post comments count 0
Post likes count 2

Cancellation of Windows Runtime activities is asynchronous

Raymond Chen

You're asking for it to cancel, but it doesn't wait for confirmation.

Jun 23, 2026
Post comments count 2
Post likes count 1

Streamline C++ Code Intelligence Setup in Copilot CLI

Sinem Akinci

C++ developers can now bring IDE-style semantic intelligence into Copilot CLI with less setup. The C++ language server plugin supports richer code navigation, diagnostics, symbol understanding, and code changes by using the same build context your compiler does. That build context usually comes from a file, which tells the language server how each source file is compiled. Instead of manually wiring that file together, the C++ language server plugin now provides a setup LSP skill that can help generate or refresh compile commands for common project types, including CMake and MSBuild. For custom build systems, ...

Jun 23, 2026
Post comments count 0
Post likes count 1

Add vs Stage and Register

Howard Kapustein

As previously mentioned to 'install' a package, as people think of the term, Windows actually performs two separate operations: staging and registration. To oversimplify: One way to 'install' a package for a user is to explicitly stage it, then register the package: But this scenario is common enough that deployment handles it more efficiently as a single deployment operation: stage the package and register it in one request. That's what the 'Add Package' operation does: ensures the package is staged if necessary, then registers it for the user. Why not always Add? Because staging and registratio...

Jun 23, 2026
Post comments count 10
Post likes count 3

Microspeak elaborated: Isn’t escrow just a release candidate by another name?

Raymond Chen

Yes, but the name is a psychological trick.

Jun 23, 2026
Post comments count 7
Post likes count 3

Going beyond text in Microsoft 365 Copilot – Introducing SharePoint Copilot Apps

Vesa Juvonen

Microsoft 365 Copilot is brilliant with words - but work isn't only words. Introducing SharePoint Copilot Apps: bring rich, interactive UX components straight into the Copilot canvas, built with any JavaScript stack your team already knows. Reuse your existing SPFx investments across Copilot, SharePoint, and Teams - no new platform, no infrastructure, no lock-in.

Jun 22, 2026
Post comments count 0
Post likes count 0

Azure SDK Release (May 2026)

Justin Bettencourt

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.

Jun 22, 2026
Post comments count 0
Post likes count 3

Meet your agent harness and claw

Wes Steyn

Part 1 of Build your own claw and agent harness with Microsoft Agent Framework. In the overview we said a "claw" is really just an agent harness: a loop around a model, wired up with tools, planning, memory, and more. In this first post we stand up that loop and give our personal finance assistant its first three abilities: plan. The remarkable part: we get almost all of this for free. Agent Framework's harness bundles function invocation, history persistence, planning, and web search into a single call. We only supply what makes our agent ours - its instructions and its custom tool. Let...

Jun 22, 2026
Post comments count 0
Post likes count 1

Build your own claw and agent harness with Microsoft Agent Framework

Wes Steyn

What does it take to build your own "claw" - a capable, CLI-style agent that can plan, use tools, remember things, and safely act on your behalf? Coding agents and assistants like these can feel like magic, but underneath they are an agent harness: a loop around a language model wired up with tools, planning, memory, approvals, and observability. In this series we build one from scratch using Microsoft Agent Framework and its batteries-included harness, demonstrating both .NET and Python, side by side. The series Everything is grounded in runnable samples that live in the repository, so you can follow alon...

Jun 22, 2026
Post comments count 0
Post likes count 3

Models don’t have preferences, they have context

Waldek Mastykarz

You open a fresh chat, type "What framework should I use for a web app?", and the model says "React." You screenshot it, share it, and write "Claude prefers React." It gets engagement. People nod along. A few reply with their own results. And now we have a consensus: Claude prefers React. Except it doesn't. The model doesn't prefer anything. You're reading the room, not the mind. The genre There's a whole genre of this. Run N prompts in a bare chat window, tabulate the answers, maybe build a heatmap, publish it as a blog post or a thread. "Which frameworks do LLMs prefer?" "What languages do models recommend mo...

Jun 22, 2026
Post comments count 26
Post likes count 18

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

Raymond Chen

Starting in Word and expanding to nearly every other word processor, and even things that aren't word processors.

Jun 22, 2026
Post comments count 0
Post likes count 1

How to Use Deep Agents with Azure Cosmos DB – Plan, act, and verify against operational data

Abhishek Gupta

Deep Agents is an agent harness built on LangGraph, for agents that need to work through a task over many steps instead of a single LLM call. The agent runs tools, looks at the results, and uses that to pick the next one, keeping a todo list as it goes. On top of that loop the harness brings what a longer-running agent needs. It can load instructions on demand instead of holding everything in the prompt (skills), offload large tool outputs so they don’t fill the context window, and pause for human approval in apps that need an approval gate before data changes. Support Ops Agent is a sample app that puts this ...

Jun 22, 2026
Post comments count 9
Post likes count 0

Retirement of Azure DevOps issuer in Workload identity federation service connections

Eric van Wijk

We are announcing the deprecation of the Azure DevOps issuer in workload identity federation (WIF) service connections, with planned retirement on July 1, 2027. The Azure DevOps issuer uses the prefix in federated credentials. This change is part of Microsoft's broader initiative to standardize on the Microsoft Entra issuer across Azure services that implement workload identity federation. Important This deprecation only applies to service connections in Azure public cloud that use single-tenant Microsoft Entra applications or managed identities. Service connections targeting non-public clouds (for example, ...

Jun 21, 2026
Post comments count 0
Post likes count 0

Copilot 在 JetBrains IDE:功能更新与 Claude 作为 Agent 提供方预览

Jialuo Gan

本次更新为 GitHub Copilot for JetBrains IDEs 带来了对来自 GitHub 的组织和企业级 agent 的支持,让你可以在 Copilot CLI 会话中排队和引导消息,引入了全新的 agent 调试日志摘要视图,并将 Claude 作为 agent 提供方带入公开预览。 此外,本次更新还包含模型选择器增强、按轮次显示的 AI Credits 指示器,以及一系列用户体验和可靠性方面的改进。Cloud agent 现已正式可用(GA)。 新功能 支持来自 GitHub 的组织和企业级 agent 现在你可以直接在 JetBrains IDE 中使用在 GitHub 组织和企业级别定义的自定义 agent。管理员可以发布一组精选的 agent,并自动提供给组织或企业中的每个人。这让在团队中共享、标准化和治理 agent 工作流变得更加容易。 使用方法: 了解更多详情,请参阅在组织中准备使用自定义 agent和在企业中准备使用自定义 agent。 在请求运行时发送消息(CLI) 在 Copilot CLI 会话中处理较长的任务时,以前你必须等待响应完成或取消它。现在,你可以在请求仍在运行时发送后续消息。 当请求正在进行时,发送按钮会变为一个带有三个选项的下拉菜单: ...

Jun 19, 2026
Post comments count 1
Post likes count 2

What does it mean when the bottom bit of my HMODULE is set?

Raymond Chen

A special kind of <CODE>HMODULE</CODE>.

Jun 19, 2026
Post likes count 0

Separating Deterministic Extraction from AI Inference in Industrial Summarization

Viktor Ciroski

When 100% of our prototype outputs were valid JSON but 0% met the data contract, we discovered the LLM was doing work that software should own. A field classification exercise and 4-pass pipeline brought schema compliance from 0% to 100%.

Jun 18, 2026
Post comments count 0
Post likes count 3

Meet the Agent Academy Hackathon Winners

April Dunnam

From May 12 to June 2, 2026, builders from around the world put their Agent Academy learning to the test by designing, building, and shipping real, working AI agents with Copilot Studio. After two weeks of judging, we’re thrilled to announce the Agent Academy Hackathon winners. 🏆 The Winners Recruit Track The Recruit track is geared toward exploring the fundamentals of agent building and is optimized for first-time agent builders. 🥇 First place: Performance Development Assistant Built by @Ateina What they built After a performance review, employees often know what to improve but have no clear path forward ...

Jun 18, 2026
Post comments count 0
Post likes count 1

Outcome-driven learning systems: Enterprise RL with OpenEnv and Foundry

Govind Kamtamneni

We shipped a lot at Build 2026: hosted agents, Toolboxes, Foundry IQ, Memory, Managed Compute, fine‑tuning, Frontier Tuning, and a new evaluation and optimization stack. Read as a feature list, it is a lot to hold in your head. So here is a simpler way to see it: these are the parts you need to build a learning system, with agents that get measurably better at your work over time, not a chatbot that answers once and forgets. This post is about assembling those parts into one loop you own, and the science that makes a small, owned model worth training. It builds on two pieces worth reading first. Jay Pari...

Jun 18, 2026
Post comments count 0
Post likes count 0

DirectX Dump Files Preview Now Available!

Jacques van Rhyn

At this year’s GDC, we shared our vision for bringing console‑level GPU developer tools to Windows. As part of that announcement, we introduced DirectX Dump Files as a major step forward in GPU crash debugging on Windows. Today, we’re excited to make our DirectX Dump Files public preview available to developers! If you missed our GDC announcement, it’s now available in the GDC Vault: Bringing Console-Level GPU Tooling to Windows You can also read our announcement blog: DirectX: Bringing Console‑Level Developer Tools to Windows For instructions on how to get started today, see our Getting Started secti...

Jun 18, 2026
Post comments count 0
Post likes count 2

PIX 2606.18-preview: DirectX Dump Files and more

Austin Kinross

Today we released PIX 2606.18-preview, available here. This PIX release coincides with the preview availability of DirectX Dump Files (.dxdmp). The PIX UI can open DirectX Dump Files directly for analysis, and the PIX API can be used to analyze them programmatically. Please visit the DirectX blog for more information about the DirectX Dump Files preview and PIX support for them. PIX 2606.18-preview also includes everything in the previous PIX preview build, PIX 2605.28-preview, and additional new functionality. The full list is: As a preview release, this build provides early access to ...

Jun 18, 2026
Post comments count 4
Post likes count 2

Stop overloading your skills

Waldek Mastykarz

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 ingested your documentation, your Stack Overflow answers, your GitHub repos, your blog posts. The default imports, the standard auth flow, the common CRUD operations: the model already has all of that baked in. When your skill repeats what the model already knows, you're not helping, you're adding weight. Every token your skill...

Jun 18, 2026
Post comments count 5
Post likes count 2

Why doesn’t Get­Last­Input­Info() return info for the user I’m impersonating?

Raymond Chen

It doesn't care about impersonation, says so on the tin.

Jun 18, 2026
Post comments count 4
Post likes count 20

Announcing TypeScript 7.0 RC

Daniel Rosenwasser

Today we are excited to announce the Release Candidate of TypeScript 7.0! 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 codebase from TypeScript (as a bootstrapped codebase that compiles to JavaScript) over to Go. With a combination of native code speed and shared memory parallelism, TypeScript 7.0 is often about 10 times faster than TypeScript 6.0. To get the new compiler, you can just install it from the package on npm, just like with any other r...

Jun 17, 2026
Post comments count 1
Post likes count 3

Intelligent Terminal 0.1.1 is here: bash support, new slash commands, and more customization

Hamza Usmani

We're back with the first servicing release of Intelligent Terminal! This update brings auto error detection to Bash and WSL, a new command for on-demand help, an on-the-fly picker, a customizable agent pane, and Windows 10 support, along with a round of bug fixes and reliability improvements. You can grab the update from the Microsoft Store, via , or by heading to the release page on GitHub. Let's dive in! Auto error detection and fix support comes to Bash and WSL In 0.1, automatic error detection and fix/command suggestions were limited to PowerShell. With this release, that same experience now works in Ba...

Jun 17, 2026
Post comments count 0
Post likes count 4

AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server

Yuliia,
Jan

Diagnose MSBuild build failures and performance issues with AI using the new Microsoft Binlog MCP Server - 15 specialized tools that let your AI assistant investigate binary logs.

Jun 17, 2026
Post comments count 0
Post likes count 0

How to diagnose conflicts between AI agent extensions

Waldek Mastykarz

Your extension works in isolation. You measured it, confirmed it creates lift. Then a developer installs it alongside 14 other extensions, and outcomes get worse. The symptoms look like a bug in your code, but the problem is elsewhere: extensions fighting each other for the same context window and model attention.

Jun 17, 2026
Post comments count 6
Post likes count 2

Windows stack limit checking retrospective, follow-up

Raymond Chen

Choosing the register to use to pass the desired stack allocation size.

Jun 17, 2026
Post comments count 0
Post likes count 0

Azure Backup for Azure Cosmos DB Public Preview Adds Immutable Backups and Long-Term Retention

Hans,
Jay

Azure Backup for Azure Cosmos DB Public Preview Adds Immutable Backups and Long-Term Retention Picture the first few hours after a serious data incident. A production application is down. Security teams are still trying to understand what happened. Application owners need to know which recovery points are usable, which ones are protected from tampering, and whether they can restore somewhere outside the environment under investigation. For teams running regulated or business-critical workloads on Azure Cosmos DB, that moment is exactly where backup design stops being a checkbox. It becomes part of opera...

Jun 16, 2026
Post comments count 2
Post likes count 1

Boosting Adobe Photoshop’s Performance with MSVC and SPGO

Eric Brumer

Boosting Adobe Photoshop’s Performance with MSVC and SPGO Adobe and Microsoft worked together to improve Photoshop performance and responsiveness on Windows by combining MSVC’s peak-performance build settings with Sample-based Profile-Guided Optimization (SPGO). The collaboration focused on real customer scenarios where latency matters most, including brush and stroke responsiveness, file open times, and other CPU-intensive operations that directly affect creative flow. Adobe’s combined benchmarking showed improvements of 20% on x64 and 13% on ARM64, demonstrating how modern compiler technology can translate int...

Jun 16, 2026
Post comments count 0
Post likes count 0

Aspire in VS Code: the 13.4 developer loop

Adam Ratzman

Aspire 13.4 brings more of the local development loop into VS Code: AppHost CodeLens actions, live resource state, dashboard shortcuts, typed resource command prompts, TypeScript AppHost support, and multi-language debugging.

Jun 16, 2026
Post comments count 0
Post likes count 2

Third Rule of MSIX

Howard Kapustein

MSIX has several core principles underlying its design and implementation. Engineers half-jokingly call these The Rules of MSIX. The Third Rule of MSIX is arguably the most important and certainly the most foundational: Package identity is unique across space and time Packageidentity is a unique identifier corresponding to a specific set of bits. Change even a single bit in the package and the package identity must change as well. The deployment engine relies on this rule when deciding if a package needs to be staged. If an existing package already has the same identity, deployment skips staging work. This...

Jun 16, 2026
Post comments count 0
Post likes count 0

Why AI coding agents keep using deprecated CLIs and SDKs

Waldek Mastykarz

You deprecated the old CLI and shipped something better. Developers are migrating, but AI coding agents aren't. They keep reaching for the deprecated tool, confidently scaffolding projects with something you sunset months ago. The agent isn't broken, your docs aren't wrong. The model is doing exactly what ten years of training data told it to do, and once you understand why, you can fix it. Training data gravity Models learn from the internet. If your technology has been around for a decade, there are thousands of blog posts, Stack Overflow answers, tutorials, and GitHub repos that document the old way of doi...

Jun 16, 2026
Post comments count 7
Post likes count 3

Retrofitting the WM_COPY­DATA message onto Windows 3.1

Raymond Chen

It was carefully designed to be trivial.

Jun 16, 2026
Post comments count 0
Post likes count 1

Announcing General Availability of the Azure Cosmos DB Built-in Connector for Logic Apps Standard

Theo van Kraay

Today, we're excited to announce the general availability of the Azure Cosmos DB built-in connector for Azure Logic Apps Standard. This connector gives you a native, high-performance way to integrate Azure Cosmos DB into your Standard logic app workflows, with better throughput, lower latency, and richer functionality than the managed connector. That includes real-time change feed processing, bulk operations, and Microsoft Entra ID authentication. If you've been building integration workflows that read, write, or react to data in Azure Cosmos DB, this GA release means you can do all of that with production-grade...

Jun 15, 2026
Post comments count 14
Post likes count 1

GitHub Copilot for JetBrains is moving to Copilot CLI as the default agent harness

Ji Dong

Copilot CLI is becoming the default agent harness in GitHub Copilot for JetBrains, and our local harness will be deprecated. This change provides greater consistency across all GitHub Copilot surfaces and is an important step toward faster feature parity and higher-quality results in GitHub Copilot for JetBrains. Copilot CLI sessions run independently in the background on your machine and use the Copilot CLI agent harness, while the IDE starts, monitors, and steers them. This is the same architecture used across GitHub Copilot today and adopting it in JetBrains lets us ship the same capabilities to JetBrain...

Jun 15, 2026
Post comments count 23
Post likes count 8

Make Visual Studio look the way you want

Mads Kristensen

Themes are personal. Some of us live in dark mode, some swear by high contrast, and some of us have very strong opinions about that one shade of blue from years ago. The new themes in Visual Studio 2026 are built on Fluent, which gives us a much more consistent and accessible foundation, but we have heard from plenty of you who want more control over specific colors. Accent colors, hover states, the line between the shell and the tab headers… the small things that make an IDE feel like yours. So, we did something about it. Visual Studio now has a new Theme colors options page that lets you customize any...

Jun 15, 2026
Post comments count 28
Post likes count 13

The time the x86 emulator team found code so bad that they fixed it during emulation

Raymond Chen

Offensive content in the eyes of a software engineer.

Jun 12, 2026
Post comments count 0
Post likes count 1

GitHub Copilot modernization for C++ is out of preview

Michael Price

GitHub Copilot modernization for C++ is out of preview as of Visual Studio 2026, helping you upgrade your MSVC Build Tools with an AI-guided workflow.

Jun 12, 2026
Post comments count 8
Post likes count 3

How can I schedule work on a thread pool with low latency?

Raymond Chen

The thread pool is designed for throughput, not latency.

Jun 12, 2026
Post likes count 3

Orchestration Patterns for Multi-Agent Systems: Performance and Trade-offs

Lily Jia

Real-world lessons from evolving a production chatbot into a coordinator-based multi-agent architecture, including performance trade-offs for enterprise-scale agent reuse.

Jun 11, 2026
Post comments count 0
Post likes count 4

MSVC Build Tools Preview updates – June 2026

Eric Brumer

Try the latest updates to MSVC Build Tools Preview

Jun 11, 2026
Post comments count 2
Post likes count 1

June Patches for Azure DevOps Server

Gloridel Morales

We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Server, is available on the download page. The following versions have been patched. For more details on these updates, see the release notes: ⬇️Azure DevOps Server Patch Download ✅Verifying Installation To verify that the patch is installed, run the following command on the Azure DevOps Server machine using the patch installer you downloaded: Replace with the name of the...

Jun 11, 2026
Post comments count 0
Post likes count 0

Migrating EWS notifications to Microsoft Graph

Microsoft Graph team

Migrating from the Exchange Web Services (EWS) notification framework, which supports push, pull, and streaming notification types — to the Microsoft Graph subscription model represents a fundamental transition toward a unified, stateless, and event-driven framework.

Jun 11, 2026
Post comments count 0
Post likes count 0

Your agent just scaffolded a project from 2020

Waldek Mastykarz

Your agent ran a scaffold command. Project generated, dependencies resolved, no errors. Everything looks fine. Except it's based on the project structure from 2020, and neither you nor the agent noticed. How npx picks the right-but-wrong version When an agent scaffolds a project or runs a CLI tool, it often reaches for without specifying a version. Something like: Notice, that there's no version pinned anywhere. The agent typed the package name and assumed it'd get the latest. That's where things break. When you run without a version, npm resolves the latest version that's compatible with your current Nod...

Jun 11, 2026
Post comments count 0
Post likes count 3

Windows App Development CLI v0.3.2 — bundling support, smarter initialization, and more

Zachary Teutsch

Windows App Development CLI v0.3.2 is here! This release brings MSIX bundle support for multi-architecture packaging, a smarter winapp init experience that auto-detects your projects, higher quality UI screenshots, and a handful of reliability fixes across the board. Get the update by running winget install Microsoft.WinAppCLI or check the repo for other install options. Let's take a look at what's new. 📦 MSIX Bundle Support The pack command now supports creating MSIX bundles — multi-architecture packages that combine x64 and ARM64 builds into a single .msixbundle file. This is the format the Mic...

Jun 11, 2026
Post comments count 12
Post likes count 8

Review pull requests without leaving Visual Studio

Leah Tran

Pull request integration in Visual Studio has been one of the most requested Git features. Developers have been asking for a way to open a PR, inspect the changes, discuss feedback, and finish the review without switching to the browser. The feedback on that request has played a big role in shaping this experience over time. You’ve been able to create pull requests in Visual Studio since 2024. Now you can also review, comment on, and approve pull requests from both GitHub and Azure DevOps, all without leaving the IDE. Find and open pull requests You can view the list of pull requests for the open rep...

Jun 11, 2026
Post comments count 3
Post likes count 3

Copilot Autofix for GitHub Advanced Security for Azure DevOps

Laura Jiang

Over the last few years, we've encouraged customers to move their repositories from Azure Repos to GitHub, where the newest AI-powered and agentic development experiences land first. Migrating isn't equally simple for everyone. A move to GitHub can range from straightforward to a multi-year program, depending on an organization's size, customizations, compliance requirements, tooling, and industry constraints. While many customers are actively planning or running migrations today, others aren't ready yet. They continue to rely on Azure Repos for day-to-day development. For teams still building on Azure Repos, h...

Jun 11, 2026
Post comments count 5
Post likes count 4

Understanding the rationale behind a rule when trying to circumvent it

Raymond Chen

I mean, technically <I>I</I> didn't do it.

Jun 10, 2026
Post comments count 0
Post likes count 0

Agents League Hackathon 2026 – Enterprise Agents

Paolo Pialorsi

From declarative agents for Microsoft 365 Copilot to fully autonomous multi-agent systems orchestrating complex workflows, developers now have the power to redefine how work gets done. If you're ready to push those boundaries, Agents League Hackathon 2026 is your stage. What is Agents League? Agents League is not just another hackathon—it's a global playground for developers, makers, and architects to experiment with: Whether you're building with pro-code tools (C#, TypeScript, SDKs) or leveraging low-code platforms like Copilot Studio, this is where innovation meets real-world im...

Jun 10, 2026
Post comments count 0
Post likes count 0

How to measure AI agent extension effectiveness

Waldek Mastykarz

You shipped your skill. Everything looks like it's working. But is the generated code actually better because of your extension? You can't tell without measuring, and measuring agent extension impact is harder than it looks.

Jun 10, 2026
Post comments count 0
Post likes count 0

Stop skillmaxxing, save your tokens

Waldek Mastykarz

You built a dozen skills for your technology: authentication, CRUD, error handling, deployment, testing, monitoring. Then you installed a cloud platform bundle with 15 more covering diagnostics, storage, compliance, and cost optimization. A design suite. A marketing pack. Document converters for Word, Excel, PowerPoint, PDF. Fifty skills, all sitting in your workspace. Here is why that's a problem. The tax you pay before typing a single prompt Every skill has metadata: a name, a description, trigger phrases, sometimes parameter schemas. When you start a session, the agent discovers all of them and injects their...

Jun 10, 2026
Post comments count 1
Post likes count 1

Join us for .NET Day on Agentic Modernization Livestream

Jeffrey Fritz

Announcing the .NET Day of Agentic Modernization Livestream

Jun 10, 2026
Post comments count 3
Post likes count 14

Spec-Driven Development: A Spec-First Approach to AI-Native Engineering

Apoorv Gupta

AI has made software delivery faster, but speed alone does not guarantee better outcomes. As teams adopt AI-native development, the real challenge is keeping requirements, design, implementation, and validation aligned so the final result still reflects the original intent. Spec-Driven Development (SDD) addresses this by making structured specs the shared source of truth for both humans and AI. Instead of prompting first and aligning later, teams align first and let AI accelerate execution from a clear spec. Why AI-assisted development still breaks down Teams often ship software that works but still misses the ...

Jun 10, 2026
Post comments count 7
Post likes count 2

What’s the opposite of Clip­Cursor that lets me exclude the cursor from a region?

Raymond Chen

There is no such feature, but you can just exclude it virtually.

Jun 9, 2026
Post comments count 1
Post likes count 2

PowerToys 0.100 is here: new Shortcut Guide, Command Palette improvements and much more!

Niels Laute

We're back with a fresh PowerToys release! This month introduces the brand-new Shortcut Guide, a major Command Palette update with the new Extension Gallery and multi-monitor Dock support, and a wave of improvements to Power Display. We've also upgraded PowerToys to .NET 10, improved auto-update reliability, reduced installer size, and continued modernizing the app experience across the suite. Grab the update by checking for updates in PowerToys or by heading to heading to the release page. Let's dive in! ⌨️ Introducing the new Shortcut Guide The new Shortcut Guide has been designed and built from the groun...

Jun 9, 2026
Post comments count 1
Post likes count 6

.NET 11 Preview 5 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 5 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more!

Jun 9, 2026
Post comments count 0
Post likes count 0

.NET and .NET Framework June 2026 servicing releases updates

Rahul,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for June 2026.

Jun 9, 2026
Post comments count 0
Post likes count 1

Distributed multi-agent systems with Aspire and Microsoft Agent Framework

Tommaso Stocchi

Learn how Aspire, Microsoft Agent Framework, and Microsoft Foundry model, run, observe, and publish a distributed multi-agent AlpineAI ski resort demo.

Jun 9, 2026
Post comments count 0
Post likes count 0

ICYMI: Inside the Microsoft Agent Framework: How we designed a layered SDK

Shawn Henry

In case you missed it, the Command Line blog was launched last week and has a great article (by yours truly) about our SDK design philosophy with Microsoft Agent Framework. Check it out: Inside the Microsoft Agent Framework: How we designed a layered SDK   Developers are moving quickly from simple chat-based AI experiences to applications that can reason, use tools, coordinate across systems, and complete multi-step and long-running tasks. The first wave of AI apps proved that large language models could understand intent and generate content through patterns like completions, retrieval-augmented g...

Jun 9, 2026
Post comments count 0
Post likes count 1

Staging Part 2 – Disk Space Optimization

Howard Kapustein

"Disk space optimizations" is one of the key features of MSIX: Disk space optimizations. With MSIX there is no duplication of files across apps and Windows manages the shared files across apps. The apps are still independent of each other so updates will not impact other apps that share the file. But how does MSIX accomplish this? Every package includes an , which lists all files in the package along with their corresponding hashes. In Windows 8 - when MSIX was first introduced1 - staging would extract every file from the package directly into a file within the package's install location (also known as t...

Jun 9, 2026
Post comments count 32
Post likes count 11

Copilot Code Reviews for Azure Repos

Dan,
Andrew

Over the last several years, we have encouraged customers to move their repositories from Azure Repos to GitHub to take advantage of the latest AI powered and agentic development experiences that GitHub is delivering. At the same time, we recognize that migrating repositories to GitHub can vary significantly in complexity depending on an organization’s size, customizations, compliance requirements, tooling, and industry constraints. While many customers are actively planning and executing migrations to GitHub, many others are not yet ready to move and continue to rely on Azure Repos for day-to-day development....

Jun 8, 2026
Post comments count 0
Post likes count 1

Microsoft Build 2026 recap: vision, launches, and top sessions

Jon Galloway

Catch up on Microsoft Build 2026 with the vision lead-off, top developer announcements, and must-watch sessions across the Microsoft developer ecosystem.

Jun 8, 2026
Post comments count 3
Post likes count 5

.NET at Microsoft Build 2026: Must watch sessions

Daniel Roth

Catch up on all the .NET sessions from Microsoft Build 2026 covering .NET 11, union types in C#, AI building blocks, the agentic web, .NET MAUI, and more!

Jun 8, 2026
Post comments count 10
Post likes count 3

Enterprise Live Migrations: Moving from Azure DevOps Repo to GitHub with minimal disruption

Soo,
Bhuvan

Over the last several years, we’ve encouraged customers to move their repositories from Azure Repos to GitHub to take advantage of the latest AI-powered and agentic development experiences. For many enterprise teams, however, migrating at scale comes with real constraints. Traditional approaches can require extended downtime - sometimes days - which isn’t acceptable for teams running critical workloads. To address this, we’re introducing Enterprise Live Migrations (ELM), in limited public preview. Migrations begin without locking the Azure DevOps repository, with changes continuously synchronized to GitHub whi...

Jun 8, 2026
Post comments count 2
Post likes count 2

Rotation revisited: Shuffling more than three blocks, and other small notes

Raymond Chen

Generalizing the shuffle to arbitrary numbers of blocks.

Jun 5, 2026
Post comments count 2
Post likes count 3

Rotation revisited: Avoiding having to calculate the gcd when doing cycle decomposition

Raymond Chen

Math is hard. Let's go counting!

Jun 4, 2026
Post comments count 0
Post likes count 0

What’s New in vcpkg (May 2026)

Augustin Popa

This release includes major library updates for Boost 1.91, Qt 6.11, and OpenCASCADE 8.0, along with 27 new ports and over 500 port updates.

Jun 4, 2026
Post comments count 0
Post likes count 0

Frameworks only matter when they force decisions

davidwright,
Arnaud,
Suzanne

Frameworks mean nothing, until they change what gets built! In this article we discuss how Git-Ape turns architecture and governance into delivery controls on Azure because, if frameworks do not shape delivery decisions, they are just decoration. Cloud teams do not have a framework problem. They have an execution problem. The industry is full of architecture guidance, governance models, and security baselines, yet far too many deployments still reach production with obvious weaknesses because the frameworks are treated like reference material instead of delivery controls. That is the real issue, not a ...

Jun 4, 2026
Post comments count 0
Post likes count 3

Aspire Multi-repo Rollout at Scale with Agentic AI

Jeff Liu

This is part 2 blog of the windows 365 integration journey with Aspire. This blog focus to show how Windows 365 scaled Aspire adoption with reliability patterns and an agentic AI rollout system across 50+ repos.

Jun 4, 2026
Post comments count 1
Post likes count 2

Rotation revisited: Cycle decomposition in clang’s libcxx

Raymond Chen

Rotating in the minimum number of steps by performing cycle decomposition.

Jun 4, 2026
Post comments count 0
Post likes count 0

Accelerate Edge AI Development with Foundry Local

samkemp,
Emma,
Inbal

Why edge AI development is still hard  AI is no longer confined to cloud experiments. Developers are increasingly expected to deliver AI inside apps, devices, and edge systems where responsiveness, privacy, resilience, and local control are essential. But building those experiences for production is still difficult.  Teams often have to solve model packaging, runtime fragmentation, hardware differences, and deployment complexity before they can ship a single reliable feature. That slows iteration and makes it harder to move from prototype to product.  At Microsoft Build 2026, we’re announcing updates acros...

Jun 4, 2026
Post likes count 2

How we Decide Between Keyword and Hybrid Search: 5 Enterprise Evaluation Criteria

Beijie Zhang

A data-driven framework we use in enterprise deployments to decide between vector-only keyword and hybrid search, based on five measurable evaluation criteria.

Jun 3, 2026
Post comments count 0
Post likes count 0

Build 2026: From observability to ROI for AI agents on any framework 

Sebastian Kohlmeier

9 min read · June 3, 2026 · Sebastian Kohlmeier    Shipping an AI agent is the easy part. Keeping it accurate, safe, and accountable in production is where teams get stuck. Agents are non-deterministic. Their behavior shifts as models update, tools change, and traffic patterns evolve and most of that drift happens silently, long after the demo. End-to-end observability covering the full development lifecycle is how you close that gap: See every step an agent takes, evaluate quality and safety against criteria you define, optimize what isn’t working, and prove the business value of what is.  This spring w...

Jun 3, 2026
Post comments count 1
Post likes count 0

Go 1.26.4-1 and 1.25.11-1 Microsoft builds now available

Davis Goodin

A new release of the Microsoft build of Go including security fixes is now available for download.

Jun 3, 2026
Post comments count 15
Post likes count 3

How Microsoft is migrating repositories to GitHub

Poonam Gupta

For the past decade, Azure DevOps has powered software development at Microsoft, supporting some of our largest repositories and most complex engineering workflows across Azure Repos, Boards, and Pipelines. Software development is being reshaped by AI, and where code lives now have a direct impact on how much value organizations can capture. For teams that want to take full advantage of AI-native development, repository location is becoming a strategic decision. Azure DevOps and GitHub product teams have spent the past few years building the integration, migration, and enterprise-readiness capabilities needed t...

Jun 3, 2026
Post comments count 0
Post likes count 0

Expanding the Reach of Document Translation – New Capabilities Announced at Microsoft Build

Swetha Machanavajhala

Learn how new Document Translation capabilities in Azure Translator, available in Foundry Tools, help developers translate images, PDFs, Office files, DITA, XLIFF, and future LLM-powered document workflows.

Jun 3, 2026
Post comments count 0
Post likes count 0

Microsoft Agent Framework at BUILD 2026: Agent Harness, Hosted Agents, CodeAct, and more

Shawn Henry

Microsoft Agent Framework at BUILD 2026: Agent Harness, Hosted Agents, CodeAct, and more BUILD 2026 is underway, and the Microsoft Agent Framework team have a round-up of exciting announcements! Microsoft Agent Framework (MAF) is our open-source SDK and runtime for building AI agents and multi-agent workflows, with the same concepts and APIs across .NET and Python. It gives you a clean programming model - chat clients, tools, MCP integrations, context providers, middleware, and multi-step workflows - so you can focus on agent logic instead of plumbing. MAF reached 1.0 GA on April 2, 2026, bringing the conver...

Jun 3, 2026
Post comments count 0
Post likes count 2

Announcing Foundry Managed Compute: Run open models in Microsoft Foundry

Manoj Bableshwar

Microsoft Foundry Managed Compute is a new GPU platform-as-a-service for hosting open-source and custom AI models behind the same endpoint, SDKs, and bill as frontier models.

Jun 3, 2026
Post comments count 0
Post likes count 3

Introducing Agent Optimizer in Foundry Agent Service

Luis,
Victor

With hosted agents, we made it straightforward to build and deploy agents on Foundry. You write your logic, run azd deploy, and your agent is live. But “live” and “production-ready” aren’t the same thing. The gap shows up quickly. Your customer support agent handles requests, but it forgets to ask for an order number before looking up status. It answers warranty questions without checking the purchase date. It gives electrical wiring advice when it should decline and recommends a professional. Each fix means rewriting your system prompt, testing by hand, and hoping you didn’t break something else in the proces...

Jun 3, 2026
Post comments count 0
Post likes count 2

Making agent memory more reliable, transparent, and production-ready

Lewis Liu

Memory has always mattered for personalization and continuity. But as customers move agents from demos into production, another requirement becomes just as important: reliability.   Enterprise teams need agents that not only remember facts, but also apply what they have learned to follow procedures consistently, recover from repeated failure modes, and complete tasks with greater confidence over time. Memory in Foundry Agent Service is built for this shift, with new procedural memory capability, management experiences, and a set of new features such as time-to-live that give developers more visibility and cont...

Jun 3, 2026
Post comments count 0
Post likes count 2

Discovery to Execution: Scaling Agents with Toolboxes and Routines in Microsoft Foundry

Linda,
Maria

Tooling doesn’t break at a small scale—it breaks when teams move to production. AI adoption accelerates, so does the number of tools available to them. Discovering, managing and securing the right tools has quickly become one of the biggest challenges in building production-grade agents. Today, we are announcing new capabilities in Toolboxes in Foundry: Most of the capabilities in this post are delivered through Toolboxes in Foundry—the layer where agents discover, access, and use tools at runtime. Routines (preview) is the exception: it’s part of Foundry Agent Service and handles agent run c...

Jun 3, 2026
Post comments count 0
Post likes count 1

From Building Agents to Working with Them: Enterprise Agent Distribution in Microsoft Foundry

Amanda Foster

The past year was about building agents. The next year is about putting them to work.  Organizations have moved quickly from experimenting with AI agents to building ones that perform complex business processes and execute long-running tasks. But the bottleneck has shifted. The challenge is no longer building agents — it's getting them into the hands of employees in the tools they already use and governing them at scale.   Today we're announcing three things that close that last mile:  Publish to Microsoft 365 Copilot and Teams  In Foundry, you can publish any agent directly into M...

Jun 3, 2026
Post comments count 1
Post likes count 3

Rotation revisited: A shocking discovery about gcc’s unidirectional rotation algorithm

Raymond Chen

We've seen this before.

Jun 2, 2026
Post comments count 0
Post likes count 0

Build smarter document workflows: What’s new in Azure Content Understanding at Build 2026

Peyton,
Joe,
Ronak

Azure Content Understanding (CU) in Foundry Tools is Microsoft's comprehensive content AI service. It ingests diverse data types — documents, audio, images, and video — and extracts the most critical information to power well-grounded, reliable generative AI and agentic solutions. Azure Content Understanding brings together Azure Document Intelligence's proven traditional AI with advanced LLM-based content reasoning, enabling both structured and unstructured content extraction, as well as multimodal understanding to address your full spectrum of processing needs. Accelerating customer momentum Leading organizat...

Jun 2, 2026
Post comments count 0
Post likes count 2

Build, scale, and monetize apps and agents with Microsoft Marketplace

Cyril Belikoff

At Microsoft Build, we are sharing how Microsoft Marketplace brings development, distribution, and monetization together— so apps and agents move beyond prototyping into real-world usage at scale. Microsoft Marketplace connects tens of thousands of cloud and AI solutions built by software development companies to millions of commercial customers. For developers, Marketplace turns code into results. As you build, scale, and monetize your apps and agents, Marketplace connects them to customer demand. Today, Microsoft Marketplace is launching intelligent discovery (in preview). Instead of rel...

Jun 2, 2026
Post comments count 0
Post likes count 3

Introducing azure-functions-skills: An AI-Era Workspace for Azure Functions (Preview)

Tsuyoshi Ushio

azure-functions-skills gives GitHub Copilot CLI, Claude Code, Codex CLI, and VS Code the skills, MCP configuration, hooks, and instructions needed to create, diagnose, deploy, and validate Azure Functions projects end-to-end.

Jun 2, 2026
Post comments count 0
Post likes count 1

Announcing the Public Preview of Integrated Embeddings in Azure Cosmos DB: Build AI Apps With Embeddings That Stay in Sync

Abhishek Gupta

AI applications built on Azure Cosmos DB depend on embeddings for grounded results. Keeping them in sync with your data is the hard part: it means building and operating a separate data pipeline to track changes, call an embedding model, and write the results back to Azure Cosmos DB. In practice, that pipeline also has to handle failures and retries, throttling, scaling, and monitoring as your data and traffic grow. Integrated Embeddings in Azure Cosmos DB, now in Public Preview, removes that heavy lifting. Azure Cosmos DB automatically generates and maintains the embeddings for you as items are written and upda...

Jun 2, 2026
Post comments count 0
Post likes count 1

Introducing OmniVec: An Open-Source Embedding Platform for AI Apps on Azure

Abhishek Gupta

Today we are open-sourcing OmniVec, a platform for building and operating the embedding pipelines that keep the vector representation of your operational data in sync as it changes. You register data sources, embedding model(s), vector stores (destination), and OmniVec does the rest: initial backfill, change tracking, model invocation to geenrate, and writing them back to your vector store. We are shipping this with support for Azure Cosmos DB, PostgreSQL, SQL Server (source and destination), and Azure Blob Storage (destination). You deploy OmniVec in your own Azure subscription, and use the web UI, CLI, or the  ...

Jun 2, 2026
Post comments count 0
Post likes count 1

Azure DocumentDB – General Availability of Service-Managed Failovers

Abinav Rameesh

We are excited to announce the general availability of service-managed failovers in Azure DocumentDB, eliminating the need for human intervention to recover from a regional outage. Running a production database means planning for the unlikely. Regional outages are rare, but when they happen, every second lost can have significant business impact. Previously, protecting against a region-wide failure in Azure DocumentDB required user-initiated actions - starting with monitoring availability and then making a judgment call based on the criticality of the application. Eventually culminating in manually promoting a...

Jun 2, 2026
Post comments count 0
Post likes count 0

Instant Free Tier Clusters in Azure DocumentDB

Abinav Rameesh

Feedback from developers using Azure DocumentDB consistently pointed to one small but still impactful item on their wish list: provisioning a free tier cluster took a few minutes. For a developer just getting started, or an agentic workflow spinning up ephemeral clusters to validate a solution, those minutes are vital. Today, that wait is effectively gone. Free tier cluster provisioning on Azure DocumentDB is now a near-instant operation. What Changed We've made optimizations to the free tier provisioning path. What previously took a few minutes now completes in seconds, with no changes to feature com...

Jun 2, 2026
Post comments count 0
Post likes count 1

Azure Cosmos DB All Versions and Deletes Change Feed Mode is Now Generally Available

Justine Cocchi

Modern applications don't just write data and move on. They react to it. A new order triggers an inventory update. A profile change syncs to a search index. A deleted record kicks off a compliance workflow. Azure Cosmos DB's change feed makes this possible by giving you a real-time stream of every change happening in your container, and it's one of the most powerful capabilities of the platform. Today, we're excited to announce that all versions and deletes change feed mode is generally available in Azure Cosmos DB for NoSQL! This mode gives you the full picture of what's changing in your data, including deletes ...

Jun 2, 2026
Post comments count 0
Post likes count 0

Change Partition Keys in Azure Cosmos DB is Now Generally Available

Richa Gaur

We're excited to announce the general availability of Change Partition Key in Azure Cosmos DB for NoSQL, now with online copy support. You can repartition containers directly in the Azure portal with near-zero downtime and without stopping writes to the source container. Why Partition Key Choice Matters In Azure Cosmos DB, the partition key is one of the most important design choices you make. It affects how data is distributed across physical partitions, how queries are routed, and how well your application performs at scale. But applications change over time. A partition key that worked well at launch can ...

Jun 2, 2026
Post comments count 0
Post likes count 0

Change Streams in Azure DocumentDB: Richer Events, Historical Replay, and Multi-Node Change Streams (Public Preview)

Avijit Gupta

Real-time, event-driven applications are now the expectation, not the exception. Teams want dashboards that update the instant something happens, microservices that react the moment data lands, and pipelines that move changes downstream without polling a database on a timer. Since Change Streams reached General Availability in Azure DocumentDB, that pattern has been production-ready and the feature has kept getting better. Here’s a quick tour of what’s new since GA, with the headline being three of the most requested capabilities: richer change events, historical replay, and Multi-Node Change Streams, now in Pub...

Jun 2, 2026
Post comments count 0
Post likes count 0

Graceful Failovers in Azure DocumentDB – Now Generally Available

Abinav Rameesh

We are excited to announce the general availability of graceful failovers in Azure DocumentDB. Not every region switch is because of availability loss. Whether you're migrating your primary workload to a different Azure region or proactively moving ahead of a forecasted application-level upgrade, you need a failover mechanism that prioritizes data integrity over speed. One that lets you move deliberately, not reactively. With Graceful Failover, you initiate a controlled promotion of your replica cluster to read-write and the service guarantees that every write committed on the primary is replicated before t...

Jun 2, 2026
Post comments count 0
Post likes count 0

Announcing the General Availability of Per Partition Automatic Failover for Azure Cosmos DB NoSQL

Sushant Rane

Today, we are excited to announce the General Availability of Per Partition Automatic Failover (PPAF) for Azure Cosmos DB NoSQL API. PPAF is a significant advancement in how Azure Cosmos DB delivers availability and resilience for mission-critical workloads running on single-write-region accounts. If you rely on Azure Cosmos DB to be always on for your mission-critical applications — PPAF is built for you. With PPAF, Azure Cosmos DB can automatically recover affected partitions by failing over writes to a secondary region within 3 minutes at P99, without requiring application changes. A smarter, more granu...

Jun 2, 2026
Post comments count 0
Post likes count 1

Public Preview: AI-powered Azure Cosmos DB Migration Assistant for RDBMS to NoSQL

Sergiy,
Anil

Today, we are excited to announce the public preview of the Azure Cosmos DB Migration Assistant for RDBMS to NoSQL, now available in the Azure Cosmos DB extension for Visual Studio Code. 📈 Modernize with confidence Why migrate from RDBMS to Azure Cosmos DB? Modernizing relational workloads has traditionally been complex, time-consuming, and risky. This new AI-assisted, phase-based workflow replaces manual analysis with structured recommendations and helps you navigate key design choices such as denormalization, partitioning, and NoSQL data modeling. It helps you move from relational databases (SQL Se...

Jun 2, 2026
Post comments count 0
Post likes count 0

Azure Cosmos DB MCP Toolkit Is Now Generally Available — Bringing Your Database to AI Agents at Scale

Sajeetharan Sinnathurai

Since we introduced the Azure Cosmos DB MCP Toolkit at Ignite 2025 in preview, the response has been clear: developers want a straightforward way to connect AI agents to their production databases. Customers asked for stability, broader embedding provider support, and a smoother path from experimentation to production. Today, we're announcing the general availability of the Azure Cosmos DB MCP Toolkit (v1.1.2), now with deeper Microsoft Foundry integration, multi-provider embedding support, and the reliability improvements you asked for. The Problem: Getting AI Agents to Talk to Your Data Is Harder Than I...

Jun 2, 2026
Post comments count 0
Post likes count 2

Announcing General availability of the Azure Cosmos DB vNext emulator

Abhishek Gupta

The Azure Cosmos DB vNext emulator is generally available today. It ships as a Docker image that runs on Linux, macOS, and Windows, on both x64 and ARM64 architectures, giving you a local Cosmos DB instance you can develop and test against. Use it for inner-loop development on your laptop, in CI integration tests, and anywhere else you’d rather not use a live account. You can get started right away with a couple of simple commands: A lot has shipped since the preview announcement: broader feature and API coverage, an embedded shell, vector search, and OpenTelemetry support. The rest of this post walks throu...

Jun 2, 2026
Post comments count 0
Post likes count 2

Announcing General Availability of Azure Cosmos DB Global Secondary Indexes

Justine Cocchi

Have you ever needed to evolve your read patterns without losing efficiency? Maybe your app started with one access pattern, but now you need three, and the queries that don't hit your partition key are getting slower and more expensive every month. We built global secondary indexes (GSIs) for exactly this, and today we're thrilled to announce they're generally available in Azure Cosmos DB! A GSI is an automatically synced copy of your data with a different partition key, so you can query it efficiently for more read patterns. The problem GSI solves Azure Cosmos DB scales by distributing data across physical ...

Jun 2, 2026
Post comments count 0
Post likes count 1

Announcing the Public Preview of Semantic Reranker in Azure Cosmos DB for NoSQL

James Codella

Today we’re thrilled to announce the public preview of Semantic Reranker in Azure Cosmos DB for NoSQL, a new AI-powered capability that improves the relevancy of your search results with just a few lines of code. If you’ve ever run a vector, full-text, or hybrid search and wished the most relevant documents bubbled to the very top, this one’s for you. Semantic Reranker uses an AI model to score and reorder the results of any query based on how well each document matches the user’s intent. It’s built right into the Azure Cosmos DB SDKs (Python, .NET, and Java), so you can reorder results from any container with...

Jun 2, 2026
Post comments count 0
Post likes count 0

Azure DocumentDB MCP Toolkit: Agentic AI for MongoDB-Compatible Workloads

Khelan Modi

Developers are moving quickly to build AI-powered experiences, but there is a gap between what an agent can say and what it can actually do. To be useful, an agent needs secure access to live systems, real data, and the same operational context developers already rely on. That is why we are pleased to announce the Azure DocumentDB MCP Toolkit in public preview. It is an open-source implementation of the Model Context Protocol (MCP) that gives AI agents and LLMs direct, secure access to Azure DocumentDB, the fully managed Azure service built on the open-source DocumentDB project. Instead of guessing from training ...

Jun 2, 2026
Post comments count 0
Post likes count 0

New Toolkits for Agent Memories and Agentic Retrieval in Azure Cosmos DB

James Codella

Today we’re thrilled to announce the public preview of two new toolkits for Azure Cosmos DB: the Agent Memory Toolkit and the Agentic Retrieval Toolkit. If you’re building AI agents and retrieval-augmented generation (RAG) apps, these toolkits are designed to take you from prototype to production faster, giving your agents durable memory and your RAG pipelines the ability to reason over evidence in multiple passes, all backed by the database you already know and love. Both toolkits build on the same foundation: Azure Cosmos DB for NoSQL as a unified store for documents, vectors, and full-text data, with vector...

Jun 2, 2026
Post comments count 0
Post likes count 0

Announcing Public Preview of Safe Key Rotation in Azure Cosmos DB

Iria Osara

In our previous post, we introduced the private preview of Safe Key Rotation, a feature that helps Azure Cosmos DB customers avoid service disruptions during key rotations. By showing when each account key was last used, it helps teams make informed decisions before rotating keys or moving to Entra ID. This capability addresses a common challenge: keys that appear unused may still support critical applications, which can lead to unexpected outages if they are rotated too soon. What is new? With public preview, we are expanding this capability to give you even more control and confidence when managing you...

Jun 2, 2026
Post comments count 0
Post likes count 0

Announcing the Public Preview of the Azure Cosmos DB Cost Estimator for NoSQL

Meredith Moore

Today, we're thrilled to announce the public preview of the Azure Cosmos DB Cost Estimator, a new sizing and pricing experience that takes developers from a blank page to a defensible monthly cost estimate in minutes.  Sizing an Azure Cosmos DB workload has always been one of the first questions a team has to answer, and historically one of the hardest.   Every one of those decisions changes the number, and most teams need that number before they've written a single line of code.  AI workloads have made this harder, not easier. RAG pipelines, AI chat sessions, vector embeddi...

Jun 2, 2026
Post comments count 0
Post likes count 0

Announcing Public Preview of Distributed Transactions in Azure Cosmos DB for NoSQL

Sushant Rane

In modern cloud-native applications, correctness is often hardest to maintain at the exact moment a workflow crosses boundaries. A checkout flow writes an order in one place; decrements inventory in another and emits an audit event somewhere else. A money movement workflow debits one account, credits another, and records the transfer for compliance. An AI workflow updates state across multiple services while coordinating retries, handoffs, and downstream actions. Each step is individually straightforward. Keeping the entire workflow correct under partial failures, concurrent updates, retries, and regional events ...

Jun 2, 2026
Post comments count 0
Post likes count 0

From Intent to Insight: AI Meets Azure Cosmos DB in VS Code (Public Preview)

Sajeetharan Sinnathurai

The Problem Every Developer Knows Too Well You're building a feature. You know exactly what data you need all orders from the last week over $500, grouped by region. The logic is clear in your head. But between you and that data sits a query language, a documentation tab (or three), and fifteen minutes of trial and error before you get the syntax right. Now multiply that across a team. New developers ramping up on Cosmos DB spend days learning query patterns. Senior developers’ context-switch between writing application logic and debugging queries. Product managers wait for data answers that a developer mus...

Jun 2, 2026
Post comments count 0
Post likes count 0

Azure Cosmos DB Agent Kit now battle tested for GA

Sajeetharan Sinnathurai

Back in January, we shipped the Azure Cosmos DB Agent kit in preview with 45 rules and a hypothesis: if we package Azure Cosmos DB expertise into a format that AI coding agents understand, developers will stop making the same expensive mistakes. That hypothesis held up. What surprised us was how much the rules themselves needed to evolve once we started systematically testing them. Today the Agent Kit is generally available . It now contains 120+ rules across 12 categories. But the number that matters more: we've run over 200 automated test iterations where AI agents build real applications from scratch using ...

Jun 2, 2026
Post comments count 0
Post likes count 4

Work IQ: Production‑ready intelligence for every agent

Tolga Kilicli

Work IQ provides a workplace intelligence layer that enables agents to access and reason over organizational data, context, and tools, continuously building a semantic understanding across Microsoft 365 and external systems with built-in, permission-aware governance. 

Jun 2, 2026
Post comments count 0
Post likes count 2

Build collaborative agents where work happens

Sujeet Mehta

At Microsoft Build 2026, we're announcing new investments to help your agents become teammates in everyday work, from new interaction patterns to streamlined tooling. 

Jun 2, 2026
Post comments count 0
Post likes count 0

Azure DocumentDB Migration Extension for VS Code Is Now Generally Available

Sandeep S. Nair

We are happy to share that online migration in the Azure DocumentDB Migration extension for VS Code is now Generally Available. Back in November 2025, we launched the Public Preview and since then, many customers have put it through its paces with all kinds of MongoDB workloads. Based on what we learnt from those real migrations (the issues they hit, the edge cases they uncovered, the feedback they shared), we went back and made the tool significantly more resilient, more usable, and better performing. This GA release is the result of that work. What Is the Azure DocumentDB Migration Extension? If you are runni...

Jun 2, 2026
Post comments count 0
Post likes count 0

Announced at MS Build 2026: Azure Cosmos DB MCP Toolkit, Semantic Reranking, Global Secondary Indexes, and more!

Azure Cosmos DB Team

Microsoft Build 2026 has officially started and we’re excited to announce new capabilities for Azure Cosmos DB! We’ve launched new features to help developers build AI-powered applications and agents more easily, improve application resilience, and accelerate developer productivity. These announcements span every stage of the development lifecycle, from local development with the Azure Cosmos DB Linux Emulator, to advanced retrieval and agent memory capabilities for AI applications, to enterprise-grade operational features such as Global Secondary Indexes, Per-Partition Automatic Failover, Distributed Transact...

Jun 2, 2026
Post comments count 8
Post likes count 6

Azure DevOps and GitHub: Journeying into the AI Era

Rajesh Ramamurthy

AI is changing how software gets planned, built, and reviewed. As teams adopt agentic development, the platform underneath those workflows matters more. They need tools that bring planning, coding, security, and collaboration together—and can keep pace with how development is evolving. That’s why we’re delivering the newest agentic capabilities on GitHub across planning, coding, code review, and security. For teams driving active development, that often means moving repositories to GitHub to unlock the latest AI-powered workflows, while continuing to use Azure Boards and Pipelines. For teams that need more time ...

Jun 2, 2026
Post comments count 1
Post likes count 12

Frontier Tuning: Teaching AI to work the way you do

Ranveer Chandra

We're announcing the private preview of Frontier Tuning, a new approach to making AI work the way your business does by applying reinforcement learning inside your compliance boundary with your own data, processes, and conventions. 

Jun 2, 2026
Post comments count 0
Post likes count 1

A Developer’s Guide to Managing Models, Cost and Quality in Microsoft Foundry

Naomi Moneypenny

Learn a practical model lifecycle for Microsoft Foundry: select the right model, evaluate quality, optimize cost, operate safely, and improve as production needs change.

Jun 2, 2026
Post comments count 0
Post likes count 6

What’s Coming Next in Visual Studio: Our Microsoft Build 2026 Announcements

Mads Kristensen

Microsoft Build kicks off today in San Francisco, June 2 and 3. If you cannot make it in person, the sessions are streaming online for free, and I want to walk you through what we are announcing for Visual Studio this week. One idea tie most of it together. Code is an asset, not just an artifact. The tools around it should help you keep it healthy, correct, and easy to evolve as your codebase grows. Every announcement below is a step toward that. Agents that participate in the work, not next to it GitHub Copilot in Visual Studio is moving beyond chat and completions. The direction is agents that can particip...

Jun 2, 2026
Post comments count 0
Post likes count 3

Build and run agents at scale with Microsoft Foundry at Build 2026

Tina Schuchman

Learn how Microsoft Foundry helps developers build, deploy, and operate production-ready agents with Agent Framework, Toolboxes, hosted agents, Microsoft 365 distribution, observability, and agent optimization.

Jun 2, 2026
Post comments count 0
Post likes count 1

Foundry IQ: Build smarter agents faster with unified knowledge and serverless retrieval

Pablo Castro

Learn how Foundry IQ helps developers ground agents with unified enterprise knowledge, serverless retrieval, improved agentic retrieval quality, and production-ready security.

Jun 2, 2026
Post comments count 0
Post likes count 1

Build agents you can trust across any framework with open evals and a control standard

Sarah Bird

Learn how Microsoft helps developers build trustworthy AI agents with open evaluations, portable runtime controls, production observability, and security workflows that work across frameworks.

Jun 2, 2026
Post comments count 0
Post likes count 1

Azure Translator: Improving Translation Quality with Adaptive Datasets and Few‑Shot Learning

Mohamed Elghazali

Your healthcare app needs "La médica" not "El médico." Your legal documents need precise terminology, not generic translations. When domain-specific language matters, generic LLM translation falls short. Azure Translator's adaptive translation lets you teach the model your terminology with just a handful of examples—no model training required. In this walkthrough, you'll create an adaptive dataset, compare baseline vs. adapted translations side-by-side, and see exactly how much difference domain context makes. What you build The playground experience can help you evaluate several aspects of translation beh...

Jun 2, 2026
Post comments count 15
Post likes count 12

Announcing Intelligent Terminal 0.1

Hamza Usmani

Today we're announcing Intelligent Terminal version 0.1, an open-source experimental fork of Windows Terminal with native agent integration. Get started Install from the Microsoft Store: Intelligent Terminal on the Microsoft Store Install via WinGet: Visit our GitHub repository for documentation and to file issues. Here's a look at what's in this experimental stage. We will continue to iterate and listen to you, the community, as we improve the product, fix bugs, and add new features. The agent status bar at a glance The agent status bar sits at the bottom of the window and gives you quick access to ever...

Jun 2, 2026
Post comments count 0
Post likes count 1

Azure Translator API Version 2026‑06‑06 (GA): Supporting Multilingual Applications with Flexible Translation Options

Mohamed Elghazali

Ship multilingual features in hours, not months Your translation workflow probably looks like this: one vendor for real-time chat, another for document translation, a custom LLM integration for nuanced content, and a spreadsheet tracking which system handles what. Azure Translator's new API (version 2026-06-06, now GA) consolidates all of this—NMT speed, LLM fluency, and adaptive customization—into a single endpoint. Why It Matters: Managing Trade‑offs Translation approaches often involve trade-offs. NMT is commonly used for fast, real‑time scenarios, while LLM-based approaches may provide more fluent ...

Jun 2, 2026
Post comments count 0
Post likes count 5

What’s new in Microsoft Foundry | Build Edition

Nick Brady

Microsoft Build 2026 brings a major set of Microsoft Foundry updates for developers building agents: hosted runtimes, Toolboxes, memory, Voice Live, Foundry IQ, new models, managed compute, and trust, evaluation, and observability tools.

Jun 2, 2026
Post comments count 0
Post likes count 2

What’s New in Hosted Agents in Foundry Agent Service

Tina,
Pranav

A few weeks ago, we announced the public preview refresh of hosted agents in Foundry Agent Service — a fundamentally re-imagined agent runtime built for operationalizing production-grade AI agents in enterprise systems. Today at Microsoft Build, we are excited to share several updates that make hosted agents easier to deploy, more capable across modalities, and seamless to optimize through the agent loop. This article covers what's new, and what's coming. The Problems We Set Out to Solve Developers who want to take agents to production find themselves managing a list of things that have nothing to do with the a...

Jun 2, 2026
Post comments count 1
Post likes count 0

MSSQL Extension for VS Code: Azure SQL Database Provisioning and More

Yo-Lei,
Carlos,
Tauseef

The MSSQL extension for VS Code v1.43 expands what’s possible inside Visual Studio Code with the General Availability of Schema Designer with GitHub Copilot, Data API builder, and SQL Notebooks. We’re also introducing the Public Preview of Azure SQL Database provisioning, giving developers a guided way to create Azure SQL databases directly from VS Code. What's new in MSSQL extension for VS Code v1.43 Here's a summary of the key features in this release: Azure SQL database Provisioning (Preview) The MSSQL extension for Visual Studio Code now introduces Azure SQL Database provisioning i...

Jun 2, 2026
Post comments count 1
Post likes count 4

Rotation revisited: Another unidirectional algorithm

Raymond Chen

Moving in a straight line, in a different way.

Jun 2, 2026
Post comments count 0
Post likes count 1

Staging Part 1 – Sharing is Caring

Howard Kapustein

A key phase in installing a package is staging the package: When a package is staged for the first time, deployment performs several actions, including: Deployment secures these directories with strict permissions, typically granting users Read and potentially Execute access - but notably not Write access. This ensures one user cannot modify the contents of a package in a manner that would compromise their own environment - or anyone else's. Because MSIX guarantees the immutability of the pkgdir after staging, it can be safely shared across all users on the system - regardless of who installed the p...

Jun 1, 2026
Post comments count 1
Post likes count 2

Aspire 13.4 is here

Maddy Montaquila

Aspire 13.4 is here with TypeScript apphost GA, typed resource commands with results, server-side CLI log and telemetry search, more mature Kubernetes and AKS deployment, and more.

Jun 1, 2026
Post comments count 20
Post likes count 7

The placeholder name for the Windows 8 experience was “modern”

Raymond Chen

Modern this and that.

May 31, 2026
Post comments count 0
Post likes count 0

Microsoft Agent Framework at BUILD 2026

Shawn Henry

BUILD 2026 begins on Tuesday, June 2, and there will be tons of exciting announcements from the Microsoft Agent Framework team, Microsoft Foundry, and all things Microsoft AI. If you're traveling to San Francisco for BUILD, be sure to stop by the Microsoft Foundry booths to chat with folks from the Agent Framework team - there'll be stickers! If you can't make it to SF, you can still register online and check out the great sessions: Register for Microsoft Build Looking for sessions with Microsoft Agent Framework to watch online? Start with these breakout sessions. Times are shown in Pacific time; ch...

May 30, 2026
Post comments count 0
Post likes count 0

What’s new in Microsoft Foundry | May 2026

Nick Brady

May ships trace-based evaluation for any agent on any cloud, Grok 4.3 and DeepSeek V4 in the model catalog, GPT-5 Reinforcement Fine-Tuning at gated GA, three Microsoft Research on-device agent models, Managed VNET at GA, project-level cost attribution, Content Understanding improvements reaching GA, Foundry Local 1.1 and 1.2 with live audio and vision, and azure-ai-projects 2.2.0 with skills, toolboxes, external agents, and model weight registry — plus a guide to Microsoft Foundry sessions at Microsoft Build.

May 29, 2026
Post comments count 0
Post likes count 1

Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 3

Raymond Chen

A variation where we try only once.

May 28, 2026
Post comments count 1
Post likes count 1

SharePoint Framework (SPFx) roadmap update – May 2026

Vesa Juvonen

SPFx is powering the future of Microsoft 365 with AI driven portals and deep integrations across SharePoint and Microsoft 365. The May 2026 update shares new features and the roadmap for the next evolution built for the AI era. This is a transparent community driven journey that we shape together based on your input.

May 28, 2026
Post comments count 1
Post likes count 0

Announcing AgilitySDK 721 Preview and an addition to LinAlg in Shader Model 6.10

Amar Patel

Overview Today, we are pleased to announce Agility SDK 1.721-preview with new D3D features along with DXC 1.10.2605.4 adding VectorAccumulate to LinAlg in the existing Shader Model 6.10 preview.  The previous 1.720-preview and SM 6.10 preview blog is still relevant, as all of its features are available here too. Here are the new features.  More detail is further below as well as download and driver links. Downloads Drivers See Appendix > Feature Support for the full table of each feature's supported hardware. The WARP software device supports all these features...

May 28, 2026
Post comments count 0
Post likes count 4

Improve your agentic developer tools by grounding in Microsoft Learn

Pieter de Bruin

Development workflows span terminals, IDEs, background agents, and custom assistants. What matters is whether they draw from the same current source. Learn MCP Server gives any MCP-compatible agent direct access to current Microsoft documentation - one endpoint, nothing to install, no authentication required. What does that look like in practice? You give your coding agent the prompt: "create a CLI script to deploy Azure AI Foundry." It reaches for , the Azure ML extension - the right answer a year ago. It hits a Python dependency crash, spends 15 tool calls debugging import paths, and produces a script target...

May 28, 2026
Post comments count 0
Post likes count 1

PIX 2605.28-preview: previewing new PIX and D3D12 features

Austin Kinross

Today we released PIX version 2605.28-preview, which can be downloaded here. This release complements the new D3D12 Agility SDK that was released today, version 721. This PIX release also includes initial preview versions of a lot of the exciting PIX features that we announced in our GDC session in collaboration with AMD, Intel, NVIDIA and Qualcomm. You can read more about those announcements here, and you can watch our session in the GDC vault. Please try out these new features and let us know your thoughts. The best ways to reach us are via the Send Feedback button in the PIX UI, and via the #pix channel ...

May 28, 2026
Post comments count 2
Post likes count 0

How Azure Chaos Studio ships with hermetic Aspire end-to-end tests

Brent Rusinow

Learn how the Azure Chaos Studio team uses Aspire.Hosting.Testing to run hermetic, per-PR end-to-end tests across four services — with emulators, stubs, and no shared environments.

May 28, 2026
Post comments count 1
Post likes count 2

Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 2

Raymond Chen

Just let each person take turns trying.

May 28, 2026
Post comments count 0
Post likes count 3

SQL + AI, hands-on: Join a free workshop near you

Anna Hoffman

If you work with Microsoft SQL regularly, the AI conversation right now probably feels a little exhausting. Every week brings a new platform, a new pattern, a new opinion about how you’re “supposed” to build AI apps. Most of it assumes you’ll start over. You don’t have to. We’re running SQL AI App in a Day workshops with Microsoft partners around the world. They’re free, hands-on, and built for developers who want to add AI to the apps they already own, using the data they already trust. You can browse upcoming sessions and register. Build on Microsoft SQL, not around it The question that keeps coming...

May 28, 2026
Post likes count 0

Verification-driven tooling prompts for fast-moving codebases

Dexter Williams

A practical pattern for using GenAI research agents to produce reliable internal tooling by verifying assumptions with detection classes and a final checklist.

May 27, 2026
Post comments count 2
Post likes count 1

What’s New for C++ Developers in Visual Studio 2026 (18.1 – 18.6)

Augustin Popa

Visual Studio 2026 versions 18.1 through 18.6 deliver a wave of improvements for C++ developers. For MSVC Build Tools, the v14.51 release is now generally available with runtime performance gains and improved C++23 conformance. We also introduced Sample Profile Guided Optimization to help you improve the runtime performance of your C/C++ programs. In the IDE, we made significant investments in AI-powered experiences to optimize your builds, modernize your code, debug and profile, and more. We enhanced Copilot Chat to make it easy to incorporate skills, custom agents, and MCP servers into your workflow. We also ad...

May 27, 2026
Post comments count 0
Post likes count 0

Partial Graphics Programs

Nada Ouf

Overview Following the GDC announcement of the partial graphics programs feature, we are pleased to announce that it is available today in the AgilitySDK 1.721-preview. Checkout the release blog for more details about the full release. This preview serves as a first look to explore what might be possible to ship in a future retail Agility SDK.  We encourage developers to try out the feature and provide feedback to https://discord.gg/directx which may influence the final design. Downloads Drivers See Appendix > Feature Support for the full table of each feature's supported hardware. The ...

May 27, 2026
Post comments count 0
Post likes count 0

I’m Starting a New Cosmos DB App. What Security Do I Actually Need?

Sudhanshu,
Iria

You just created a Cosmos DB account. The portal handed you two keys and a connection string, it worked, and you moved on. That's what most developers do, and it causes problems later. This post is a guide for developers launching a new Cosmos DB app who want a secure default setup without enterprise-grade complexity. It focuses on the decisions that matter on day one. The honest two-minute threat model Before diving into setup, it is worth noting what actually goes wrong in real apps. Most security issues in any workload are not advanced attacks. There are simple mistakes that create unnecessary risk...

May 27, 2026
Post comments count 0
Post likes count 1

How AI coding agents actually use your technology

Waldek Mastykarz

You ship an SDK, a CLI, an API, and developers use it. Now AI coding agents use it too, except they use it differently than humans do. Most of the time you have no idea what's actually happening between "developer types a prompt" and "agent generates code with your technology." Is the agent reading your docs? Is it calling your MCP server? Is it ignoring both and guessing from memory? In the previous article, we introduced the AX stack: model, harness, and agent extensions. We talked about what's fixed and what you can influence. This time, let's trace through what actually happens, step by step, when an agent...

May 27, 2026
Post comments count 0
Post likes count 2

Introducing the Azure DocumentDB Blog

Marko Hotti

A dedicated home for MongoDB developers, MongoDB migrations, and modern document database development using Open Source on Azure   Today, we're excited to launch the new Azure DocumentDB blog — a dedicated destination for developers, architects, and organizations building document-based applications with Azure DocumentDB and the open-source DocumentDB project. This blog will serve as the central place for Azure DocumentDB product updates, engineering insights, migration guidance, technical deep dives, architecture patterns, developer tutorials, and open-source ecosystem news. Whether you’re mod...

May 27, 2026
Post comments count 0
Post likes count 2

Deployment Operations, Requests and Queue

Howard Kapustein

The PackageManager API submits requests to the deployment engine for processing. Each request represents an instruction for the deployment system to carry out a defined set of actions, collectively referred to as a deployment operation. The operation associated with a request depends primarily on the API used to initiate it and, in some cases, its parameters. Internally, the deployment pipeline models its work as a series of deployment operations derived from an API called and its arguments. For example, PackageManager.MovePackageToVolumeAsync() submits a request to perform a Move Package operation. In most cas...

May 27, 2026
Post comments count 0
Post likes count 2

Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 1

Raymond Chen

Caching the result and knowing when the cache is valid.

May 26, 2026
Post comments count 6
Post likes count 7

Doing More with GitHub Copilot as a .NET Developer

Wendy Breiding (SHE/HER)

Want to get more out of your GitHub Copilot experience? Here are some easy ways to get started.

May 26, 2026
Post comments count 0
Post likes count 2

Give Your .NET MAUI Android Apps a Material 3 Makeover

Gerald Versluis

Material 3 (a.k.a. Material You) support is now available for .NET MAUI apps on Android. Here is how to enable it, what changes today, and what is still on the way.

May 26, 2026
Post comments count 0
Post likes count 3

Visual Studio May Update – Plan, Review, Refine

Mark Downie

There's a particular rhythm to good development work: you think, you try, you check, you adjust. This month's Visual Studio update leans into that rhythm. Whether you're sketching an approach with the Plan agent before touching a single file, reviewing a wave of changes across many files, or fine-tuning the context Copilot has to work with, the May release adds deliberate, observable steps between an idea and a finished change. Alongside that, we shipped a fresh release of MSVC Build Tools with a long list of C++ improvements, because foundations matter too. Download the Visual Studio 2026 Stable Channel to tr...

May 26, 2026
Post comments count 4
Post likes count 6

If C# and JavaScript lets me await a Windows Runtime asynchronous operation more than once, why not C++/WinRT?

Raymond Chen

A difference in philosophy.

May 25, 2026
Post comments count 10
Post likes count 6

A hypothetical redesign of System.Diagnostics.Process to avoid confusion over properties that are valid only when you are the one who called Start

Raymond Chen

Putting them in a place that can access only if you call <CODE>Start</CODE>.

May 22, 2026
Post comments count 0
Post likes count 1

Regex support for LOB types in T-SQL—available in Azure SQL & SQL Server 2025

Abhiman Tiwari

At a glance — Native regular expression (regex) functions in T-SQL now accept and inputs of up to 2 MB across all seven regex functions, including the two table-valued functions ( and ). This capability ships in SQL Server 2025 CU5 and is already available in Azure SQL Database, SQL Database in Fabric and Azure SQL Managed Instance configured with the Always-up-to-date update policy. It will reach Managed Instances on the SQL Server 2025 update policy as part of the CU5 rollout. You no longer need to split log files, HTML documents, or large JSON payloads into 8,000-byte chunks just to run a pattern match. 1. ...