Microsoft.Data.Sqlite
by: Microsoft
- 12 total downloads
- Latest version: 2.0.0
SQLite implementation of the System.Data.Common provider model.
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
by: Microsoft
- 312 total downloads
- Latest version: 1.3.0
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DiaSymReader.Native
by: Microsoft
- 13 total downloads
- Latest version: 1.4.1
Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
- Windows arm
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 70 total downloads
- Latest version: 2.2.6
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 12 total downloads
- Latest version: 2.0.0
In-memory database provider for Entity Framework Core (to be used for testing purposes).
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
- 22 total downloads
- Latest version: 2.0.1
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 12 total downloads
- Latest version: 1.1.1
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.EntityFrameworkCore.Tools.DotNet
by: Microsoft
- 11 total downloads
- Latest version: 2.0.0
Entity Framework Core .NET Command Line Tools. Includes dotnet-ef.
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
- 33 total downloads
- Latest version: 2.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
- 45 total downloads
- Latest version: 2.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.Redis
by: Microsoft
- 11 total downloads
- Latest version: 2.0.0
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration
by: Microsoft
- 150 total downloads
- Latest version: 2.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 112 total downloads
- Latest version: 2.0.0
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
- 10 total downloads
- Latest version: 2.0.0
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 165 total downloads
- Latest version: 2.0.0
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft
- 15 total downloads
- Latest version: 2.0.0
Command line configuration provider implementation for Microsoft.Extensions.Configuration.