Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

"Object reference not set to an instance of an object" - but nothing is null?

Top per group: Take(1) works but FirstOrDefault() doesn't?

Is it always better to use 'DbContext' instead of 'ObjectContext'?

Get List of Modified Objects within Entity Framework 7

Refreshing Sql Connection Azure AD access token inside long-lived Entity Framework Context

.net Core 2, EF and Multi Tenancy - Dbcontext switch based on user

Using multiple dbcontext instances and dependency injection

Entity Framework Core DbContext and Dependency Injection

EF5 db.Database.SqlQuery mapping returned objects

Get DBContext from ObjectContext

How Can I Use Custom Validation Attributes on Child Models of a DB Entity?

Correct use of Microsoft.AspNet.Identity 2.0

Replace entity in context with a different instance of the same entity

DbContext SaveChanges Order of Statement Execution

Manage the lifetime of dbContext

How to convert DbSet in Entity framework to ObjectQuery

LINQ many-to-many relationship, how to write a correct WHERE clause?

Entity Framework, Code First, Update "one to many" relationship with independent associations

How do I stop Entity Framework from generating BOTH ObjectContext and dbContext