Microsoft
Developer Blogs

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

Highlights

build recap jpg image

.NET at Microsoft Build 2026: Must watch sessions

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

Copilot Autofix for GitHub Advanced Security for Azure DevOps

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

Latest posts

Jun 15, 2026
Post comments count3
Post likes count1

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,...
Visual Studio Blog
Jun 12, 2026
Post comments count0
Post likes count1

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.
C++ Team Blog
Jun 12, 2026
Post comments count6
Post likes count3

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

Raymond Chen
The thread pool is designed for throughput, not latency.
The Old New Thing
Jun 12, 2026
Post likes count1

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.
ISE Developer Blog
Jun 11, 2026
Post comments count0
Post likes count4

MSVC Build Tools Preview updates - June 2026

Eric Brumer
Try the latest updates to MSVC Build Tools Preview
C++ Team Blog
Jun 11, 2026
Post comments count1
Post likes count0

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...
Azure DevOps Blog
Jun 11, 2026
Post comments count0
Post likes count0

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.
Microsoft 365 Developer Blog
Jun 11, 2026
Post comments count0
Post likes count0

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...
Microsoft for Developers
Jun 11, 2026
Post comments count0
Post likes count2

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...
#ifdef Windows
Jun 11, 2026
Post comments count12
Post likes count5

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...
Visual Studio Blog
Jun 11, 2026
Post comments count2
Post likes count2

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...
Azure DevOps Blog
Jun 11, 2026
Post comments count5
Post likes count4

Understanding the rationale behind a rule when trying to circumvent it

Raymond Chen
I mean, technically I didn't do it.
The Old New Thing
Jun 10, 2026
Post comments count0
Post likes count0

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...
Microsoft 365 Developer Blog
Jun 10, 2026
Post likes count0

Visual Studio Code 1.124

Visual Studio Code Team
Learn what is new in Visual Studio Code 1.124 Read the full article
VS Code Blog
Jun 10, 2026
Post comments count0
Post likes count0

Is your agent extension actually working?

Waldek Mastykarz
This is the third 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...
Microsoft for Developers
Jun 10, 2026
Post comments count1
Post likes count0

Join us for .NET Day on Agentic Modernization Livestream

Jeffrey Fritz
Announcing the .NET Day of Agentic Modernization Livestream
.NET Blog
Jun 10, 2026
Post comments count1
Post likes count10

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...
Microsoft for Developers
Jun 10, 2026
Post comments count5
Post likes count2

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.
The Old New Thing
Jun 9, 2026
Post comments count1
Post likes count1

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...
Windows Command Line
Jun 9, 2026
Post comments count0
Post likes count6

.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!
.NET Blog
Jun 9, 2026
Post comments count0
Post likes count0

.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.
.NET Blog
Jun 9, 2026
Post comments count0
Post likes count0

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.
Aspire Blog
Jun 9, 2026
Post comments count0
Post likes count0

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...
Microsoft Agent Framework
Jun 9, 2026
Post comments count0
Post likes count0

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...
Inside MSIX
Jun 9, 2026
Post comments count9
Post likes count5

Copilot Code Reviews for Azure Repos

Dan,
Andrew
🚨 ​​​​​​​Attention: We are accepting a final round of preview requests, with those organizations scheduled for enablement beginning the second week of July. Requests submitted after July 3 will not be accepted into the preview program. Over the last several...
Azure DevOps Blog
Jun 8, 2026
Post comments count0
Post likes count0

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.
Microsoft for Developers
Jun 8, 2026
Post comments count3
Post likes count4

.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!
.NET Blog
Jun 8, 2026
Post comments count8
Post likes count2

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...
Azure DevOps Blog
Jun 8, 2026
Post comments count2
Post likes count2

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

Raymond Chen
Generalizing the shuffle to arbitrary numbers of blocks.
The Old New Thing
Jun 5, 2026
Post comments count2
Post likes count2

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

Raymond Chen
Math is hard. Let's go counting!
The Old New Thing
Jun 4, 2026
Post comments count0
Post likes count0

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.
C++ Team Blog
Jun 4, 2026
Post comments count0
Post likes count0

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...
All things Azure
Jun 4, 2026
Post comments count0
Post likes count3

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.
Aspire Blog
Jun 4, 2026
Post comments count1
Post likes count2

Rotation revisited: Cycle decomposition in clang's libcxx

Raymond Chen
Rotating in the minimum number of steps by performing cycle decomposition.
The Old New Thing
Jun 4, 2026
Post comments count0
Post likes count0

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...
Microsoft Foundry Blog
Jun 4, 2026
Post likes count1

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.
ISE Developer Blog
Jun 3, 2026
Post likes count0

