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
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
...
Entity framework core composite primary key attribute