What are C# programs made of?
One or more C# source code files.
What are C# source code files made of?
Zero or more namespaces.
What do namespaces contain?
Types and other namespaces.
Which are the C# types?
Classes, structs, interfaces, enumerations, and delegates.