Top 20 NuGet Packages

Extends EF Core to resolve connection strings from App.config
EntityFrameworkCore Extensions which allows to map all properties to JSON format when targeting CosmosDb in Fluent configuration.
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
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.
Provides a set of common event handlers for EF Core, including create/update date tracking and soft deletes.
.NETStandard package to plug and play with unit of work pattern in EntityFrameworkCore. Instruction of uses: https://github.com/abuzaforfagun/GenericUnitOfWork Sample project: https://github.com/abuzaforfagun/GenericUnitOfWork/tree/master/GenericUnitOfWork.Sample
Retrieve the primary key (including composite keys) from any entity
Reactive extension wrappers for hot observables of Entity Framework entities
This package allows you to easy work with soft delete in EntityFrameworkCore.
Superfast way to join a table with an object list
Design-time Entity Framework Core Functionality for SQL Server Compact 3.5 SP2 data store
Allows SQL Server Compact 4.0 to be used with Entity Framework Core. Requires the SQL Server Compact 4.0 runtime to be installed
Sometimes Entity Framework Core connection to the SQL Server or SQL Azure ends with timeout or service unavailable exception. If you want just to retry connection then use this library.
Linq extensions to Entity Framework Core 3.1 to support Microsoft SQL Server Temporal Table Querying. *** Does not perform Migrations, but ensures that Linq queries correctly propagate "FOR SYSTEM_TIME" across all joined tables ***
EntityFrameworkIncludeBuilder is an Entity Framework Core extensions which provide ability to build dynamically Include/ThenInclude chain.
caching strategies with repository pattern for EF
caching strategies with repository pattern for EF
EntityFrameworkTestable provides wrappers around EntityFramework classes in order to make them more testable. Add this package to your assemblies which use EntityFramework. Add package EntityFrameworkTestable.Testing to your test assemblies.
Testing helpers for using NSubstitute with EntityFramework.