Top 20 NuGet ef Packages

Extensions for Linq for Entity Framework Core
EntityFrameworkIncludeBuilder is an Entity Framework Core extensions which provide ability to build dynamically Include/ThenInclude chain.
Our base classes to create a multi layers architecture. BaseContext, BaseUnitOfWork, BaseRepository.
Generic Repository Pattern and Unit Of Work for C# .Net Core
Fork of https://github.com/leonibr/efcore-snakecase. Extension Method to SnakeCase all EFCore v3.x database structures (tables, relations, schemas, etc.) so your entity 'PersonLog' will become a table 'person_log' and so on. The significant difference in this fork is how parts of an identifier in a...
NetStandard2.0 Unit Of Work
Generic Implementaion of the Repository Pattern that allows for faster development of application's data-access layer
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
Paginator library for .net entity framework
Entity Framework Core Automatic Migrations allows you to use code first migrations without having a code file in your project for each change you make. How to use: /// Migrations Options public class DbMigrationsOptions { /// <summary> /// Allow auto migration with data lost ...
Package Description
Generic data access layer built on top of the .NET Entity Framework
Create a page-query command easily for EF!
An in memory database on top of EF to facilitate unit testing without database
This my framework infrastructure It help improve coding, support dynamic soft delete and Unit of work
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...
Web extentions module for makeITeasy.Appframework
Models for makeITeasy.Appframework 1.1.6 : Add ReadUncommitedQuery 1.1.5 : Add ICurrentDateProvider model