.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Featured posts

Announcing .NET 10
Nov 11, 2025
Post comments count 15
Post likes count 53

Announcing .NET 10

BERJAYA
.NET Team

Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14...

.NETASP.NET CoreC#

Latest posts

BERJAYA
May 26, 2026
Post comments count 5
Post likes count 4

Doing More with GitHub Copilot as a .NET Developer

BERJAYA
Wendy Breiding (SHE/HER)

Want to get more out of your GitHub Copilot experience? Here are some easy ways to get started.

BERJAYA
May 26, 2026
Post comments count 0
Post likes count 1

Give Your .NET MAUI Android Apps a Material 3 Makeover

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

BERJAYA
May 21, 2026
Post comments count 2
Post likes count 3

Announcing Agent Governance Toolkit MCP Extensions for .NET

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

BERJAYA
May 21, 2026
Post comments count 24
Post likes count 12

Improving C# Memory Safety

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

BERJAYA
May 18, 2026
Post comments count 4
Post likes count 2

NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports

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

BERJAYA
May 13, 2026
Post comments count 13
Post likes count 15

Process API Improvements in .NET 11

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

BERJAYA
May 13, 2026
Post comments count 4
Post likes count 9

.NET MAUI Moves to CoreCLR in .NET 11

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

BERJAYA
May 12, 2026
Post comments count 7
Post likes count 5

.NET 11 Preview 4 is now available!

BERJAYA
.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!

BERJAYA
May 12, 2026
Post comments count 3
Post likes count 2

.NET and .NET Framework May 2026 servicing releases updates

BERJAYA BERJAYA
Rahul,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for May 2026.

BERJAYA
May 7, 2026
Post comments count 1
Post likes count 3

Copilot Studio gets faster with .NET 10 on WebAssembly

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

BERJAYA
May 6, 2026
Post comments count 3
Post likes count 6

Durable Workflows in the Microsoft Agent Framework

BERJAYA
Shyju Krishnankutty

Build durable AI agent workflows with the Microsoft Agent Framework. Start with in-process console apps, add durability with the Durable Task runtime, scale with parallel AI agents, and host on Azure Functions for serverless execution.

BERJAYA
May 4, 2026
Post comments count 0
Post likes count 2

Microsoft Agent Framework – Building Blocks for AI Part 3

BERJAYA
Jeremy Likness

Build intelligent AI agents in .NET with the Microsoft Agent Framework. Learn how to create agents with tools, multi-turn conversations, memory, and graph-based workflows that bring together the building blocks from Parts 1 and 2.

BERJAYA
Apr 30, 2026
Post comments count 0
Post likes count 2

Building an AI-Powered Conference App with .NET’s Composable AI Stack

BERJAYA
Luis Quintanilla

Learn how we built ConferencePulse, an AI-powered conference assistant, using .NET's composable AI stack including Microsoft.Extensions.AI, DataIngestion, VectorData, Model Context Protocol, and Microsoft Agent Framework.

BERJAYA
Apr 29, 2026
Post comments count 2
Post likes count 0

VSTest is Removing its Newtonsoft.Json Dependency

BERJAYA
McKenna Barlow

VSTest is removing its Newtonsoft.Json dependency in .NET 11 and Visual Studio 18.8. Here's who is affected and how to fix it.

BERJAYA
Apr 29, 2026
Post comments count 0
Post likes count 1

Governing MCP tool calls in .NET with the Agent Governance Toolkit

BERJAYA
Jack Batzner

Learn how to govern MCP tool calls in .NET with the Agent Governance Toolkit—policy-based access control, security scanning, and response sanitization to reduce risk in AI agent systems.

BERJAYA
Apr 28, 2026
Post comments count 1
Post likes count 8

Welcome to SkiaSharp 4.0 Preview 1

BERJAYA
David Ortinau

SkiaSharp 4.0 Preview 1 is here. Learn all about the new features and how Uno Platform has stepped up as a co-maintainer.

BERJAYA
Apr 28, 2026
Post comments count 1
Post likes count 5

High-Performance Distributed Caching with .NET and Postgres on Azure

BERJAYA
Jared Meade

Adding caching to your application architecture can significantly improve key performance metrics, cut latency, and reduce load across downstream systems. In this walkthrough, we highlight the latest caching best practices and incorporate these design patterns into a reusable .NET application that you can reference when adding new capabilities to your application stack.

BERJAYA
Apr 28, 2026
Post comments count 9
Post likes count 3

Combining API versioning with OpenAPI in .NET 10 applications

BERJAYA
Sander ten Brinke

Learn how to implement API versioning in your .NET 10 applications using OpenAPI for better API management and documentation.