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

Announcing .NET 10

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

Image
Apr 30, 2026
Post comments count 0
Post likes count 0

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

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

Image
Apr 29, 2026
Post comments count 0
Post likes count 0

VSTest is Removing its Newtonsoft.Json Dependency

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

Image
Apr 29, 2026
Post comments count 0
Post likes count 0

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

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

Image
Apr 28, 2026
Post comments count 1
Post likes count 2

Welcome to SkiaSharp 4.0 Preview 1

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

Image
Apr 28, 2026
Post comments count 0
Post likes count 2

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

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

Image
Apr 28, 2026
Post comments count 9
Post likes count 1

Combining API versioning with OpenAPI in .NET 10 applications

Image
Sander ten Brinke

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

Image
Apr 23, 2026
Post comments count 6
Post likes count 4

What’s new for .NET in Ubuntu 26.04

Image
Richard Lander

Ubuntu 26.04 (Resolute Raccoon) ships today with .NET 10. Here's how to install .NET 10 from the archive, use the new -resolute container tags, build Native AOT apps, and install .NET 8 and 9 from the dotnet-backports PPA.

Image
Apr 21, 2026
Post comments count 0
Post likes count 0

.NET 10.0.7 Out-of-Band Security Update

Image
Rahul Bhandari (MSFT)

We are releasing .NET 10.0.7 as an out-of-band security update to address CVE-2026-40372.

Image
Apr 20, 2026
Post comments count 12
Post likes count 1

Writing Node.js addons with .NET Native AOT

Image
Drew Noakes

The C# Dev Kit team replaced C++ Node.js addons with C# and Native AOT, removing a dependency on Python. This post walks through building a Node.js native addon entirely in C# using N-API, LibraryImport, and UnmanagedCallersOnly.