Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

Removing many to many entity Framework

What is the best way to instantiate and dispose DbContext in MVC?

How to extend DbContext with partial class and partial OnModelCreating method in EntityFramework Core

Configure multiple database Entity Framework 6

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