Technology Toolbox: VB.NET, C# T he .NET Framework class library can do a lot for you if you get to know it starting with .NET objects. All .NET types (both built-in and user-defined) inherit from the common base class System.Object. Here I'll show you how to exploit the System.Object type's features to produce more robust and efficient code. I'll use C# examples here, but you can download both C# and VB.NET versions in my sample code . Any .NET type can access System.Object's methods...
http://www.fawcette.com/vsm/2002_07/...mns/blackbelt/