Microsoft
Developer Blogs

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

Highlights

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

Starting in Word and expanding to nearly every other word processor, and even things that aren't word processors.
Read moreClick to read more about this post

Stop overloading your skills

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

Latest posts

Jul 1, 2026
Post likes count0

Visual Studio Code 1.127

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.127 (Insiders) Read the full article
VS Code Blog
Jul 1, 2026
Post comments count0
Post likes count0

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...
Microsoft for Developers
Jul 1, 2026
Post comments count0
Post likes count0

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

Raymond Chen
Unlocking the door from the inside.
The Old New Thing
Jul 1, 2026
Post comments count0
Post likes count0

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 udpates video), we shipped a wave of updates across SQL Server, Azure SQL, and SQL database in Fabric, with...
Azure SQL Dev Corner
Jun 30, 2026
Post comments count0
Post likes count1

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

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

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

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

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

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...
Inside MSIX
Jun 30, 2026
Post comments count0
Post likes count0

2026 mid-year link clearance

Raymond Chen
Made it to another midpoint.
The Old New Thing
Jun 30, 2026
Post comments count4
Post likes count2

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

Raymond Chen
Finding an illicit place to hide data.
The Old New Thing
Jun 30, 2026
Post comments count0
Post likes count0

🚀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...
React Native
Jun 29, 2026
Post comments count1
Post likes count0

.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).
.NET Blog
Jun 29, 2026
Post comments count2
Post likes count2

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

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.
.NET Blog
Jun 29, 2026
Post comments count12
Post likes count15

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...
Windows Command Line
Jun 29, 2026
Post comments count5
Post likes count2

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,...
Visual Studio Blog