Top 20 NuGet dbcontext Packages

Library that provides methods that will help you with mocking Entity Framework Core.
Package Description
For Contact Us Please Send Mail Or Call To : Tel : +989301919109 Mail : [email protected]
FreeSql is the ORM in .NetCore, .NetFramework, And Xamarin. It supports Mysql, Postgresql, SqlServer, Oracle, Sqlite, Firebird, Clickhouse, QuestDB, Odbc, Oledb, 达梦, 人大金仓, 南大通用, 虚谷, 神舟通用, 翰高, And Access
Generate DGML (Graph) content that visualizes your DbContext. Adds the AsDgml() extension method to the DbContext class. Also has AsSqlScript() extension method to generate a SQL script for your current model.
FreeSql 全家桶,懒人专用
Structure Basical: Extensions Methods, Sql DbContext, Sql Repository & UnitOfWork, Mongo DbContext, Mongo Repository & UnitOfWork, Mongo GridFs, Utilities, Exception Handler, ApiResponse
With EFCore.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity Framework Core or just work safest with DbContext following the Microsoft recommendations about t...
Package Description
EntityFramework.Toolkit is a library which provides implementations for EntityFramework best practices, patterns, utilities and extensions.
Repository and Specification patterns implementations for EntityFrameworkCore with pagination and other sugar
Extensions for Entity Framework Core. ModelBuilder extensions: ApplyConfigurationsFromAssembly, ApplySoftDeleteFilter. ChangeTracker extensions: AddCreationTracking, AddSoftDeleteTracking, AddModificationTracking. IQueryable extensions: OrderBy, FilterSoftDeleted.
MongoDbContext enables .NET developers to work with a MongoDb database using .NET objects.
DbContextScope for EF Core 5 and .Net Standard 2.1. Forked from https://github.com/mehdime/DbContextScope.
DbContextSCope package for EF6 and EFCore. Forked from https://github.com/mehdime/DbContextScope. Compatible with .net 4.0+ (EF6) and .net Standard 1.3+ (EFCore). Credit also to https://github.com/ninety7 for code regarding refreshing parent entities.
Enables reverse engineering an EF Core model from a data-tier application package (DACPAC).
Provides base DbContext, DbSet and EntityTypeConfigurations for ASP.NET Core Web applications
EntityFramework.Toolkit is a library which provides implementations for EntityFramework best practices, patterns, utilities and extensions.
DbContextScope was created out of the need for a better way to manage DbContext instances in Entity Framework-based applications.
A .NET Standard compliant Unit of Work implementation for ADO.NET. The UoW is the workhorse of the data context, so the project was dubbed "lunch pail" as a reference to blue collar athletes.