Showing results for .NET 9 - .NET Blog

Jun 5, 2025
Post comments count6
Post likes count6

Emit logs on-demand with log buffering

Evgenii Fedorov
Evgenii Fedorov

Learn how to delay log emission with the new log buffering feature for more intelligent, context-aware logging in .NET 9

.NET.NET Fundamentals
Feb 20, 2025
Post comments count3
Post likes count9

.NET MAUI Performance Features in .NET 9

Jonathan Peppers Simon Rozsival
Jonathan,
Simon

Optimize .NET MAUI application size and startup times with trimming and NativeAOT. Learn about `dotnet-trace` and `dotnet-gcdump` for measuring performance.

.NETC#.NET MAUI
Feb 6, 2025
Post comments count5
Post likes count18

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

.NETNetworking
Jan 21, 2025
Post comments count2
Post likes count3

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!

.NETWinForms
Jan 7, 2025
Post comments count0
Post likes count6

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

.NETContainers.NET Aspire
Dec 10, 2024
Post comments count8
Post likes count11

Invoking Async Power: What Awaits WinForms in .NET 9

Klaus Loeffelmann
Klaus Loeffelmann

With .NET 9, we’re bringing a suite of new async APIs to WinForms, aimed at making UI updates, dialog interactions, and control management more efficient.

.NETWinForms