Microsoft
Developer Blogs

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

Highlights

semantic kernal featured image image

Masking Sensitive Data in Azure SQL

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

WinGet Configuration: Set up your dev machine in one command

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

Latest posts

Feb 6, 2026
Post comments count1
Post likes count0

Building an AI Skills Executor in .NET: Bringing Anthropic's Agent Pattern to the Microsoft Ecosystem

Author Avatar
Matt Kruczek
We welcome guest author, Matt Kruczek, to share how to build a complete Skills Executor in .NET, combining Azure OpenAI with the Model Context Protocol (MCP) C# SDK to bring the same agentic patterns to the Microsoft ecosystem. You’ll see how to define reusable skills, connect local and external tools, and orchestrate intelligent agent loops—so enterprise teams can standardize AI behavior without hardcoding business logic.
Microsoft Foundry Blog
Gemini Generated Image niuulgniuulgniuu image
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 Devs’ 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
Gemini Generated Image 7spomo7spomo7spo image
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 Devs’ 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