Microsoft.Data.SqlClient.SNI.runtime
by: Microsoft
- 101 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.Data.Sqlite
by: Microsoft
- 898 total downloads
- Latest version: 10.0.1
Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.Data.SQLite
by: Microsoft
- 4 total downloads
- Latest version: 1.0.0-beta1
SQLite implementation of the DataCommon provider model.
Microsoft.Data.Sqlite.Core
by: Microsoft
- 678 total downloads
- Latest version: 10.0.0-preview.7.25380.108
Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. This package does not include a copy of the native SQLite library.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.DiaSymReader.Native
by: Microsoft
- 87 total downloads
- Latest version: 17.12.0-beta1.24603.5
Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
- Windows arm
- Windows arm64
Microsoft.Dnx.Runtime.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 1.0.0-beta7
ASP.NET 5 interfaces to take advantage of capabilities exposed by the runtime.
Microsoft.DotNet.HotReload.WebAssembly.Browser
by: Microsoft
- 1 total downloads
- Latest version: 10.0.101
HotReload package for WebAssembly
Microsoft.DotNet.ILCompiler
by: Microsoft
- 1 total downloads
- Latest version: 9.0.11
Provides a native AOT compiler and runtime for .NET
Microsoft.DotNet.InternalAbstractions
by: Microsoft.DotNet.InternalAbstractions
- 12 total downloads
- Latest version: 1.0.500-preview2-1-003177
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.PlatformAbstractions
by: Microsoft
- 214 total downloads
- Latest version: 5.0.0-preview.5.20278.1
Abstractions for making code that uses file system and environment testable.
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 520 total downloads
- Latest version: 10.0.0
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
- 474 total downloads
- Latest version: 10.0.1
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration
by: Microsoft
- 538 total downloads
- Latest version: 10.0.1
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 488 total downloads
- Latest version: 10.0.1
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
- 518 total downloads
- Latest version: 10.0.1
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 total downloads
- Latest version: 6.0.0-preview.3.21201.4
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft
- 386 total downloads
- Latest version: 10.0.0-preview.5.25277.114
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
- 456 total downloads
- Latest version: 10.0.1
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
- 481 total downloads
- Latest version: 10.0.1
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
- 64 total downloads
- Latest version: 10.0.0-rc.1.25451.107
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
- 449 total downloads
- Latest version: 10.0.0-preview.7.25380.108
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.