بنقرة واحدة
BucharestSoftwareArchitectureSummit2026
يحتوي BucharestSoftwareArchitectureSummit2026 على 2 من skills المجمعة من chrisnas، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Analyze .NET application memory issues using CLI diagnostic tools. Use when investigating memory leaks, high memory usage, string duplication, growing heap, GC pressure, OOM, OutOfMemoryException, Gen2 collections, finalizer queue growth, or large object heap — on a live process, from a .dmp file, or from a .gcdump file. Works with dotnet-counters, dotnet-gcdump, dotnet-dump, and dotnet-dstrings.
Analyze .NET application threading issues using CLI diagnostic tools. Use when investigating thread contention, deadlocks, thread pool starvation, sync-over-async patterns, frozen or unresponsive applications, hangs, Task.Wait, GetAwaiter().GetResult(), or high thread counts — on a live process, from a .dmp file, or from a memory dump. Works with dotnet-counters, dotnet-trace, dotnet-dump, and dotnet-pstacks.