.NET API Index
Welcome to the .NET API documentation. This section provides a comprehensive overview of the namespaces and types available in the .NET ecosystem.
Explore by Namespace
Top-Level Namespaces
- System - Core types, fundamental classes, and base types that define specially valued constructs.
- System.Collections - Interfaces and classes that define collections of objects.
- System.IO - Types that allow reading and writing files and data streams.
- System.Net - Types for network programming.
- System.Text - Classes for representing characters, strings, and encodings.
- System.Threading - Support for multithreaded programming.
- System.Linq - Classes and interfaces that support Language Integrated Query (LINQ).
- Microsoft.Extensions.DependencyInjection - Types for managing dependency injection.
- System.Xml - Classes for processing XML.
- System.Web - Classes for web development.
Popular Types
Collections
Input/Output
Concurrency
Getting Started
To find specific API documentation, you can use the search bar above or navigate through the namespaces. Each type page provides details on its members, methods, properties, and examples of usage.
Explore the .NET Overview to learn more about the platform.