Technology Toolbox VB.NET, C# T he best cure is prevention, and in programming, that means employing a defensive coding strategy structuring your code so it tells you what ails it at every stage of development (including post-release). In other words, instrument your code so it emits proper error and tracing information easily. To instrument your code, salt it with "probes" that report debugging information. Use this information to trace an application's execution path and help you...
http://www.fawcette.com/vsm/2002_04/...mns/blackbelt/