Glossary:Definition - Namespace

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 Term Namespace
 Definition  Set of names accessible at a given point in a program. A namespace is a logical grouping of the names—identifiers—used within an application. Each name within a namespace is unique. A namespace contains only the name of a type, but not the type itself. A developer creates namespaces in order to organize classes into functional units. A namespace of names is analogous to a folder of files; but, unlike the Java system, namespaces do not correspond to folders (directories). For example, the System.IO namespace contains the .NET input-ouput support classes. Also known as name scope.
 See also
You may edit this definition to improve or extend it.

Online Dictionary of Visual C# .NET Programming
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
a free glossary of C# .NET terminology from C# Online.NET edit

Personal tools