Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Why are navigation properties reset after calling dbContext.Save in EF6

EF5 one-to-many relationship

Using AutoMapper to load entities from the database?

Composite PK without key property

Entity Framework Code First: "The specified table 'foo' was not found in the model."

Using Linq to determine if a record does not exist in a list but does exist in a table

c# linq entity-framework

Is there any advantage for Entity Framework generic repository?

Entity Framework - Include in sub query?

Is the source code for the Entity Framework Power Tools extension available? If not, will it ever be?

Error passing existing connections to DbContext constructor when using Database-First

EFCore, many-to-many, DB First, navigation properties not working

Get the first item property with lambda expression

c# entity-framework

How can I bind my MVC Model to a different table

Vector losing reference to entries after function to add to vector finishes

c++ entity-framework vector

how to create a view with multiple models mvc 4?

Is Entity Framework more mockable than Linq2Sql?