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 10, 2026
Post comments count0
Post likes count0

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

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 9, 2026
Post comments count1
Post likes count0

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 count4

.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