Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

DbContext AutoDetectChangesEnabled set to false detecting changes

DbContext discard changes without disposing

Entity Framework and calling context.dispose()

How to set CommandTimeout for DbContext?

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

Entity Framework 5 deep copy/clone of an entity

Mocking EF DbContext with Moq

How can I log the generated SQL from DbContext.SaveChanges() in my Program? [duplicate]

LINQ to Entities only supports casting EDM primitive or enumeration types with IEntity interface

How to force Entity Framework to always get updated data from the database?

How to fix the datetime2 out-of-range conversion error using DbContext and SetInitializer?

The entity type <type> is not part of the model for the current context

How to update only one field using Entity Framework?

Entity Framework: One Database, Multiple DbContexts. Is this a bad idea? [closed]

One DbContext per web request... why?