I stumbled to this free training video series .NET Debugging Starter Kit series . This was created by Brad Linscott a Premier Field Engineer.
This series will teach you how to use various tools – including the Debugging Tools for Windows package (e.g., windbg) – to resolve your .NET application issues in a production and pre-production environment, including post-mortem analysis of dump files.
- Diagnosing Application Issues – 01
- Using Perfmon to Diagnose Application Issues – 02
- Windbg & SOS – 03
- Common Debugging Commands – 04
- High CPU Hangs – 05
- Managed Exceptions – 06
- Case Study: Debugging the Load Test – 07
- How to identify CLR threads in a dump – 08
- The basics of dumping out a managed object – 09
- Preparing to troubleshoot memory pressure issues: a primer on virtual memory – 10
- Analyzing a dump of a process under memory pressure – 11
- Putting it all together: finding root cause of high memory pressure – 12
Hope this would be helpful to me at least if I need some kind of help while debugging .net code in production 🙂
Awesome..!
Thanks Siddhant! I hope this video series will help you debugging the .net code in UAT & LIVE.