9/12/2007 12:00:00 AM ID and Class what's the difference?
It's a common question what is the difference between ID and Class? I know when I started out I just defaulted to using classes for everything, well in this short article I will describe the differences and offer suggestions when you should use one over the other.
11/20/2007 12:00:00 AM Great links
Links for "mostly" free sofware
5/7/2008 12:00:00 AM Mounting ISO images in a virtual CD drive
Ever want to extract an ISO image without the hassle of burning it to DVD. Try out this Microsoft app. I've only tested this in XP, not sure if it works with Vista.
12/16/2007 12:00:00 AM Dynamic Data Driven Site
Article from Scott Guthrie on a new feature of .NET 3.5, creating data driven web sites.
12/16/2007 12:00:00 AM Sorting a generic list
A short article describing how to sort a generic list, using a delegate and CompareTo method.