Debugging with WinDbg

http://www.davidtruxall.com/blog/2009/09/28/DebuggingWithWinDBG.aspx

Debugging managed code memory leak with memory dump using windbg
http://blogs.msdn.com/b/paullou/archive/2011/06/28/debugging-managed-code-memory-leak-with-memory-dump-using-windbg.aspx

Debugging dump files created on another machine
http://wallaceturner.com/debugging-dump-files-created-on-another-machine

 

Debugging managed code memory leak with memory dump using windbg
http://blogs.msdn.com/b/paullou/archive/2011/06/28/debugging-managed-code-memory-leak-with-memory-dump-using-windbg.aspx

Where’s your leak at? [Using WinDbg, SOS, and GCRoot to diagnose a .NET memory leak]
http://dlaa.me/blog/post/9471347