Further reading
- Debugging Visual Studio 2019: https://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-debugger?view=vs-2019.
- Dump files in the Visual Studio debugger: https://docs.microsoft.com/visualstudio/debugger/using-dump-files?view=vs-2019.
dotnet-counters
: https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-counters.- .NET Core Counters internals: how to integrate counters in your monitoring pipeline: https://medium.com/criteo-engineering/net-core-counters-internals-how-to-integrate-counters-in-your-monitoring-pipeline-5354cd61b42e#:~:text=dotnet-counters%3A%20collect%20the%20metrics%20corresponding%20to%20some%20performance,how%20to%20fetch%20them%20via%20the%20EventPipe%20infrastructure.
- JetBrains dotTrace: https://www.jetbrains.com/profiler/.
- JetBrains dotMemory: https://www.jetbrains.com/dotmemory/.
- ndepend: https://www.ndepend.com/.
- Overview of .NET source code analysis: https://docs.microsoft.com/dotnet/fundamentals...