C# FAQ: What is a namespace. C# Online Net. [2013. október 20-i dátummal az eredetiből archiválva]. (Hozzáférés: 2010. február 23.) „A namespace is nothing but a group of assemblies, classes, or types. A namespace acts as a container—like a disk folder—for classes organized into groups usually based on functionality. C# namespace syntax allows namespaces to be nested.”
tutorials.csharp-online.net
C# FAQ: What is a namespace. C# Online Net. [2013. október 20-i dátummal az eredetiből archiválva]. (Hozzáférés: 2010. február 23.) „For instance, [under Windows], to access the built-in input-output (I/O) classes and members, use the System.IO namespace. Or, to access Web-related classes and members, use the System.Web namespace.”
An overview of namespaces in PHP. PHP Manual. „What are namespaces? In the broadest definition, namespaces are a way of encapsulating items. This can be seen as an abstract concept in many places. For example, in any operating system directories serve to group related files, and act as a namespace for the files within them.”
C# FAQ: What is a namespace. C# Online Net. [2013. október 20-i dátummal az eredetiből archiválva]. (Hozzáférés: 2010. február 23.) „A namespace is nothing but a group of assemblies, classes, or types. A namespace acts as a container—like a disk folder—for classes organized into groups usually based on functionality. C# namespace syntax allows namespaces to be nested.”
C# FAQ: What is a namespace. C# Online Net. [2013. október 20-i dátummal az eredetiből archiválva]. (Hozzáférés: 2010. február 23.) „For instance, [under Windows], to access the built-in input-output (I/O) classes and members, use the System.IO namespace. Or, to access Web-related classes and members, use the System.Web namespace.”