Visual Studio Code 1.123

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.123 Read the full article
VS Code Blog
Jun 3, 2026
Post comments count0
Post likes count0

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...
Microsoft Foundry Blog
Jun 3, 2026
Post comments count1
Post likes count0

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.
Microsoft for Go Developers
Jun 3, 2026
Post comments count14
Post likes count2

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...
Azure DevOps Blog
Jun 3, 2026
Post comments count0
Post likes count0

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.
Microsoft Foundry Blog
Jun 3, 2026
Post comments count0
Post likes count0

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...
Microsoft Agent Framework
Jun 3, 2026
Post comments count0
Post likes count1

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.
Microsoft Foundry Blog
Jun 3, 2026
Post comments count0
Post likes count2

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...
Microsoft Foundry Blog
Jun 3, 2026
Post comments count0
Post likes count2

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...
Microsoft Foundry Blog
Jun 3, 2026
Post comments count0
Post likes count2

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...
Microsoft Foundry Blog
Jun 3, 2026
Post comments count0
Post likes count1

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...
Microsoft Foundry Blog
Jun 3, 2026
Post comments count1
Post likes count3

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

Raymond Chen
We've seen this before.
The Old New Thing
Jun 2, 2026
Post comments count0
Post likes count0

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....
Microsoft Foundry Blog
Jun 2, 2026
Post comments count0
Post likes count2

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...
All things Azure
Jun 2, 2026
Post comments count0
Post likes count3

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.
Azure SDK Blog
Jun 2, 2026
Post comments count0
Post likes count1

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count1

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:...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count1

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...
Azure DocumentDB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure DocumentDB Blog
Jun 2, 2026
Post comments count0
Post likes count1

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure DocumentDB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure DocumentDB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count1

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count1

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count1

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count2

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure DocumentDB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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),...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count0
Post likes count4

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. 
Microsoft 365 Developer Blog
Jun 2, 2026
Post comments count0
Post likes count2

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. 
Microsoft 365 Developer Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure DocumentDB Blog
Jun 2, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
Jun 2, 2026
Post comments count8
Post likes count6

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...
Azure DevOps Blog
Jun 2, 2026
Post comments count0
Post likes count10

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. 
Microsoft 365 Developer Blog
Jun 2, 2026
Post comments count0
Post likes count1

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.
Microsoft Foundry Blog
Jun 2, 2026
Post comments count0
Post likes count4

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...
Visual Studio Blog
Jun 2, 2026
Post comments count0
Post likes count3

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.
Microsoft Foundry Blog
Jun 2, 2026
Post comments count0
Post likes count1

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.
Microsoft Foundry Blog
Jun 2, 2026
Post comments count0
Post likes count1

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.
Microsoft Foundry Blog
Jun 2, 2026
Post comments count0
Post likes count1

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...
Microsoft Foundry Blog
Jun 2, 2026
Post comments count15
Post likes count9

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: winget install...
Windows Command Line
Jun 2, 2026
Post comments count0
Post likes count1

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...
Microsoft Foundry Blog
Jun 2, 2026
Post comments count0
Post likes count4

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.
Microsoft Foundry Blog
Jun 2, 2026
Post comments count0
Post likes count2

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...
Microsoft Foundry Blog
Jun 2, 2026
Post comments count1
Post likes count0

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...
Azure SQL Dev Corner
Jun 2, 2026
Post comments count1
Post likes count4

Rotation revisited: Another unidirectional algorithm

Raymond Chen
Moving in a straight line, in a different way.
The Old New Thing
Jun 2, 2026
Post comments count0
Post likes count1

Staging Part 1 - Sharing is Caring

