New Visual Studio Magazine column is live
This one is about Exception handling and writing robust exception codeJust a quick post: My latest column on C# Exception handling practices is online.
Here's the summary:'
Thrown exceptions break the normal flow of execution in a program to report error conditions. A few simple techniques can help you preserve execution flow and give users and administrators the information they need to understand what went wrong.
Follow the link to read more:
Online column linkWrite Robust Exception-Handling Code