System.Composition.Runtime by: Microsoft
  • 16 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Diagnostics.EventLog by: Microsoft
  • 279 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
System.Data.OleDb by: Microsoft
  • 0 total downloads
  • Latest version: 8.0.1
Provides a collection of classes for OLEDB. Commonly Used Types: System.Data.OleDb.OleDbCommand System.Data.OleDb.OleDbCommandBuilder System.Data.OleDb.OleDbConnection System.Data.OleDb.OleDbDataAdapter System.Data.OleDb.OleDbDataReader System.Data.OleDb.OleDbParameter System.Data.OleDb.OleDbParameterCollection System.Data.OleDb.OleDbTransaction
System.ComponentModel by: Microsoft
  • 0 total downloads
  • Latest version: 4.3.0
Provides interfaces for the editing and change tracking of objects used as data sources. Commonly Used Types: System.ComponentModel.CancelEventArgs System.IServiceProvider System.ComponentModel.IEditableObject System.ComponentModel.IChangeTracking System.ComponentModel.IRevertibleChangeTracking When using NuGet 3.x this package requires at least version 3.4.
System.CodeDom by: Microsoft
  • 18 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Configuration.ConfigurationManager by: Microsoft
  • 62 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.Data.SqlClient by: Microsoft
  • 1 total downloads
  • Latest version: 4.9.1
DEPRECATED - Use Microsoft.Data.SqlClient.
System.Composition.AttributedModel by: Microsoft
  • 21 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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 by: Microsoft
  • 15 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.TypedParts by: Microsoft
  • 19 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Composition.Convention by: Microsoft
  • 19 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
System.Composition.Hosting by: Microsoft
  • 18 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 35 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.Collections.Immutable by: Microsoft
  • 12 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. The System.Collections.Immutable 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.Data.DataSetExtensions by: Microsoft
  • 4 total downloads
  • Latest version: 4.5.0
Provides extensions to form LINQ expressions and method queries against DataTable objects. Commonly Used Types: System.Data.DataRowComparer System.Data.DataRowExtensions System.Data.DataTableExtensions System.Data.EnumerableRowCollection System.Data.EnumerableRowCollectionExtensions System.Data.OrderedEnumerableRowCollection System.Data.TypedTableBase System.Data.TypedTableBaseExtensions 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel.Annotations by: Microsoft
  • 15 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.Console by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
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.ComponentModel.TypeConverter by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22416
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. Commonly Used Types: System.ComponentModel.TypeConverter System.ComponentModel.TypeConverterAttribute System.ComponentModel.PropertyDescriptor System.ComponentModel.StringConverter System.ComponentModel.ITypeDescriptorContext System.ComponentModel.EnumConverter System.ComponentModel.TypeDescriptor System.ComponentModel.Int32Converter System.ComponentModel.BooleanConverter System.ComponentModel.DoubleConverter
System.ComponentModel.Primitives by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides interfaces that are used to implement the run-time and design-time behavior of components. Commonly Used Types: System.ComponentModel.IComponent System.ComponentModel.IContainer System.ComponentModel.ISite System.ComponentModel.ComponentCollection
System.ComponentModel.EventBasedAsync by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.10-beta-22416
Provides support classes and delegates for the event-based asynchronous pattern. Developers should prefer the classes in the System.Threading.Tasks package. Commonly Used Types: System.ComponentModel.AsyncCompletedEventArgs System.ComponentModel.AsyncCompletedEventHandler System.ComponentModel.ProgressChangedEventArgs System.ComponentModel.ProgressChangedEventHandler System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperationManager