System.Memory.Data
by: Microsoft
- 933 total downloads
- Latest version: 10.0.5
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
- 262 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
- 823 total downloads
- Latest version: 10.0.5
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
- 272 total downloads
- Latest version: 10.0.5
Provides a simple parser for server-sent events (SSE).
Commonly Used Types:
System.Net.ServerSentEvents.SseParser
System.Numerics.Tensors
by: Microsoft
- 264 total downloads
- Latest version: 10.0.5
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.483k 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
- 945 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
- 47 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
- 15 total downloads
- Latest version: 3.0.0
Reactive Extensions Interfaces Library containing essential interfaces.
System.Reactive.Linq
by: .NET Foundation and Contributors
- 15 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
- 15 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
- 14 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
- 13 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
- 891 total downloads
- Latest version: 10.0.5
Provides CustomReflectionContext to enable customized reflection contexts.
System.Reflection.Metadata
by: Microsoft
- 995 total downloads
- Latest version: 10.0.5
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
- 819 total downloads
- Latest version: 10.0.5
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.
System.Resources.Extensions
by: Microsoft
- 932 total downloads
- Latest version: 10.0.5
Provides classes which read and write resources in a format that supports non-primitive objects.
Commonly Used Types:
System.Resources.Extensions.DeserializingResourceReader
System.Resources.Extensions.PreserializedResourceWriter
System.Runtime.Caching
by: Microsoft
- 953 total downloads
- Latest version: 10.0.5
Provides classes to use caching facilities.
Commonly Used Types:
System.Runtime.Caching.CacheEntryChangeMonitor
System.Runtime.Caching.CacheEntryRemovedArguments
System.Runtime.Caching.CacheEntryUpdateArguments
System.Runtime.Caching.CacheItem
System.Runtime.Caching.CacheItemPolicy
System.Runtime.Caching.ChangeMonitor
System.Runtime.Caching.FileChangeMonitor
System.Runtime.Caching.HostFileChangeMonitor
System.Runtime.Caching.MemoryCache
System.Runtime.Caching.ObjectCache