Microsoft.Data.SqlClient.SNI
by: Microsoft
- 1 total downloads
- Latest version: 1.0.19221.2-Preview
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
- 1 total downloads
- Latest version: 3.0.1
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
- 1 total downloads
- Latest version: 6.0.4
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.Core
by: Microsoft
- 5 total downloads
- Latest version: 10.0.0-preview.5.25277.114
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.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 2 total downloads
- Latest version: 2.0.49
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows.
You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources)
and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.DiaSymReader
by: Microsoft
- 1 total downloads
- Latest version: 1.4.0
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DotNet.PlatformAbstractions
by: Microsoft.DotNet.PlatformAbstractions
- 1 total downloads
- Latest version: 2.1.0-preview2-26406-04
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 3 total downloads
- Latest version: 7.0.0-rc.2.22472.11
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 37 total downloads
- Latest version: 3.1.29
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 105 total downloads
- Latest version: 10.0.0-rc.2.25502.107
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Bundle-Migration
Drop-Database
Get-DbContext
Get-Migration
Optimize-DbContext
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 3.1.25
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.Redis
by: Microsoft.Extensions.Caching.Redis
- 1 total downloads
- Latest version: 1.0.0
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 1 total downloads
- Latest version: 7.0.17
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d0ca5a8d20ac50a33d5451e998a5d411a810c8d7
Microsoft.Extensions.Configuration
by: Microsoft
- 5 total downloads
- Latest version: 10.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 3.1.23
Abstractions of key-value pair based configuration.
Commonly used types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Configuration.AzureKeyVault
by: Microsoft
- 1 total downloads
- Latest version: 3.1.16
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
This library has been replaced by the following new Azure SDK.
https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets
It is recommended that you move to the new package.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.1.25080.5
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
- 3 total downloads
- Latest version: 10.0.0
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.Json
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a