ExtensionMethod.NET

This is a great website if you are interested in finding a ton load of C#/VB helper methods like "figure out ifdateTime holds a date value that is a weekend" or "Returns true when a string is a valid url". All these methods are implemented as extension methods. Details of extension method can be found on codeproject or on msdn.