System.Composition.AttributedModel
by: Microsoft
- 900 total downloads
- Latest version: 10.0.5
Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).
System.Composition.Convention
by: Microsoft
- 934 total downloads
- Latest version: 10.0.5
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
System.Composition.Hosting
by: Microsoft
- 891 total downloads
- Latest version: 10.0.5
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Composition.Runtime
by: Microsoft
- 922 total downloads
- Latest version: 10.0.5
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Composition.TypedParts
by: Microsoft
- 893 total downloads
- Latest version: 10.0.5
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Configuration.ConfigurationManager
by: Microsoft
- 925 total downloads
- Latest version: 10.0.5
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
System.Diagnostics.DiagnosticSource
by: Microsoft
- 868 total downloads
- Latest version: 10.0.5
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
System.Diagnostics.EventLog
by: Microsoft
- 913 total downloads
- Latest version: 10.0.5
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
Commonly Used Types:
System.Diagnostics.EventLog
System.Drawing.Common
by: Microsoft
- 994 total downloads
- Latest version: 10.0.5
Provides access to GDI+ graphics functionality.
Commonly Used Types:
System.Drawing.Bitmap
System.Drawing.BitmapData
System.Drawing.Brush
System.Drawing.Font
System.Drawing.Graphics
System.Drawing.Icon
Since .NET 7, non-Windows platforms are not supported, even with the runtime configuration switch. See https://aka.ms/systemdrawingnonwindows for more information.
System.Formats.Asn1
by: Microsoft
- 1.054k total downloads
- Latest version: 10.0.5
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.Formats.Nrbf
by: Microsoft
- 918 total downloads
- Latest version: 10.0.5
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.
System.IdentityModel.Tokens.Jwt
by: Microsoft
- 2.096k total downloads
- Latest version: 8.16.0
Includes types that provide support for creating, serializing and validating JSON Web Tokens. As of IdentityModel 7x, this is a legacy tool that should be replaced with Microsoft.IdentityModel.JsonWebTokens.
System.Interactive.Async
by: .NET Foundation and Contributors
- 126 total downloads
- Latest version: 3.0.0
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
System.IO.Abstractions
by: Tatham Oddie & friends
- 128 total downloads
- Latest version: 22.1.0
A set of abstractions to help make file system interactions testable.
System.IO.Hashing
by: Microsoft
- 1.011k total downloads
- Latest version: 10.0.5
Provides non-cryptographic hash algorithms, such as CRC-32.
Commonly Used Types:
System.IO.Hashing.Crc32
System.IO.Hashing.XxHash32
System.IO.Packaging
by: Microsoft
- 173 total downloads
- Latest version: 10.0.5
Provides classes that support storage of multiple data objects in a single container.
System.IO.Pipelines
by: Microsoft
- 1.111k total downloads
- Latest version: 10.0.5
Single producer single consumer byte buffer management.
Commonly Used Types:
System.IO.Pipelines.Pipe
System.IO.Pipelines.PipeWriter
System.IO.Pipelines.PipeReader
System.Linq.AsyncEnumerable
by: Microsoft
- 77 total downloads
- Latest version: 10.0.5
System.Linq.AsyncEnumerable
System.Linq.Dynamic.Core
by: ZZZ Projects, Stef Heyenrath, Microsoft, Scott Guthrie, King Wilder, Nathan Arnott
- 244 total downloads
- Latest version: 1.7.1
This is a .NETStandard / .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
System.Management
by: Microsoft
- 1.07k total downloads
- Latest version: 10.0.5
Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure.
Commonly Used Types:
System.Management.ManagementClass
System.Management.ManagementObject
System.Management.SelectQuery