Diagnostics Improvements in .NET Core 3.0

By Sourabh Shirhatti

Elevator Pitch

In .NET Core 3.0, we are introducing a suite of tools that utilize new features in the .NET Core runtime that make it easier to diagnose and solve performance problems.

Learn how to use these tools to diagnose performance issues!

Description

New features in the .NET Core runtime help you answer some common diagnostic questions you may have:

  • Is my application healthy?
  • Why does my application have anomalous behavior?
  • Why did my application crash?

In this talk we’ll look at using metrics, tracing and memory dump analysis using the new dotnet tools (dotnet-counters, dotnet-trace, and dotnet-dump) to answer these questions for a .NET Core 3.0 application