Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Translating generic eager load method from EF6 to EF Core

How to select values in list that are NOT IN a Table using EF Core?

How do I solve SqlNullValueException?

DDD - How to manage entities across bounded contexts in EF Core

Order by with Collate clause | Entity Framework

Having Entity Framework trouble

This method is not supported against a materialized query result

c# linq entity-framework

Is it a bad practice using model classes in controller in mvc?

Junction table with additional columns in EF4 CTP4 Code First

Check if it is safe to delete a row

How does EF4 compare with NHibernate?

Exception during association fixup with nullable composite foreign keys

entity-framework poco

what is the difference between linq to sql class and entity framework [duplicate]

How to implement a generic GetById method using Entity Framework 4 and the Repository Pattern?

A column ID occurred more than once in the specification?

EF4 and undesired loading of related collection with AddObject

LINQ member expression getting column name

Finding Overlapping Interests in LINQ

Using Both ObjectContext and DbContext

Is NHibernate FetchMany on more than two tables broken?