Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

How can I log all entities change, during .SaveChanges() using EF code first?

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

Using DbContext Set<T>() instead of exposing on the context

unexpected GetType() result for entity entry

Can you get the DbContext from a DbSet?

What does the DBContext.Entry do?

Entity Framework Core Using multiple DbContexts

Entity Framework Find vs. Where

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

NSubstitute DbSet / IQueryable<T>

What is the best practice in EF Core for using parallel async calls with an Injected DbContext?

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

EF Code First DBContext and Transactions

DbContext AutoDetectChangesEnabled set to false detecting changes

DbContext discard changes without disposing

Entity Framework and calling context.dispose()

How to set CommandTimeout for DbContext?