Namespaces

With some perspective on the design goals and guidelines of the .NET Framework, let's now look at the functionality offered by many of the Framework Class Library's namespaces. Throughout this section, simple applications are provided to demonstrate the use of the libraries.

System

The System namespace is the root namespace; it offers common functionality that is needed by a wide variety of application types. It includes common base classes, types, and utility classes that will be required in nearly any application. Although you have encountered many of the common base classes earlier in this book, a short overview of them is provided here for completeness:

  • System.Object is the ultimate base class for all types in the system. It defines ...

Get Programming in the .NET Environment now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.