Microsoft.EntityFrameworkCore.SqlServer.Design
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 7 total downloads
- Latest version: 10.0.0-preview.6.25358.103
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.ApiDescription.Server
by: Microsoft
- 2 total downloads
- Latest version: 7.0.0-preview.4.22251.1
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e77cb01b5529c137130757859f09f892dbdd2436
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 44 total downloads
- Latest version: 10.0.0-preview.7.25380.108
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 total downloads
- Latest version: 7.0.0-preview.1.22076.8
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 2 total downloads
- Latest version: 9.0.0
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/af22effae4069a5dfb9b0735859de48820104f5b
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 2 total downloads
- Latest version: 6.0.23
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/bc25dd5d39fd057f7cb28acb5ad4d9e925a375de
Microsoft.Extensions.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.5.23280.8
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 3.1.22
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
- 2 total downloads
- Latest version: 2.1.1
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.2.21154.6
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft
- 1 total downloads
- Latest version: 9.0.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
- 2 total downloads
- Latest version: 3.0.0-preview.18572.1
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/392e329b194b18c7cae04273479334d88c05af2c
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 1 total downloads
- Latest version: 3.1.4
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Ini
by: Microsoft
- 3 total downloads
- Latest version: 5.0.0-rc.2.20475.5
INI configuration provider implementation for Microsoft.Extensions.Configuration.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Configuration.KeyPerFile
by: Microsoft
- 2 total downloads
- Latest version: 9.0.4
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d5dc8a13cc618b9cbdc1e5744b4806c594d49553
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 2 total downloads
- Latest version: 5.0.0-preview.3.20215.2
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 5 total downloads
- Latest version: 9.0.0-rc.2.24473.5
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 3.1.20
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyInjection.Pools
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.5.23308.3
Pools integration into DI container.