Microsoft
Developer Blogs

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

Highlights

Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework

Microsoft Agent Framework now integrates with the GitHub Copilot SDK, enabling you to build AI agents powered by GitHub Copilot. This integration brings together the Agent Framework's consistent agent abstraction with GitHub Copilot's capabilities, including function calling, streaming...
Read moreClick to read more about this post

Latest posts

Feb 4, 2026
Post comments count0
Post likes count0

MSVC Build Tools Versions 14.30 – 14.43 Now Available in Visual Studio 2026

Author Avatar
Augustin Popa
When Visual Studio 2026 reached General Availability in November, it included several versions of the Microsoft C++ (MSVC) Build Tools: 14.50 (initially shipped with Visual Studio 2026) 14.44 (initially shipped with Visual Studio 2022 version 17.14) 14.29 (initially shipped...
C++ Team Blog
January 2026 Insiders (version 1.109)
Feb 4, 2026
Post likes count0

January 2026 Insiders (version 1.109)

Author Avatar
Visual Studio Code Team
Learn what is new in the Visual Studio Code January 2026 Release (1.109). Read the full article
VS Code Blog
Sparkle blue 1 image
Feb 4, 2026
Post comments count0
Post likes count0

The OS for Intelligence: How GitHub Bridges the Fragmented AI Landscape

Author Avatar
Poornima Prasad
We are currently living through the "fragmentation phase" of the AI revolution. If you’re a developer, you know the drill: You have Claude Code open for reasoning. You have ChatGPT open for logic checks. Then you drop into your terminal to actually build the thing—manually...
All things Azure
Screenshot 2026 02 04 103620 image
Feb 4, 2026
Post comments count0
Post likes count0

Roadmap for AI in Visual Studio (February)

Author Avatar
Rhea Patel
After a busy January (catch up here), we're shifting focus to reliability and refinement. This month is about tightening core workflows, improving agent stability, and building on the MCP foundations we've been laying. Agent Mode & Coding Agents Reliability is the priority this...
Visual Studio Blog
azd devcontainer blog image
Feb 4, 2026
Post comments count0
Post likes count0

Auto-install `azd` extensions in dev containers

Author Avatar
PuiChee (PC) Chan
The `azd` dev container feature now supports automatic extension installation.
Azure SDK Blog
blog hero optimized image
Feb 4, 2026
Post comments count0
Post likes count0

Azure Boards integration with GitHub Copilot includes custom agent support

Author Avatar
Dan Hellem
We recently released the GitHub Copilot Coding Agent for Azure Boards to all customers. If you’re not already familiar with it, we recommend taking a few minutes to read this blog post for an overview and details. One of the top requests from customers using the GitHub Copilot Coding...
Azure DevOps Blog
Feb 4, 2026
Post comments count1
Post likes count1

WinGet Configuration: Set up your dev machine in one command

Author Avatar
Kayla Cinnamon
I've set up a lot of dev machines in my life. Traditionally, this takes a lot of time to get everything just right, but now there's a faster way with WinGet Configuration files. Let me show you how to go from a fresh Windows install to a fully configured dev environment with a single...
Microsoft for Developers
banner oldnewthing blue image
Feb 4, 2026
Post comments count2
Post likes count1

How can I prevent the user from changing the widths of ListView columns?

Author Avatar
Raymond Chen
You can ask the header to be non-resizing.
The Old New Thing