What is a namespace?
a group of classes, structures, interfaces, enumerations, and delegates—organized in a logical hierarchy by function that enable you to access the core functionality you need in your applications
a group of assemblies—in a logical hierarchy by function—that enable you to access the core functionality you need in your applications
a group of methods—in a logical hierarchy by class—that enable you to access the core functionality you need in .NET
a group of generic collections—in a logical hierarchy by function—that enable you to access the core functionality you need in your applications