System.Linq.Queryable
by: Microsoft
- 3 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides classes for querying data structures that implement IQueryable<T>.
Commonly Used Types:
System.Linq.Queryable
System.Linq.EnumerableQuery<T>
System.Linq.EnumerableQuery
When using NuGet 3.x this package requires at least version 3.4.
System.Management
by: Microsoft
- 208 total downloads
- Latest version: 11.0.0-preview.1.26104.118
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
- 82 total downloads
- Latest version: 11.0.0-preview.2.26159.112
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.WinHttpHandler
by: Microsoft
- 5 total downloads
- Latest version: 11.0.0-preview.1.26104.118
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
- 10 total downloads
- Latest version: 11.0.0-preview.1.26104.118
Provides a simple parser for server-sent events (SSE).
Commonly Used Types:
System.Net.ServerSentEvents.SseParser
System.Numerics.Tensors
by: Microsoft
- 210 total downloads
- Latest version: 11.0.0-preview.1.26104.118
Provides support for operating over tensors.
System.Numerics.Vectors
by: Microsoft
- 2 total downloads
- Latest version: 4.5.0
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications.
Commonly Used Types:
System.Numerics.Matrix3x2
System.Numerics.Matrix4x4
System.Numerics.Plane
System.Numerics.Quaternion
System.Numerics.Vector2
System.Numerics.Vector3
System.Numerics.Vector4
System.Numerics.Vector
System.Numerics.Vector<T>
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
System.ObjectModel
by: Microsoft
- 2 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides types and interfaces that allow the creation of observable types that provide notifications to clients when changes are made to it.
Commonly Used Types:
System.ComponentModel.INotifyPropertyChanged
System.Collections.ObjectModel.ObservableCollection<T>
System.ComponentModel.PropertyChangedEventHandler
System.Windows.Input.ICommand
System.Collections.Specialized.INotifyCollectionChanged
System.Collections.Specialized.NotifyCollectionChangedEventArgs
System.Collections.Specialized.NotifyCollectionChangedEventHandler
System.Collections.ObjectModel.KeyedCollection<TKey, TItem>
System.ComponentModel.PropertyChangedEventArgs
System.Collections.ObjectModel.ReadOnlyDictionary<TKey, TValue>
When using NuGet 3.x this package requires at least version 3.4.
System.Private.DataContractSerialization
by: Microsoft
- 3 total downloads
- Latest version: 4.3.0-preview1-24530-04
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages.
When using NuGet 3.x this package requires at least version 3.4.
System.Private.ServiceModel
by: Microsoft
- 17 total downloads
- Latest version: 4.10.3
Package Description
System.Reactive
by: .NET Foundation and Contributors
- 339 total downloads
- Latest version: 7.0.0-preview.1
Reactive Extensions (Rx) for .NET
System.Reactive.Core
by: .NET Foundation and Contributors
- 44 total downloads
- Latest version: 6.1.0
Legacy facade for Reactive Extensions (Rx) for .NET
System.Reactive.Interfaces
by: .NET Foundation and Contributors
- 56 total downloads
- Latest version: 6.1.0
Legacy facade for Reactive Extensions (Rx) for .NET
System.Reactive.Linq
by: .NET Foundation and Contributors
- 45 total downloads
- Latest version: 6.1.0
Legacy facade for Reactive Extensions (Rx) for .NET
System.Reactive.PlatformServices
by: .NET Foundation and Contributors
- 65 total downloads
- Latest version: 6.1.0
Legacy facade for Reactive Extensions (Rx) for .NET
System.Reactive.Windows.Threading
by: .NET Foundation and Contributors
- 1 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
- 1 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
by: Microsoft
- 3 total downloads
- Latest version: 4.0.10-beta-22816
Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods.
Commonly Used Types:
System.Reflection.MethodInfo
System.Reflection.PropertyInfo
System.Reflection.ParameterInfo
System.Reflection.FieldInfo
System.Reflection.ConstructorInfo
System.Reflection.Assembly
System.Reflection.MemberInfo
System.Reflection.EventInfo
System.Reflection.Module
System.Reflection.Context
by: Microsoft
- 81 total downloads
- Latest version: 11.0.0-preview.1.26104.118
Provides CustomReflectionContext to enable customized reflection contexts.