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

Enhancing Code Quality at Scale with AI-Powered Code Reviews

Microsoft’s AI-powered code review assistant has transformed pull request workflows by automating routine checks, suggesting improvements, and enabling conversational Q&A, leading to faster PR completion, improved code quality, and enhanced developer onboarding. Its seamless integration and customizability have driven widespread adoption within Microsoft
Read moreClick to read more about this post

Latest posts

Jun 2, 2026
Post comments count15
Post likes count8

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