Microsoft.Data.SqlClient by: Microsoft
  • 1.119k total downloads
  • Latest version: 7.1.0-preview1.26124.5
  • sqlclient microsoft.data.sqlclient
The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Data.SqlClient.Extensions.Abstractions by: Microsoft
  • 6 total downloads
  • Latest version: 1.0.0
  • sqlclient microsoft.data.sqlclient extensions abstractions
Microsoft.Data.SqlClient Extensions Abstractions
Microsoft.Data.SqlClient.Extensions.Logging by: Microsoft
  • 3 total downloads
  • Latest version: 1.0.0-preview1.26064.3
  • sqlclient microsoft.data.sqlclient extensions logging
Microsoft.Data.SqlClient Extensions Logging - ETW EventSource for SqlClient tracing and diagnostics.
Microsoft.Data.SqlClient.Internal.Logging by: Microsoft
  • 4 total downloads
  • Latest version: 1.0.0
  • sqlclient microsoft.data.sqlclient internal logging
Microsoft.Data.SqlClient Internal Logging - ETW EventSource for SqlClient tracing and diagnostics. This package is for internal use by other Microsoft.Data.SqlClient packages only and should not be referenced directly by application code.
Microsoft.Data.SqlClient.SNI by: Microsoft
  • 325 total downloads
  • Latest version: 5.1.0-preview2.22311.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Data.SqlClient.SNI.runtime by: Microsoft
  • 376 total downloads
  • Latest version: 6.0.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.DiaSymReader.Native by: Microsoft
  • 287 total downloads
  • Latest version: 17.12.0-beta1.24603.5
  • DiaSymReader PDB
Native implementation of PDB file reader and writer. Supported Platforms: - Windows x86 - Windows amd64 - Windows arm - Windows arm64
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 1.999k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 1.91k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration by: Microsoft
  • 1.882k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 1.818k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 1.921k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.
Microsoft.Extensions.Configuration.CommandLine by: Microsoft
  • 1.765k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.EnvironmentVariables by: Microsoft
  • 1.804k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.FileExtensions by: Microsoft
  • 2.004k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 1.887k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.UserSecrets by: Microsoft
  • 1.771k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 1.915k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 1.763k total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Diagnostics by: Microsoft
  • 452 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.