Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

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

DbContext won't keep connection open for re-use

Why does Entity Framework automatically use the ObjectContext instead of the DbContext when mapping database tables using ADO.NET Entity datamodel

"..." cannot implement an interface member because it is not public

Entity Framework Code First: which DataType attribute for DateTime2?

Avoid Entity Framework Error with Multiple Tasks Running Concurrently on Same DbContext

Set a value comparer in ASP.NET Core 3.1

Why is DbContext.SaveChanges 10x slower in debug mode

"No executable found matching command dotnet-ef" error with EF Core database-first