I had read the using directive usage for aliasing namespace in Eric Gunnerson's book when I started learning the C# syntax. Yesterday, I had to use it to avoid class name collision (I had two classes named Helper in two different namespaces and I needed