Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Caching Entity Framework DbContexts per request

c# asp.net entity-framework

How can I have Entity Framework return related objects with some defaults?

entity-framework

DbEntityEntry.OriginalValues not populating complex properties

domain driven design using Entity framework 4

Is it acceptable to put seed data in the OnModelCreating method in EF code-first?

Entity Framework Code-First: "The ObjectStateManager cannot track multiple objects with the same key."

Capturing old values for model in MVC3?

mvc 4 MultiSelect list & EF many to many

Defining Entity Framework Keys using Fluent API

How to Delete multiple records in Linq to Entity? [duplicate]

Reference to assembly error

How do I add a OData key value to my Entity Framework class?

Retry Entity Framwork DbContext.SaveChanges after double inserting a key

Cost of creating dbcontext per web request on ASP.Net

Customising the OWIN/Katana UserManager factory behaviour

context.SaveChanges return 0 when updated without any change

c# entity-framework

In Entity Framework, how do I add a generic entity to its corresponding DbSet without a switch statement that enumerates all the possible DbSets?

LINQ find closest coordinates

c# linq entity-framework

ef7 unable to retrieve child collections' child object's properties

Entity Framework and Default Values