GeekArticles
Microsoft
C#
Microsoft
C#Namespaces In C#
By ArunGG Introduction : 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...n
Sponsored Links
Read Next: Message Filtering With C#
Related Topics
