.NET Framework API Namespaces

Explore the namespaces that organize the .NET Framework class library.

System

Provides fundamental classes and base types that define variously.

View Details

System.Collections

Defines generic collection interfaces and classes that are implemented by .NET collections.

View Details

System.Collections.Generic

Defines interfaces and classes that contain methods to manipulate collections.

View Details

System.IO

Provides types that allow reading and writing files and data streams.

View Details

System.Linq

Provides classes and interfaces that support language-integrated query (LINQ).

View Details

System.Text

Provides classes that represent character encodings.

View Details

System.Threading

Provides types that enable multithreaded programming.

View Details

System.Reflection

Provides classes and interfaces that enable reflection.

View Details

System.Net

Provides types for network programming.

View Details

System.Xml

Provides standards-based support for processing XML.

View Details

System.Data

Provides classes for working with data in ADO.NET.

View Details

System.Drawing

Provides access to basic graphics functionality.

View Details

Microsoft.CSharp

Provides types that support C# language features and dynamic programming.

View Details

System.Windows.Forms

Provides classes for creating Windows-based applications.

View Details

System.Web

Provides classes and interfaces that support programming Web applications.

View Details