New posts in dbcontext

NSubstitute DbSet / IQueryable<T>

How change tracking works in Entity Framework

Get Auto Identity Key after Insert via EF

Using Entity Framework 6 with Multiple DB Schemas but using One DBContext

DbContext is very slow when adding and deleting

How to convert DbSet in Entity framework to ObjectQuery

What is the difference between IDbSet.Add and DbEntityEntry.State = EntityState.Added?

Removing many to many entity Framework

EF Code First DBContext and Transactions

DbContext AutoDetectChangesEnabled set to false detecting changes

Is there a way to factory inject a custom DbContext?

Configure multiple database Entity Framework 6

DbSet.Find method ridiculously slow compared to .SingleOrDefault on ID

The operation cannot be completed because the DbContext has been disposed using MVC 4

Entity Framework Core Using multiple DbContexts

Why re-initiate the DbContext when using the Entity Framework?

DbContext discard changes without disposing

How to set CommandTimeout for DbContext?

c# entity framework: correct use of DBContext class inside your repository class

Mocking EF DbContext with Moq