Top 20 NuGet entityframeworkcore Packages
                EntityFrameworkCore.Rx integration library for ASP.NET Core
            
            
            
        
                C# Money type compatible with EntityFrameworkCore
            
            
            
        
                With this little helper you can project in your LINQ Select() using expressions not written inside the LINQ query. This opens the door for expression reuse.
This is a fork of the EFLinqExpressionProjecton project with added support for EF Core.
            
            
            
        
                Provides a set of common event handlers for EF Core, including create/update date tracking and soft deletes.
            
            
            
        
                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.
            
            
            
        
                .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
            
            
            
        
                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
				...
            
            
            
        
                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 ***
            
            
            
        
                An useful EntityFrameworkCore interceptor to find long running queries against the database. Apart from using any profiler, it will log an error (or anything depending on the configuration) if the specified threshold exceeded.
            
            
            
        
                Minimalist query engine executor used with Entity Framework Core + LINQ for quick experiments
            
            
            
        
                ObjectDumper provider the minimalist Queryology Engine
            
            
            
        
                Abstractions for extending and building the minimalist Queryology Engine
            
            
            
        
                A very simple extention to OakIdeas.GenericRepository that adds support for EF Core
            
            
            
        
                EntityFrameworkCore Extensions which allows to map all properties to JSON format when targeting CosmosDb in Fluent configuration.
            
            
            
        
                Interfaces to implement Entity Framework Core Many-to-Many pattern.
            
            
            
        
                A package which provides implementation of DipScope.Messaging.MessageStore based on entity framework core.