Microsoft SQL Midyear 2026: The Quiet Shift from Database Engine to AI Data Platform

The 2026 SQL update wave shows a strategic transition: SQL is no longer just a persistence layer, it is becoming the governed execution backbone for agentic applications.

VS Code’s GPT-5.5 Prompt Tuning Proves a Hard Truth: Harness Design Beats Hype

The VS Code experiment with GPT-5.5 shows measurable gains come from disciplined harness and prompt iteration, not just swapping to newer foundation models.

Intelligent Terminal 0.1.1 Is Starting to Show What an AI-Native Shell Experience Could Look Like

Intelligent Terminal 0.1.1 adds Bash and WSL support, a manual /fix flow, and on-the-fly model switching. It is still early, but the direction is becoming much more interesting for developers who live in the terminal.

Azure Developer CLI Keeps Becoming a Better Inner-Loop Tool

The May and June 2026 Azure Developer CLI releases add a lot, but the biggest value is how they improve the day-to-day loop: better tooling management, safer provisioning, stronger extension support, and more practical execution workflows.

Windows App Development CLI Keeps Getting More Useful for Real Packaging Work

Windows App Development CLI v0.3.2 adds MSIX bundle support, smarter project initialization, and better automation behavior. For Windows-focused .NET teams, that makes it more practical as part of a real packaging workflow.

The Binlog MCP Server Might Be the Most Practical AI Debugging Tool for .NET Right Now

The new Microsoft Binlog MCP Server gives AI assistants direct access to MSBuild binary logs. For .NET developers, that could turn build investigation from manual archaeology into a much faster conversational workflow.

PowerToys 0.100 Has More .NET Developer Relevance Than You Might Expect

PowerToys 0.100 is not a pure .NET story, but the .NET 10 upgrade, Command Palette improvements, and developer-focused workflow polish make it worth a closer look for Windows-based developers.

Visual Studio’s May Update Is Really About Better Control Between Idea and Change

The May Visual Studio update adds the Plan agent, better skill management, context window visibility, and stronger multi-file diff experiences. The common theme is better control over the AI-assisted inner loop.

Copilot Code Reviews in Azure Repos Are a Bigger Deal Than They Look

GitHub Copilot code reviews are coming to Azure Repos, and that matters for teams that are not ready to move everything to GitHub yet. The real value is keeping AI-assisted review inside an existing enterprise workflow.

Why the Layered Design of Microsoft Agent Framework Actually Matters

The new layered SDK explanation for Microsoft Agent Framework is more than architecture talk. It shows how Microsoft wants developers to move from simple loops to production-grade orchestration without throwing everything away.

VS Code 1.121: Pin Favorite Models, Terminal Output Compression, Agent SSH

VS Code 1.121 adds model favorites, expanded terminal tool output compression for test runners and build tools, idle-silence timer for background terminals, and keyboard-interactive SSH in agent host.

VS Code 1.120: Password Prompts, Context Size Picker, GitHub Metadata in Agent Host

VS Code 1.120 is a focused release for Copilot users: secure password prompt handling, model context size picker, GitHub PR metadata in agent sessions, and session archive management.

Agent Skills in Visual Studio: Teach Copilot How Your Team Actually Works

Visual Studio now supports Agent Skills — reusable instruction sets that teach Copilot your team's specific workflows, coding standards, and conventions. Define once, apply automatically.

Intelligent Terminal 0.1 Is a Serious First Shot at an AI-Native Shell

Intelligent Terminal 0.1 introduces a native agent pane, error-aware assistance, background agent tasks, and command-palette-driven agent flows. It is experimental, but the direction is very compelling.

Azure DevOps and GitHub in the AI Era: The Platform Split Is Getting Clearer

Microsoft’s latest Azure DevOps and GitHub update makes the direction clearer: GitHub is where the newest agentic workflows land first, while Azure DevOps continues to matter for hybrid and transitional enterprise realities.

Aspire 13.4 Is Supposed to Be a Small Release — It Does Not Read Like One

Aspire 13.4 brings TypeScript AppHost GA, more powerful resource commands, stronger Kubernetes support, Go integration, and AI-adjacent CLI improvements. That is a lot for a so-called small release.

Foundry Local Is Starting to Make Edge AI Development Feel Practical

The latest Foundry Local updates expand language support, Linux ARM64 support, cancellation flows, and Windows acceleration. The bigger story is that local and edge AI development is getting easier to operationalize.

NuGet Package Pruning in .NET 10 Is the Kind of Improvement You Feel Everywhere

NuGet package pruning in .NET 10 reduces false-positive vulnerability reports, simplifies the restore graph, and improves restore performance. It is one of those platform changes that quietly makes daily work better.

The MSSQL Extension for VS Code Is Quietly Becoming a Much Bigger Platform

The latest MSSQL extension update adds Azure SQL provisioning, Copilot-assisted schema design, Data API builder, and notebooks. The interesting part is how much database work can now stay inside VS Code.

VS Code 1.119: OpenTelemetry for Agent Sessions, Browser Integration, and Security

VS Code 1.119 (May 2026) adds OpenTelemetry tracing for agent sessions, browser tab sharing for agents, trust & security improvements, and a 1.119.1 security patch.

Azure Data Studio Is Retired: Move Your Azure SQL Workflow to VS Code

