.NET Documentation

Search

System.Collections

Provides classes and interfaces that define generic collections, including lists, queues, and dictionaries.

View Details

System.IO

Contains types that allow reading and writing to files and data streams, and provides basic file and directory support.

View Details

System.Net.Http

Provides a programming interface for modern HTTP applications, including HttpClient.

View Details

System.Threading.Tasks

Offers types that simplify the work of writing asynchronous code and managing concurrent operations.

View Details

System.Text.Json

Provides high-performance JSON serialization and deserialization, with support for custom converters.

View Details

Microsoft.Extensions.Logging

Defines a logging abstraction that can be used across .NET applications with various providers.

View Details