Microsoft
Developer Blogs

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

Highlights

VSLive! Microsoft AI Hackathon 2026: Send Your Team Home With Working Code

If you lead a development team, you already know the pattern. You approve the travel, your developers attend a great conference, they come back energized, and then the work resumes exactly as it was. The ideas don't survive contact with the backlog. This July at VSLive! @ Microsoft...
Read moreClick to read more about this post

Microsoft SQL Security Across the MAESTRO Stack: Building Secure Agentic AI with Defense-in-Depth

Artificial Intelligence is evolving rapidly. What began as simple prompt-and-response systems is now transforming into fully autonomous, agentic AI architectures capable of reasoning, orchestrating tools, interacting with enterprise data, and invoking external systems dynamically. While...
Read moreClick to read more about this post

Latest posts

Feb 6, 2026
Post comments count2
Post likes count0

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

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
Feb 6, 2026
Post comments count0
Post likes count3

Masking Sensitive Data in Azure SQL

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
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

Raymond Chen
Preventing the resize cursor from appearing.
The Old New Thing
Feb 5, 2026
Post comments count0
Post likes count2

Enable Soft Delete in Azure SQL

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
Feb 5, 2026
Post comments count1
Post likes count4

Securing Aspire Apps with Microsoft Entra ID

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
Feb 5, 2026
Post comments count7
Post likes count0

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

Tara,
Brett
An announcement of .NET Framework 3.5 servicing updates on new versions of Windows.
.NET Blog
Feb 5, 2026
Post comments count0
Post likes count0

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

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

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

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
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?

Raymond Chen
Deny changes to the width.
The Old New Thing