.NET Blog

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

Latest posts

C# Dev Kit Updates: .NET Aspire, Hot Reload, and More!
Feb 11, 2025
Post comments count 0
Post likes count 3

C# Dev Kit Updates: .NET Aspire, Hot Reload, and More!

Wendy Breiding (SHE/HER)
Wendy Breiding (SHE/HER)

Exploring the latest features and enhancements in the C# Dev Kit for VS Code including .NET Aspire orchestration support, new hot reload features, enhanced debugging capabilities, and more!

Microsoft.Testing.Platform: Now Supported by All Major .NET Test Frameworks
Feb 10, 2025
Post comments count 12
Post likes count 8

Microsoft.Testing.Platform: Now Supported by All Major .NET Test Frameworks

Amaury Levé
Amaury Levé

All major .NET testing frameworks are now supporting Microsoft.Testing.Platform. Whether you are using Expecto, MSTest, NUnit, TUnit, or xUnit.net, you can now leverage the new testing platform to run your tests.

.NET 9 Networking Improvements
Feb 6, 2025
Post comments count 5
Post likes count 18

.NET 9 Networking Improvements

Máňa Natalia Kondratyeva Anton Firszov
Máňa,
Natalia,
Anton

Introducing new networking features in .NET 9 including HTTP space, HttpClientFactory, security and more!

ASP.NET Core on .NET Framework servicing release advisory: ASP.NET Core 2.3
Feb 4, 2025
Post comments count 0
Post likes count 0

ASP.NET Core on .NET Framework servicing release advisory: ASP.NET Core 2.3

Daniel Roth
Daniel Roth

ASP.NET Core 2.1 has been reshipped as ASP.NET Core 2.3 to help users on the unsupported ASP.NET Core 2.2 move to a supported version.

Build Intelligent Apps with .NET and DeepSeek R1 Today!
Jan 31, 2025
Post comments count 1
Post likes count 9

Build Intelligent Apps with .NET and DeepSeek R1 Today!

Matt Soucoup
Matt Soucoup

Learn how to easily integrate DeepSeek R1 with .NET applications using the Microsoft.Extensions.AI library.

WinForms: Analyze This (Me in Visual Basic)
Jan 21, 2025
Post comments count 2
Post likes count 3

WinForms: Analyze This (Me in Visual Basic)

Klaus Loeffelmann
Klaus Loeffelmann

Your WinForms code might have issues—maybe an Async call picked the wrong overload, or it’s leaking data into resource files. Time to call in a code-shrink! So, WinForms, Analyze This!

Meet the .NET Team at NDC London 2025
Jan 16, 2025
Post comments count 2
Post likes count 1

Meet the .NET Team at NDC London 2025

Mehul Harry
Mehul Harry

Meet the .NET team at NDC London 2025 to explore the latest in .NET 9, Azure, and AI-powered development through keynotes, sessions, and 1:1 meetups.

.NET and .NET Framework January 2025 servicing releases updates
Jan 14, 2025
Post comments count 7
Post likes count 2

.NET and .NET Framework January 2025 servicing releases updates

Tara Overfield Rahul Bhandari (MSFT)
Tara,
Rahul

Welcome to our combined .NET servicing updates for January 2025. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in these releases: Security improvements   This month you will find several CVEs that have been fixed this month: .NET January 2025 Updates   Below you will find a detailed list of everything from the .NET release for January 2025 including .NET 9.0.1 and .NET 8.0.12: .NET Improvements   Share feedback about this release in the Release feedback issue. ....

.NET Aspire Quick Tip – Managing Container & Data Lifetime
Jan 7, 2025
Post comments count 0
Post likes count 6

.NET Aspire Quick Tip – Managing Container & Data Lifetime

James Montemagno
James Montemagno

.NET Aspire 9 adds new control over the lifetime of containers on your local developer environment. Let's look at how to manage them with the new APIs!