Logging From an ASP.NET 2.0 Application to a Local File
Sunday 12 August 2007 @ 5:54 pm

In this article, a very simple method is demonstrated for logging text data in an asp.net 2.0 application. It’s safe, reliable, but not very elegant. Just what you need when you want to crank something out for testing or proof of concept. It uses StreamWriter and MapPath to get it’s job done.

Always Set Stop On Exception While Doing Debugging in Visual Studio 2005 or 2008
Friday 10 August 2007 @ 9:05 am

This article discusses a best practices method for automatically having the debugger stop on unhandled exceptions in visual studio 2005 or 2008



Pro WPF by Matthew MacDonald Book Review
Thursday 9 August 2007 @ 6:32 pm

A must buy book if you are learning WPF

Comments (1) - Posted in Book Reviews, WPF