Top 20 NuGet entityframework Packages

Adds EntityFramework Core 3 support to AppCore .NET persistence.
Provides AppCore .NET SQL Server event queue.
Provides AppCore .NET MySql event queue.
Provides AppCore .NET Entity Framework Core 3 event queue.
EntityFrameworkCore Extensions which allows to map all properties to JSON format when targeting CosmosDb in Fluent configuration.
DrON port of ASP.NET Boilerplate
DrON port of ASP.NET Boilerplate
Package Description
Extends EF Core to resolve connection strings from App.config
Package Description
Biblioteca para conexão com banco de dados com EntityFrameworkCore.
Package Description
Extend EF Core to implement repository mode and unit work mode
A package which provides implementation of DipScope.Messaging.MessageStore based on entity framework core.
A package which provides implementation of DipScope.Messaging.EventStore based on entity framework core.
Entity Framework 6 Core Driver for LINQPad
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...