posted on Monday, December 10, 2007 11:28 AM by timbarcz

Debugging .Net Applications with WinDBG

Programming languages these days do their best from keeping you from doing something stupid.  We have compile time checking, "managed" code, and garbage collection.  We've been led to believe that if you just write the code, in any fashion that meets the requirements of the project, that any missteps you may take in code will be corrected....

Read the rest at: http://www.timbarcz.com/blog/2007/12/12/DebuggingNetApplicationsWithWinDBG.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

Comments