Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Namespaces are similar to Python packages and modules. The classes in an assembly live in namespaces, which can be nested to provide a hierarchical structure. This structure is used to group together related classes to make them easier to find. Namespaces are specified in C# like so:
namespace EvilGenius.Minions {
class GiantRobot {
...
}
}