Howard Kapustein
A key phase in installing a package is staging the package: var packageUri = new Uri("C:\\Packages\\ContosoParts-v1.2.3.4-x64.msix"); var options = new StagePackageOptions(); var packageManager = new PackageManager(); var result = await packageManager.StagePackageByUriAsync(packageUri,...
Inside MSIX
Jun 1, 2026
Post comments count1
Post likes count1

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.
Aspire Blog
Jun 1, 2026
Post comments count20
Post likes count7

The placeholder name for the Windows 8 experience was "modern"

Raymond Chen
Modern this and that.
The Old New Thing
May 31, 2026
Post comments count0
Post likes count0

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...
Microsoft Agent Framework
May 30, 2026
Post comments count0
Post likes count0

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.
Microsoft Foundry Blog
May 29, 2026
Post comments count0
Post likes count1

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

Raymond Chen
A variation where we try only once.
The Old New Thing
May 28, 2026
Post likes count0

Visual Studio Code 1.122

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.122 Read the full article
VS Code Blog
May 28, 2026
Post comments count1
Post likes count1

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.
Microsoft 365 Developer Blog
May 28, 2026
Post comments count0
Post likes count0

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...
DirectX Developer Blog
May 28, 2026
Post comments count0
Post likes count3

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...
Microsoft for Developers
May 28, 2026
Post comments count0
Post likes count1

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...
PIX on Windows
May 28, 2026
Post comments count2
Post likes count0

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.
Aspire Blog
May 28, 2026
Post comments count1
Post likes count2

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

Raymond Chen
Just let each person take turns trying.
The Old New Thing
May 28, 2026
Post comments count0
Post likes count3

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...
Azure SQL Dev Corner
May 28, 2026
Post likes count0

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.
ISE Developer Blog
May 27, 2026
Post comments count2
Post likes count1

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...
C++ Team Blog
May 27, 2026
Post comments count0
Post likes count0

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...
DirectX Developer Blog
May 27, 2026
Post comments count0
Post likes count0

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...
Azure Cosmos DB Blog
May 27, 2026
Post comments count0
Post likes count1

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...
Microsoft for Developers
May 27, 2026
Post comments count0
Post likes count2

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...
Azure DocumentDB Blog
May 27, 2026
Post comments count0
Post likes count1

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...
Inside MSIX
May 27, 2026
Post comments count0
Post likes count2

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.
The Old New Thing
May 26, 2026
Post comments count6
Post likes count6

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.
.NET Blog
May 26, 2026
Post comments count0
Post likes count1

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.
.NET Blog
May 26, 2026
Post comments count0
Post likes count3

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,...
Visual Studio Blog
May 26, 2026
Post comments count4
Post likes count6

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.
The Old New Thing
May 25, 2026
Post comments count10
Post likes count6

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 Start.
The Old New Thing
May 22, 2026
Post comments count0
Post likes count1

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 varchar(max) and nvarchar(max) inputs of up to 2 MB across all seven regex functions, including the two table-valued functions (REGEXP_MATCHES and REGEXP_SPLIT_TO_TABLE). This capability ships in SQL Server...
Azure SQL Dev Corner
May 22, 2026
Post comments count3
Post likes count1

Why do you say that a COM STA thread must pump messages if I see sample code creating STA threads and not pumping messages?

Raymond Chen
You need to pump messages when idle, but maybe you are never idle.
The Old New Thing
May 22, 2026
Post comments count0
Post likes count1

Agent Skills for Python: File, Code, and Class - Composed in One Provider

Sergey Menshykh
Python developers working with Agent Skills can now author skills as files on disk, as inline Python code, or as reusable classes - and mix them freely through composable source classes that handle discovery, filtering, and deduplication. A skill living in your local repository, one...
Microsoft Agent Framework
May 21, 2026
Post comments count0
Post likes count3

The AX stack: what's fixed, where you can win

Waldek Mastykarz
AI coding agents promise to make you more productive. On the surface they do, but in practice they fall short: agents generate code that doesn't compile, use a deprecated SDK, or pick the wrong service entirely. Is it you using it wrong? Is it your tech stack? Or is it the tools you...
Microsoft for Developers
May 21, 2026
Post comments count10
Post likes count10

Plan Before You Build: Introducing the Plan agent in Visual Studio

Rachel Kang (SHE/HER)
You ask Copilot to tackle something big, it gets to work, and a dozen file changes later you realize you had a completely different approach in mind. The code isn't wrong... it just isn't what you were going for. Last year, we introduced planning as a feature in Agent mode to help with...
Visual Studio Blog
May 21, 2026
Post comments count2
Post likes count4

Announcing Agent Governance Toolkit MCP Extensions for .NET

Jack Batzner
Announcing a Public Preview .NET package that adds policy enforcement, startup tool scanning, fallback governance, and response sanitization to MCP servers with a single builder extension.
.NET Blog
May 21, 2026
Post comments count35
Post likes count16

Improving C# Memory Safety

Richard Lander
The `unsafe` keyword is being redesigned to mark caller-facing contracts rather than just syntax. Safety obligations between callers and callees become visible and reviewable. The model is motivated by the rise of AI-assisted code generation and arrives as a preview in .NET 11.
.NET Blog
May 21, 2026
Post comments count0
Post likes count3

How do I use Win32 structures from the Windows Runtime?

Raymond Chen
Trick question: You can't. But maybe you can fake it.
The Old New Thing
May 21, 2026
Post comments count1
Post likes count2

PowerShell is now notarized and hardened for macOS

Jason Helmick
PowerShell for macOS is now properly notarized and hardened, meeting both Apple and Microsoft security requirements.
PowerShell Team
May 21, 2026
Post likes count4

Coordinating AI-Assisted Development with AGENTS.md and Skills

Jimmy,
Destiny
How to move AI-assisted development from ad-hoc experimentation to a coordinated team-wide capability using AGENTS.md and reusable skills with GitHub Copilot CLI
ISE Developer Blog
May 20, 2026
Post likes count0

Visual Studio Code 1.121

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.121 Read the full article
VS Code Blog
May 20, 2026
Post comments count2
Post likes count4

PowerShell PSResource Roadmap and Best Practices

Sydney Smith
PowerShell is a critical automation and configuration platform across enterprises—and as that automation grows, how you source, validate, and distribute PowerShell packages becomes just as important as the scripts themselves. Modern security guidance increasingly treats package feeds...
PowerShell Team
May 20, 2026
Post comments count0
Post likes count5

Your dev loop is full of tribal knowledge

David Fowler
Aspire turns a team's scattered tribal knowledge into an explicit, incrementally-adoptable app model that humans, scripts, and AI agents can all use.
Aspire Blog
May 20, 2026
Post comments count0
Post likes count0

Stop prompt injection from hijacking your agent, new security capabilities now released within Agent Framework

Eduard,
Shruti
Prompt injection is the #1 risk on the OWASP LLM Top 10, and most agents in production today defend against it with one of two heuristics: a defensive system prompt, or a hand-rolled allowlist. Neither is deterministic. Both fail silently the day someone slips a [SYSTEM OVERRIDE] line...
Microsoft Agent Framework
May 20, 2026
Post comments count1
Post likes count2

The classic TreeView control lets me sort by name or by lParam, but why not both?

Raymond Chen
You need to arrange to get one from the other.
The Old New Thing
May 19, 2026
Post comments count6
Post likes count2

Introducing Sample Profile Guided Optimization in MSVC

David Gillies
Profile Guided Optimization (PGO) has long been one of the most powerful tools in the MSVC compiler's arsenal for improving the runtime performance of C and C++ applications. By using execution profile data collected from representative workloads, PGO enables the compiler to make smarter...
C++ Team Blog
May 19, 2026
Post comments count0
Post likes count1

How to run evals for the model router

Sanjeev,
leestott,
Marie-Louise
Walk through running quality, cost, and latency evaluations for the Foundry model router using an open-source GitHub repo designed for router-aware eval pipelines.
Microsoft Foundry Blog
May 19, 2026
Post comments count0
Post likes count3

Package Identity

Howard Kapustein
An MSIX package identity is composed of a five-part tuple that uniquely identifies a package. It consists of the following attributes: Name Version Architecture Resource Id Publisher Together, these fields form the canonical identity of a package. Programmatically, this identity can...
Inside MSIX
May 19, 2026
Post comments count6
Post likes count7

Agentic-Agile: Why Agent Development Needs Agile (Not Just Prompts)

Daniel Epstein
"A bad system will beat a good person [or agent] every time" ~Dr. William Edwards Deming (with apologies) I started vibe coding by writing prompts (often dictated into my phone), refining them with an agent in M365 Copilot, and creating handoff files to use with GitHub Copilot CLI. The...
Microsoft for Developers
May 19, 2026
Post comments count0
Post likes count0

Eliminate LLM Cold starts: Load models up to 6x Faster with Azure Blob Storage and Run:AI Model Streamer

Vishnu Charan TJ
Stop paying for idle GPUs while model weights copy to disk. Stream them straight into GPU memory instead with Run:AI Streamer from Azure Blob Storage. The Problem: Every Cold Start Costs You More Than Money GPU compute is among the most expensive cloud infrastructure, and every...
Azure SDK Blog
May 19, 2026
Post comments count5
Post likes count5

What is the history of the ERROR_ARENA_TRASHED error code?

Raymond Chen
The storage control blocks were destroyed.
The Old New Thing
May 19, 2026
Post comments count10
Post likes count3

NuGet PackageReference for C++ Projects in Visual Studio

Augustin Popa
Native C++ projects (.vcxproj) now support NuGet PackageReference, the same modern package management experience .NET developers have used for years. Available as an experimental feature in Visual Studio 2026 version 18.7.
C++ Team Blog
May 18, 2026
Post comments count4
Post likes count3

NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports

Nikolche Kolev
Package pruning in .NET 10 removes platform-provided packages from your dependency graph. With transitive auditing enabled by default, projects with these defaults have 70% fewer transitive vulnerability reports compared to projects using the previous defaults.
.NET Blog
May 18, 2026
Post comments count5
Post likes count7

Just shows that nobody cares about debugging the parity flag any more

Raymond Chen
Reported incorrectly since the day it was written.
The Old New Thing