Microsoft
Developer Blogs

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

Highlights

MicrosoftTeams image image

When Infrastructure Scales But Understanding Doesn't

We all know this, even if we don't like to admit it: modern infrastructure can scale infinitely, but human understanding doesn't. We've all seen it happen - organizations going from managing dozens of servers to thousands of containers, from deploying weekly to deploying hundreds of...
Read moreClick to read more about this post

Authentication Tokens Are Not a Data Contract

Authentication tokens exist to answer one question: is this caller authorized to do this? They are not intended to be a stable data interface, a schema you can depend on, or an input into application logic. If your application decodes tokens and reads claims from them, this is an...
Read moreClick to read more about this post

Latest posts

LangChain4j image
Mar 24, 2026
Post comments count0
Post likes count0

📢LangChain4j got a new video series

Author Avatar
Rory Preddy
We recently released a step-by-step course from simple chat to AI agents using LangChain4j 👉http://aka.ms/LangChain4j-for-Beginners Now watch the new 6️⃣part Video series with tons of hands-on demos. Let's break down what you'll learn. Introduction to...
Microsoft for Java Developers
Image sql database 3 560
Mar 23, 2026
Post comments count0
Post likes count0

SQL code analysis in VS Code: Configure rules without editing your project file

Author Avatar
Iqra Shaikh
SQL code analysis has been part of the SSDT workflow for a long time. Before deploying a schema change, you could run a set of static analysis rules against your project to catch potential issues, things like missing primary keys, deprecated syntax, or objects that could break under...
Azure SQL Dev Corner
agentic platform engineering image
Mar 23, 2026
Post comments count0
Post likes count1

Agentic Platform Engineering with GitHub Copilot

Author AvatarAuthor Avatar
Diego,
Ray
We've talked about the human scale problem and what happens when infrastructure scales but understanding doesn't. If you've been following along, you know the thesis: our tools have outpaced our ability to operate them, and platform engineering is how we're fighting back. But here's...
All things Azure
Screenshot 2026 03 23 172812 image
Mar 23, 2026
Post comments count0
Post likes count0

Manage SQL database schemas in VS Code: Publish dialog and item templates

Author Avatar
Iqra Shaikh
Making schema changes often means jumping between tools. You write code in VS Code, then switch to a separate tool to deploy your changes : exporting a script, running it manually, or copy-pasting into a query editor. Either way, it pulls you out of your flow. With the latest updates to...
Azure SQL Dev Corner
generative ai for beginners dotnet version 2 on dotnet 10 png image
Mar 23, 2026
Post comments count0
Post likes count0

Generative AI for Beginners .NET: Version 2 on .NET 10

Author AvatarAuthor Avatar
Pablo,
Bruno
Announcement of Version 2 of Generative AI for Beginners .NET, a free course rebuilt for .NET 10 with Microsoft.Extensions.AI, updated RAG patterns, and new agent framework content across five structured lessons for building production-ready AI apps.
.NET Blog
azd c2c foundry blog image
Mar 23, 2026
Post comments count0
Post likes count2

From code to cloud: Deploy an AI agent to Microsoft Foundry in minutes with azd

Author Avatar
PuiChee (PC) Chan
Deploy and monitor an AI agent on Microsoft Foundry using the Azure Developer CLI (azd). This tutorial covers infrastructure scaffolding with Bicep, one-command deployment, local development, and real-time log streaming—all from Visual Studio Code.
Azure SDK Blog
ts 6 0 2 image
Mar 23, 2026
Post comments count2
Post likes count4

Announcing TypeScript 6.0

Author Avatar
Daniel Rosenwasser
Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it's a language that builds on JavaScript by adding syntax for types, which enables type-checking to catch errors, and provide rich editor tooling. You can learn more about...
TypeScript
featured image png image
Mar 23, 2026
Post comments count0
Post likes count2

Announcing Aspire 13.2

Author AvatarAuthor Avatar
Maddy,
David
Aspire 13.2 brings TypeScript AppHost authoring, an agent-native CLI, Foundry integration, and more.
Aspire Blog
cca featured image jpg image
Mar 23, 2026
Post comments count7
Post likes count3

Ten Months with Copilot Coding Agent in dotnet/runtime

Author Avatar
Stephen Toub - MSFT
After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development.
.NET Blog
banner oldnewthing blue image
Mar 23, 2026
Post comments count4
Post likes count1

How can I make sure the anti-malware software doesn't terminate my custom service?

Author Avatar
Raymond Chen
You'll have to ask nicely.
The Old New Thing
77ix12m5 copilot image
Mar 22, 2026
Post comments count0
Post likes count0

Important updates: GitHub Copilot support ending for JetBrains 2024.2 and 2024.3

Author Avatar
Jialuo Gan
To deliver new features faster and continue improving stability and performance, GitHub Copilot plugin will end support for JetBrains IDEs versions 2024.2 and 2024.3. By focusing on newer versions, we can bring you new capabilities more quickly and ensure a high-quality...
Microsoft for Java Developers
banner oldnewthing blue image
Mar 20, 2026
Post comments count4
Post likes count2

Windows stack limit checking retrospective: arm64, also known as AArch64

Author Avatar
Raymond Chen
Wrapping things up.
The Old New Thing
feature image png image
Mar 19, 2026
Post comments count2
Post likes count3

Accelerating .NET MAUI Development with AI Agents

Author Avatar
David Ortinau
Learn how custom-built AI agents are dramatically improving the .NET MAUI contribution workflow, reducing issue resolution time by 50-70% while increasing test coverage and code quality.
.NET Blog
featured image image
Mar 19, 2026
Post comments count0
Post likes count6

