System.ComponentModel.Annotations by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Composition by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.7
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
System.Composition.Convention by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-rc.2.23479.6
Provides types that support using Managed Extensibility Framework with a convention-based configuration model. Commonly Used Types: System.Composition.Convention.ConventionBuilder System.Composition.Convention.ExportConventionBuilder System.Composition.Convention.ImportConventionBuilder System.Composition.Convention.PartConventionBuilder System.Composition.Convention.ParameterImportConventionBuilder
System.Composition.TypedParts by: Microsoft
  • 4 total downloads
  • Latest version: 6.0.0-preview.6.21352.12
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration
System.Configuration.ConfigurationManager by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-preview.2.23128.3
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.Console by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides the System.Console class, which represents the standard input, output and error streams for console applications. Commonly Used Types: System.Console System.ConsoleColor
System.Data.Odbc by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0-preview.5.24306.7
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
System.Data.SqlClient by: Microsoft
  • 2 total downloads
  • Latest version: 4.9.1
DEPRECATED - Use Microsoft.Data.SqlClient.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.7
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
  • 0 total downloads
  • Latest version: 9.0.0-preview.5.24306.7
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
System.IdentityModel.Tokens.Jwt by: Microsoft
  • 1 total downloads
  • Latest version: 5.4.0
  • .NET Windows Authentication Identity Json Web Token
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
System.Json by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview4.19212.13
Provides standards-based support for the serialization of JavaScript Object Notation (JSON). Commonly Used Types: System.Json.JsonArray System.Json.JsonObject System.Json.JsonPrimitive System.Json.JsonValue When using NuGet 3.x this package requires at least version 3.4.
System.Linq.Queryable by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
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
  • 1 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 by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.3
System.Memory
System.Net.Http.WinHttpHandler by: Microsoft
  • 1 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
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.Numerics.Tensors by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.7
Provides support for operating over tensors.
System.Private.ServiceModel by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview6.final
Package Description
System.Private.Uri by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1-beta-23516
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri. - 1548494
System.Reflection.Context by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.7
Provides CustomReflectionContext to enable customized reflection contexts.