Namespaces organize code into logical groups and prevent naming collisions (like folders for types). using directives import namespaces so you can refer to their types by short name. Together they structure C# code and access the vast .NET library.
Declaring namespaces
;
{ }
{
{ }
}
