Microsoft.EntityFrameworkCore.Abstractions
by: Microsoft
- 125 total downloads
- Latest version: 3.1.10
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 212 total downloads
- Latest version: 5.0.9
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 131 total downloads
- Latest version: 3.1.10
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 77 total downloads
- Latest version: 3.1.4
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 196 total downloads
- Latest version: 3.1.10
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft
- 11 total downloads
- Latest version: 1.1.1
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 81 total downloads
- Latest version: 2.2.0
SQLite database provider for Entity Framework Core.
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/ee3828a168f874efc5e5c8cc8c9bce9aa7db9d25
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 67 total downloads
- Latest version: 2.2.0
SQLite database provider for Entity Framework Core.
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/ee3828a168f874efc5e5c8cc8c9bce9aa7db9d25
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 90 total downloads
- Latest version: 3.1.10
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer.Design
by: Microsoft
- 11 total downloads
- Latest version: 1.1.1
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 179 total downloads
- Latest version: 5.0.5
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Get-Migration
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 321 total downloads
- Latest version: 3.0.0
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/aee5e4080331553ea9dfb7fb388b6d72f715bf6a
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 176 total downloads
- Latest version: 5.0.0
Caching abstractions for in-memory cache and distributed cache.
Commonly Used Types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 254 total downloads
- Latest version: 5.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Caching.Redis
by: Microsoft
- 59 total downloads
- Latest version: 2.2.0
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 19 total downloads
- Latest version: 2.1.2
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
Microsoft.Extensions.Configuration
by: Microsoft
- 399 total downloads
- Latest version: 5.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 361 total downloads
- Latest version: 3.1.10
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
- 42 total downloads
- Latest version: 2.2.0
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 383 total downloads
- Latest version: 3.1.10
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.