Full Description
Debugging Strategies for .NET Developers is a highly readable exploration of debugging with Microsoft .NET. While many other debugging books focus on obscure techniques for advanced users, this book is packed with real-world examples - designed for real-world developers - that convey specific techniques in concert with overall debugging strategies. This book teaches you how to think in terms of debugging with Microsoft .NET. Author Darin Dillon describes debugging concepts, such as assertions and logging, and follows each discussion with first-hand accounts of using these strategies to solve real-world bugs. The book will not only provide you with the techniques, but it will make you a master at recognizing when and how the techniques need to be applied.
Contents
Chapter 1: Debugging Introduction
Chapter 2: Quickies: Six Pieces of Debugging Advice
Chapter 3: Always Have a Plan
Chapter 4: Assertion Debugging
Chapter 5: Debugging with Logs
Chapter 6: ASP.NET and SQL Debugging
Chapter 7: Debugging Remote Customer Sites
Chapter 8: Multithreaded Debugging
Chapter 9: Defect Tracking Programs
Chapter 10: Source Control Debugging