Azure Data Studio retired February 6 2025, with support ending February 28 2026. Here is the complete migration path to VS Code with the MSSQL extension.

Azure MCP Server Is Now a .mcpb — Install It Without Any Runtime

The Azure MCP Server is now available as an MCP Bundle (.mcpb) — download it, drag it into Claude Desktop, and you're done. No Node.js, Python, or .NET runtime required.

VS Code 1.118: Copilot CLI Gets Session Names, Model Badges, and TypeScript 7.0 Nightly Opt-In

Visual Studio Code 1.118 is a focused release centered on Copilot CLI improvements — session naming, model badges, auto model selection, and a new option to opt into TypeScript 7.0 nightlies.

azd Hooks in Python, TypeScript, and .NET: Stop Fighting Shell Scripts

The Azure Developer CLI now lets you write hooks in Python, JavaScript, TypeScript, or .NET. No more context-switching to Bash just to run a migration script.

Foundry Toolboxes: One Endpoint for All Your Agent Tools

Microsoft Foundry just launched Toolboxes in public preview — a way to curate, manage, and expose AI agent tools through a single MCP-compatible endpoint without re-wiring everything per agent.

Windows App Dev CLI v0.3: F5 from the Terminal and UI Automation for Agents

Windows App Development CLI v0.3 ships winapp run for terminal-based debug launches, winapp ui for UI automation, and a new NuGet package that makes dotnet run work with packaged apps.

VS Code 1.117: Agents Are Getting Their Own Git Branches and I'm Here For It

VS Code 1.117 ships worktree isolation for agent sessions, persistent Autopilot mode, and subagent support. The agentic coding workflow just got way more real.

Docker Sandbox Lets Copilot Agents Refactor Your Code Without Risking Your Machine

Docker Sandbox gives GitHub Copilot agents a secure microVM to run wild with refactoring — no permission prompts, no risk to your host. Here's why that changes everything for large-scale .NET modernization.

Stop Babysitting Your Terminal: Aspire's Detached Mode Changes the Workflow

Aspire 13.2 lets you run your AppHost in the background and take your terminal back. Combined with new CLI commands and agent support, this is a bigger deal than it sounds.

Azure MCP Tools Are Now Baked Into Visual Studio 2022 — No Extension Required

Azure MCP tools ship as part of the Azure development workload in Visual Studio 2022. Over 230 tools, 45 Azure services, zero extensions to install.

azd update — One Command to Rule All Your Package Managers

The Azure Developer CLI now has a universal update command that works regardless of how you installed it — winget, Homebrew, Chocolatey, or install script.

.NET Aspire 13.2 Wants to Be Your AI Agent's Best Friend

Aspire 13.2 goes all-in on agentic development — structured CLI output, isolated runs, auto-healing environments, and full OpenTelemetry data so your AI agents can actually build, run, and observe your apps.

Aspire's Isolated Mode Fixes the Port Conflict Nightmare for Parallel Development

Aspire 13.2 introduces --isolated mode: random ports, separate secrets, and zero collisions when running multiple instances of the same AppHost. Perfect for AI agents, worktrees, and parallel workflows.

That Visual Studio Floating Windows Setting You Didn't Know About (But Should)

A hidden Visual Studio setting gives you full control over floating windows — independent taskbar entries, proper multi-monitor behavior, and perfect FancyZones integration. One dropdown changes everything.

VS Code 1.116 — Agents App Gets Keyboard Navigation and File Context Completions

VS Code 1.116 focuses on Agents app polish — dedicated keybindings, accessibility improvements, file-context completions, and CSS @import link resolution.

VS Code 1.115 — Background Terminal Notifications, SSH Agent Mode, and More

VS Code 1.115 brings background terminal notifications for agents, SSH remote agent hosting, file paste in terminals, and session-aware edit tracking. Here's what matters for .NET developers.

Aspire 13.2 Ships a Docs CLI — and Your AI Agent Can Use It Too

.NET Aspire 13.2 adds aspire docs — a CLI for searching, browsing, and reading official documentation without leaving your terminal. It also works as a tool for AI agents. Here's why this matters.

azd Now Lets You Run and Debug AI Agents Locally — Here's What Changed in March 2026

The Azure Developer CLI shipped seven releases in March 2026. The highlights: a local run-and-debug loop for AI agents, GitHub Copilot integration in project setup, and Container App Jobs support.

Azure DevOps Finally Fixes the Markdown Editor UX Everyone Complained About

The Azure DevOps Markdown editor for work items gets a clearer preview-vs-edit mode distinction. It's a small change that fixes a genuinely annoying workflow issue.

Bookmark Studio Brings Slot-Based Navigation and Sharing to Visual Studio Bookmarks

Mads Kristensen's new Bookmark Studio extension adds keyboard-driven slot navigation, a bookmark manager, colors, labels, and export/share capabilities to Visual Studio bookmarks.

Visual Studio's March Update Lets You Build Custom Copilot Agents — and the find_symbol Tool Is a Big Deal

Visual Studio's March 2026 update ships custom Copilot agents, reusable agent skills, a language-aware find_symbol tool, and Copilot-powered profiling from Test Explorer. Here's what matters.

From Laptop to Production: Deploying AI Agents to Microsoft Foundry with Two Commands

The Azure Developer CLI now has 'azd ai agent' commands that take your AI agent from local dev to a live Foundry endpoint in minutes. Here's the full workflow.

← All tags