Showing results for performance - .NET Blog

Nov 27, 2024
1
9

Dramatically faster package restores with .NET 9’s new NuGet resolver

Jeff Kluge
Jeff Kluge

.NET 9 introduces a new NuGet dependency graph resolver that dramatically improves package restore performance for large repositories. Learn how this reimagined approach reduces restore times from 30 minutes to just 2 minutes by creating a more efficient dependency graph with fewer nodes.

.NETNuGet
Sep 12, 2024
64
139

Performance Improvements in .NET 9

Stephen Toub - MSFT
Stephen Toub - MSFT

Take an in-depth tour through hundreds of performance improvements in .NET 9.

.NETPerformance
Dec 21, 2023
19
9

What’s New in Our Code Coverage Tooling?

Jakub Chocholowicz
Jakub Chocholowicz

Discover enhanced code coverage tools with better platform support, new report formats and improved performance.

.NET.NET FrameworkPerformance
Oct 3, 2023
7
8

Arm64 Performance Improvements in .NET 8

Kunal Pathak
Kunal Pathak

.NET 8 added some key features for new functionality as well as performance improvements for developers including developers targeting Arm64 devices. In this blog I break down everything you need to know about the improvements in .NET 8.

.NET