System.Linq.Dynamic.Core
by: ZZZ Projects, Stef Heyenrath, Microsoft, Scott Guthrie, King Wilder, Nathan Arnott
- 279 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.132k total downloads
- Latest version: 10.0.7
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
System.Memory.Data
by: Microsoft
- 993 total downloads
- Latest version: 10.0.7
A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes.
Commonly Used Types:
System.BinaryData
System.Net.Http
by: Microsoft
- 264 total downloads
- Latest version: 2.0.20710
Legacy package, System.Net.Http is now included in the 'Microsoft.Net.Http' package.
System.Net.Http.WinHttpHandler
by: Microsoft
- 835 total downloads
- Latest version: 10.0.7
Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler.
Commonly Used Types:
System.Net.Http.WinHttpHandler
System.Net.ServerSentEvents
by: Microsoft
- 300 total downloads
- Latest version: 10.0.7
Provides a simple parser for server-sent events (SSE).
Commonly Used Types:
System.Net.ServerSentEvents.SseParser
System.Numerics.Tensors
by: Microsoft
- 295 total downloads
- Latest version: 10.0.7
Provides support for operating over tensors.
System.Private.DataContractSerialization
by: Microsoft
- 122 total downloads
- Latest version: 4.1.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages. \r\n TFS ID: 1577511, GitHub SHA: https://github.com/dotnet/corefx/tree/dacca1618c0dbb266945d42e58b9584e7c72126c
System.Private.ServiceModel
by: Microsoft
- 1.497k total downloads
- Latest version: 4.5.3
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages.
8ee6d65a6da34d4d37ce1d00d87febfeed0561a9
When using NuGet 3.x this package requires at least version 3.4.
System.Private.Uri
by: Microsoft
- 952 total downloads
- Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
When using NuGet 3.x this package requires at least version 3.4.
System.Reactive
by: .NET Foundation and Contributors
- 53 total downloads
- Latest version: 3.1.1
Reactive Extensions (Rx) Main Library combining the interfaces, core, LINQ, and platform services libraries.
System.Reactive.Core
by: .NET Foundation and Contributors
- 14 total downloads
- Latest version: 3.0.0
Reactive Extensions Core Library containing base classes and scheduler infrastructure.
System.Reactive.Interfaces
by: .NET Foundation and Contributors
- 17 total downloads
- Latest version: 3.0.0
Reactive Extensions Interfaces Library containing essential interfaces.
System.Reactive.Linq
by: .NET Foundation and Contributors
- 16 total downloads
- Latest version: 3.0.0
Reactive Extensions Query Library used to express complex event processing queries over observable sequences.
System.Reactive.PlatformServices
by: .NET Foundation and Contributors
- 17 total downloads
- Latest version: 3.0.0
Reactive Extensions Platform Services Library used to access platform-specific functionality and enlightenment services.
System.Reactive.Windows.Threading
by: .NET Foundation and Contributors
- 15 total downloads
- Latest version: 3.0.0
XAML support library for Rx. Contains scheduler functionality for the UI dispatcher.
System.Reactive.WindowsRuntime
by: .NET Foundation and Contributors
- 15 total downloads
- Latest version: 3.0.0
Windows Runtime extensions library for Rx. Contains scheduler functionality and various bridges for the Windows Runtime.
System.Reflection.Context
by: Microsoft
- 929 total downloads
- Latest version: 10.0.7
Provides CustomReflectionContext to enable customized reflection contexts.
System.Reflection.Metadata
by: Microsoft
- 1.047k total downloads
- Latest version: 10.0.7
This package provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. The metadata format is defined by the ECMA-335 - Common Language Infrastructure (CLI) specification.
The System.Reflection.Metadata library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Reflection.MetadataLoadContext
by: Microsoft
- 874 total downloads
- Latest version: 10.0.7
Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.