System.Collections
Provides classes and interfaces that define generic collections, including lists, queues, and dictionaries.
View DetailsSystem.IO
Contains types that allow reading and writing to files and data streams, and provides basic file and directory support.
View DetailsSystem.Net.Http
Provides a programming interface for modern HTTP applications, including HttpClient.
View DetailsSystem.Threading.Tasks
Offers types that simplify the work of writing asynchronous code and managing concurrent operations.
View DetailsSystem.Text.Json
Provides high-performance JSON serialization and deserialization, with support for custom converters.
View DetailsMicrosoft.Extensions.Logging
Defines a logging abstraction that can be used across .NET applications with various providers.
View Details