Advanced Windows Debugging

Channel 9 has put up a new video that mostly plugs the Advanced Windows Debugging book by Mario Hewardt and Daniel Pravat. I recommend the book for someone that needs to debug difficult issues dealing with native resources. For most people working with WCF this is never really a concern, but custom transport authors will occasionally find themselves dealing with these types of issues. This is particularly true when tracking down resource leaks and synchronization issues in native code that are hard to diagnose due to the heavy use of asynchronous execution in WCF.