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
Comments
Anonymous
January 24, 2007
What's up with the http://www.csharpsouptonuts.com/ URL? It doesn't appear to be working?Anonymous
January 29, 2007
I see the URL is up now. You may want to revise the dates as they are all listed as "2006" currently.Anonymous
January 29, 2007
I've fixed them all. Thanks! ;-) Bill