Description: This article bring in you to C# Namespaces. MY objectives are as follows: To give the picture what Namespace is. Learn how to implement the "using" directive. Learn to use "alias" directives. Understand what are namespace members.. NEED FOR NAMESPACES : Namespaces allow you to create a system to organize your code. A good way to organize your namespaces is via a hierarchical system. You put the more general names at the top of the hierarchy and get more specific...