Advanced Debugging with WinDbg and SOS
Visual Studio is an incredible debugger, but problems encountered in the production environment and exceptionally tough bugs still warrant the introduction of WinDbg and SOS in all their glory. In this session we’ll see how to dissect memory leaks with SOS and CLR Profiler, how to solve deadlocks with wait …