Namespace
|
Meaning in Life
|
System
|
Contains numerous types dealing with primitive data, mathematical manipulations, garbage collection, and whatnot.
|
System.Collections
System.Collections.Generics
|
Defines a number of container types.
|
System.Data System.Data.OracleClient System.Data.SqlClient
|
Contains types for database interaction.
|
System.Drawing
System.Drawing.Printing
|
Contains numerous classes wrapping GDI+ primitives such as bitmaps, fonts, icons, printing support, and advanced rendering classes.
|
System.IO
|
Contains types for streaming IO to a variety of devices, including files.
|
System.Reflection
|
Contains types that provide runtime type discovery.
|
System.Runtime.InteropServices
|
Provides facilities to interact with unmanaged code (e.g., Win32 DLLs and COM servers).
|
System.Security
|
Contains types dealing with permissions, cryptography, and so on.
|
System.Threading
|
Provides types for spawning and controlling threads.
|
System.Web
|
Contain numerous types specifically geared towards the development of web applications, including ASP.NET.
|
System.Windows.Forms
|
Provides types that facilitate the construction of more traditional Win32 windows, dialog boxes, and custom widgets.
|