Improving Performance in .NET Applications

dotnet walks through practical ways to improve performance in .NET applications, focusing on understanding runtime behavior, finding hotspots, and choosing the right tools to diagnose and fix slow code.

Overview

The session covers how a .NET developer can approach performance work methodically:

What you will learn