Bill Blogs in C#

Bill Wagner discusses C#, LINQ, and other items of interest

New Visual Studio Magazine column is live
This one is about Exception handling and writing robust exception code

Just 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 link
Write Robust Exception-Handling Code
Published Tue, Jun 26 2007 2:37 PM by wwagner
Filed under: