Showing archive results for May 2026

May 26, 2026
Post comments count0
Post likes count0

Give Your .NET MAUI Android Apps a Material 3 Makeover

Gerald Versluis

Material 3 (a.k.a. Material You) support is now available for .NET MAUI apps on Android. Here is how to enable it, what changes today, and what is still on the way.

.NET.NET MAUI.NET for Android
May 21, 2026
Post comments count1
Post likes count3

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.

.NETAISecurity
May 21, 2026
Post comments count19
Post likes count11

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.

.NETC#AI
May 18, 2026
Post comments count4
Post likes count2

NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports

Nikolche Kolev

Package pruning in .NET 10 removes platform-provided packages from your dependency graph. With transitive auditing enabled by default, projects with these defaults have 70% fewer transitive vulnerability reports compared to projects using the previous defaults.

.NETNuGetSecurity
May 13, 2026
Post comments count13
Post likes count15

Process API Improvements in .NET 11

Adam Sitnik

Process API improvements in .NET 11, including high-level APIs for starting processes, capturing output without deadlocks, handle inheritance control, lifetime management features, and a lightweight `SafeProcessHandle`-based API surface.

.NET
May 13, 2026
Post comments count4
Post likes count9

.NET MAUI Moves to CoreCLR in .NET 11

David Ortinau

.NET MAUI apps on Android, iOS, and Mac Catalyst now run on CoreCLR by default in .NET 11, unifying the runtime across all of .NET.

.NET.NET MAUI
May 12, 2026
Post comments count7
Post likes count5

.NET 11 Preview 4 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more!

.NETASP.NET CoreC#
May 7, 2026
Post comments count1
Post likes count3

Copilot Studio gets faster with .NET 10 on WebAssembly

Daniel Roth

Microsoft Copilot Studio recently upgraded its .NET WebAssembly engine to .NET 10. The migration was straightforward, simplified deployment, and delivered another round of meaningful performance gains for end users.

.NETPerformanceDeveloper Stories