Microsoft
Developer Blogs

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

Highlights

Abstract digital background with flowing green luminous waves and scattered light particles against a dark backdrop, evoking data streams and technology connectivity. Text:

Stop prompt injection from hijacking your agent, new security capabilities now released within Agent Framework

Prompt injection is the #1 risk on the OWASP LLM Top 10, and most agents in production today defend against it with one of two heuristics: a defensive system prompt, or a hand-rolled allowlist. Neither is deterministic. Both fail silently the day someone slips a [SYSTEM OVERRIDE] line...
Read moreClick to read more about this post

Announcing Agent Governance Toolkit MCP Extensions for .NET

Announcing a Public Preview .NET package that adds policy enforcement, startup tool scanning, fallback governance, and response sanitization to MCP servers with a single builder extension.
Read moreClick to read more about this post

Latest posts

May 22, 2026
Post comments count0
Post likes count0

Regex support for LOB types in T-SQL—available in Azure SQL & SQL Server 2025

Abhiman Tiwari
At a glance — Native regular expression (regex) functions in T-SQL now accept varchar(max) and nvarchar(max) inputs of up to 2 MB across all seven regex functions, including the two table-valued functions (REGEXP_MATCHES and REGEXP_SPLIT_TO_TABLE). This capability ships in SQL Server...
Azure SQL Dev Corner
May 22, 2026
Post comments count0
Post likes count0

Agent Skills for Python: File, Code, and Class - Composed in One Provider

Sergey Menshykh
Python developers working with Agent Skills can now author skills as files on disk, as inline Python code, or as reusable classes - and mix them freely through composable source classes that handle discovery, filtering, and deduplication. A skill living in your local repository, one...
Microsoft Agent Framework
May 21, 2026
Post comments count0
Post likes count1

The AX stack: what's fixed, where you can win

Waldek Mastykarz
AI coding agents promise to make you more productive. On the surface they do, but in practice they fall short: agents generate code that doesn't compile, use a deprecated SDK, or pick the wrong service entirely. Is it you using it wrong? Is it your tech stack? Or is it the tools you...
Microsoft for Developers
May 21, 2026
Post comments count0
Post likes count2

Plan Before You Build: Introducing the Plan agent in Visual Studio

Rachel Kang (SHE/HER)
You ask Copilot to tackle something big, it gets to work, and a dozen file changes later you realize you had a completely different approach in mind. The code isn't wrong... it just isn't what you were going for. Last year, we introduced planning as a feature in Agent mode to help with...
Visual Studio Blog
May 21, 2026
Post comments count0
Post likes count2

Announcing Agent Governance Toolkit MCP Extensions for .NET

Jack Batzner
Announcing a Public Preview .NET package that adds policy enforcement, startup tool scanning, fallback governance, and response sanitization to MCP servers with a single builder extension.
.NET Blog
May 21, 2026
Post comments count10
Post likes count7

Improving C# Memory Safety

Richard Lander
The `unsafe` keyword is being redesigned to mark caller-facing contracts rather than just syntax. Safety obligations between callers and callees become visible and reviewable. The model is motivated by the rise of AI-assisted code generation and arrives as a preview in .NET 11.
.NET Blog
May 21, 2026
Post comments count0
Post likes count2

How do I use Win32 structures from the Windows Runtime?

Raymond Chen
Trick question: You can't. But maybe you can fake it.
The Old New Thing
May 21, 2026
Post comments count1
Post likes count1

PowerShell is now notarized and hardened for macOS

Jason Helmick
PowerShell for macOS is now properly notarized and hardened, meeting both Apple and Microsoft security requirements.
PowerShell Team
May 21, 2026
Post likes count3

Coordinating AI-Assisted Development with AGENTS.md and Skills

Jimmy,
Destiny
How to move AI-assisted development from ad-hoc experimentation to a coordinated team-wide capability using AGENTS.md and reusable skills with GitHub Copilot CLI
ISE Developer Blog