Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

IQueryable<>.ToString() too slow

LINQ to Entities DateTime is inconsistent

two conditions checking in where clause using linq 2 entites

Linq to Entities custom ordering via position mapping table

EF5 InverseProperty Issue

Alternative to nesting when performing a left join and multiple inner joins

Instruct LINQ to Entities to Generate Oracle Compatible SQL

ObjectContext.SaveChanges and Duplicate PRIMARY Key

How to do a "join" in a LINQ query against the Entity Framework

Linq2Entities, many to many and dynamic where clause

Does First() in LINQ cause eager or lazy loading?

Performance of OfType<> vs "is" queries

How to store value from a IQueryable list to a string variable?

What is the recommended practice for sharing similar linq to entities expression logic in different repositories

LINQ Querying list in list

c# linq linq-to-entities

Child Entities not loaded when query joins tables

c# linq-to-entities

Returning IQueryable vs. ObjectQuery when using LINQ to Entities