C# Soup To Nuts: Basic Debugging

Wow... already at part 9.  Whew... time sure flies.  Well, here it is, the Basic Debugging session of my C# Soup To Nuts webcast series.

Today, we're going to be learning about how Visual Studio allows us to look at how our application is running from the inside.  We'll check out the basic debugging features of Visual C# Express and see how we can plug into that system to help us better understand how our application is really performing.  We'll even dig into the TraceListener class and see how we can easily "override" what C# does by default with our messages.

(As always, Today's demo code is attached to this entry.)

Bill

C#StN-Session9DemoCode.zip