Top 20 NuGet Packages
The goal of this project is to provide a way to inject a dependency into Entity Framework's DbContext.
Useful EF interceptors (nolock, transaction ..)
see https://github.com/jamesmanning/EntityFramework.LazyLoadLoggingInterceptor
See description at project site or follow the link: https://github.com/altasoft/EF.LoggableDbContext/wiki
A generic repository pattern for use with EntityFramework. This library also supports accessing multiple DB context in the same project.
Reactive extension wrappers for hot observables of Entity Framework entities
Entity Framework SessionStateProvider
Early preview of some testing helpers for Entity Framework.
Allow to use Entity Framework 5 with PostgreSQL
A library that extends the functionality of Entity Framework 5 by adding batch update, future queries and audit logs.
EntityFramework6 Conventions in prevision of EF7 migration
A library that extends the functionality of Entity Framework 6 by adding batch update, future queries and audit logs.
A library that extends the functionality of Entity Framework 6.1 by adding batch update, future queries and audit logs.
Entity Framework 6 Core Driver for LINQPad
Enable Automatic Migrations for Entity Framework Core for SQL Databases without manual migration files.
The package support following ways to apply/view-applied migrations:
### Context methods
* Execute(TContext context);
* Execute(TContext context, TMigrationsOptions options);
* ExecuteAsync(T...
Entity framework core composite primary key attribute