Remote MCP Server preview in Microsoft Foundry

Author Avatar
Dan Hellem
Earlier this week we release the public preview for our Azure DevOps MCP Server. Today we are excited to let you know that the Azure DevOps MCP Server is now available to use in Microsoft Foundry. For those who are new to Foundry, Microsoft Foundry is a unified platform for building and...
Azure DevOps Blog
banner oldnewthing blue image
Mar 19, 2026
Post comments count8
Post likes count3

Windows stack limit checking retrospective: amd64, also known as x86-64

Author Avatar
Raymond Chen
Reaching the modern day.
The Old New Thing
cover png image
Mar 19, 2026
Post likes count1

From Azure IoT Operations Data Processor Pipelines to Dataflows

Author Avatar
Maho Pacheco
In this post we explore the evolution from Azure IoT Operations Data Processor Pipelines to Dataflows, why we adopted a hybrid strategy with custom Rust pods, and the architectural lessons we learned building event detection systems at the edge.
ISE Developer Blog
Visual Studio Code 1.112
Mar 18, 2026
Post likes count0

Visual Studio Code 1.112

Author Avatar
Visual Studio Code Team
Learn what's new in Visual Studio Code 1.112 Read the full article
VS Code Blog
Sparkle blue 1 image
Mar 18, 2026
Post comments count0
Post likes count1

When Infrastructure Scales But Understanding Doesn't

Author AvatarAuthor Avatar
Diego,
Ray
We all know this, even if we don't like to admit it: modern infrastructure can scale infinitely, but human understanding doesn't. We've all seen it happen - organizations going from managing dozens of servers to thousands of containers, from deploying weekly to deploying hundreds of...
All things Azure
PowerShell Logo
Mar 18, 2026
Post comments count2
Post likes count5

Announcing PowerShell 7.6 (LTS) GA Release

Author Avatar
Jason Helmick
We're excited to announce the General Availability of PowerShell 7.6, the next Long Term Support (LTS) release of PowerShell. PowerShell 7.6 is built on .NET 10 (LTS), continuing the alignment between PowerShell and the modern .NET platform. PowerShell 7.6 includes reliability...
PowerShell Team
azd agent test blog image
Mar 18, 2026
Post comments count0
Post likes count2

Azure Developer CLI (azd): Run and test AI agents locally with azd

Author AvatarAuthor Avatar
PuiChee,
Travis
New azd ai agent run and invoke commands let you start and test AI agents from your terminal—locally or in the cloud.
Azure SDK Blog
Security image
Mar 18, 2026
Post comments count2
Post likes count2

Authentication Tokens Are Not a Data Contract

Author Avatar
Angel Wong
Authentication tokens exist to answer one question: is this caller authorized to do this? They are not intended to be a stable data interface, a schema you can depend on, or an input into application logic. If your application decodes tokens and reads claims from them, this is an...
Azure DevOps Blog
Image sql database 3 560
Mar 18, 2026
Post comments count0
Post likes count1

DiskANN Vector Index Improvements

Author AvatarAuthor Avatar
Davide,
Pooja
Remember when we announced the Public Preview of DiskANN vector indexes back in November and mentioned that once you created the index, your table became read‑only? Yeah… about that... 😅 We shipped early because the demand for Vector search in SQL was overwhelming. We knew the...
Azure SQL Dev Corner
Flat illustration of an AI robot on the left connected to a cloud server on the right by a glowing circular arrow, representing an asynchronous continuation token and polling loop.
Mar 18, 2026
Post comments count2
Post likes count1

Handling Long-Running Operations with Background Responses

Author AvatarAuthor Avatar
Sergey,
Eduard
Handling Long-Running Operations with Background Responses AI agents powered by reasoning models can take minutes to work through complex problems — deep research, multi-step analysis, lengthy content generation. In a traditional request-response pattern, that means your client sits...
Microsoft Agent Framework
Image sql database 3 560
Mar 18, 2026
Post comments count1
Post likes count4

MSSQL Extension for VS Code: SQL Notebooks, AI-Powered Schema Design, Data API builder & More

Author AvatarAuthor AvatarAuthor Avatar
Yo-Lei,
Tauseef,
Carlos
The MSSQL extension for VS Code v1.41 continues to evolve, delivering features that make SQL development more integrated, more powerful, and more developer-friendly. In this release, we're introducing the Public Preview of Schema Designer with GitHub Copilot, Data API builder, and SQL...
Azure SQL Dev Corner
default image image
Mar 18, 2026
Post comments count0
Post likes count1

Changes to attachment IDs for inline images in Outlook add-ins

Author Avatar
Office Extensibility team
Read how inline image attachments are handled when they’re programmatically added to a mail item's signature or body in Outlook on the web and the new Outlook for Windows
Microsoft 365 Developer Blog
banner oldnewthing blue image
Mar 18, 2026
Post comments count1
Post likes count1

Windows stack limit checking retrospective: Alpha AXP

Author Avatar
Raymond Chen
Double the size, double the fun.
The Old New Thing
Sparkle blue 1 image
Mar 17, 2026
Post comments count0
Post likes count2

From 150 Unread to Zero Stress: Automating Inbox Triage with MCP and GitHub Copilot

Author Avatar
Desi Villanueva
Taming the Noisy Inbox: How I Used MCP to Automate Email and Teams Triage How the Model Context Protocol (MCP) turns your AI coding assistant into a workplace productivity engine — connecting Microsoft 365 data to your terminal workflow.   The Problem We All Share If you work...
All things Azure