.NET Assemblies

System.Private.CoreLib.dll

The fundamental base class library for .NET. Contains core types and fundamental operations.

View Details

System.Console.dll

Provides classes that allow reading from and writing to the console.

View Details

System.IO.dll

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

View Details

System.Net.dll

Provides types for network programming, including HTTP, TCP, and UDP.

View Details

System.Text.dll

Provides types for working with character encodings, string manipulation, and regular expressions.

View Details

Microsoft.Extensions.Logging.dll

Provides abstractions for logging in .NET applications.

View Details

System.Data.Common.dll

Provides base types for data access, including ADO.NET providers.

View Details

System.Xml.dll

Provides types for working with XML documents and data.

View Details

System.Threading.dll

Provides types for managing threads and asynchronous operations.

View Details

System.Collections.dll

Provides interfaces and classes that define collections of objects.

View Details