0
kicks
How to Alias Namespaces and Data Types
One of the little known features of .NET is that you can give complete namespaces and data types alias's that you can reference them with in code. This trick allows you to get around the issue of having ambiguous namespaces and/or objects.