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

Data API builder (DAB) masking data
Feb 6, 2026
Post comments count0
Post likes count3

Masking Sensitive Data in Azure SQL

Author Avatar
Jerry Nixon
Applications often need access to data without needing access to everything. Social Security numbers, email addresses, and phone numbers are common examples. Storing them is required. Exposing them broadly is not. This is especially valuable when exposing a database to an AI agent through...
Azure SQL Dev Corner
banner oldnewthing blue image
Feb 6, 2026
Post comments count1
Post likes count3

How can I prevent the user from changing the widths of ListView columns in version 5 of the common controls?, part 2

Author Avatar
Raymond Chen
Preventing the resize cursor from appearing.
The Old New Thing
Data API builder (DAB) Holding Trash
Feb 5, 2026
Post comments count0
Post likes count2

Enable Soft Delete in Azure SQL

Author Avatar
Jerry Nixon
Sometimes applications need to remove data without actually losing it. Soft delete keeps rows in the database while making them invisible to normal application access. This is especially valuable when exposing a database to an AI agent through MCP servers like SQL MCP Server, where safety...
Azure SQL Dev Corner
securing aspire with entra id png image
Feb 5, 2026
Post comments count0
Post likes count4

Securing Aspire Apps with Microsoft Entra ID

Author Avatar
Jean-Marc Prieur
Learn to secure Aspire distributed applications with Microsoft Entra ID authentication. Use AI skills with GitHub Copilot for a 5-minute setup, or follow the detailed guide to understand JWT Bearer protection, OIDC sign-in, and automatic token handling.
Aspire Blog
dotnet framework 35 standalone featured png image
Feb 5, 2026
Post comments count7
Post likes count0

.NET Framework 3.5 Moves to Standalone Deployment in new versions of Windows

Author AvatarAuthor Avatar
Tara,
Brett
An announcement of .NET Framework 3.5 servicing updates on new versions of Windows.
.NET Blog
MSFT BANNER CONF42GOLANG2022 image
Feb 5, 2026
Post comments count0
Post likes count0

Go 1.25.7-1 and 1.24.13-1 Microsoft builds now available

Author Avatar
Davis Goodin
A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers
Entra ID Authentication
Feb 5, 2026
Post comments count1
Post likes count0

How to Enable Microsoft Entra ID for Azure Cosmos DB (NoSQL)

Author Avatar
Sudhanshu Khera
Strengthen Identity Security and Eliminate Account Keys Identity is becoming the new security perimeter. As organizations modernize their cloud applications, long‑lived secrets and shared keys introduce unnecessary risk. Azure Cosmos DB now fully supports Microsoft Entra ID for both...
Azure Cosmos DB Blog
banner oldnewthing blue image
Feb 5, 2026
Post comments count6
Post likes count2

How can I prevent the user from changing the widths of ListView columns in version 5 of the common controls?

Author Avatar
Raymond Chen
Deny changes to the width.
The Old New Thing
industrial facility png image
Feb 5, 2026
Post likes count0

Minimal GitOps for Edge Applications with Azure IoT Operations and Azure DevOps

Author Avatar
Maho Pacheco
How we built a minimal, scalable GitOps workflow for edge applications using Azure IoT Operations, Azure DevOps, and a multi-repo strategy. Includes pipeline templates and scripts for real-world deployments.
ISE Developer Blog