Secrets of the "Using" statement

Anyone who has used C# must be familiar with the most useful and the most underrated statement in th C# vocabulary, the "USING" statement. It is so common that you almost forget that it exists in there and its most common usage is to simplify the usage of objects in namespace i.e. Seperation of object [...]