Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Cosmos query to get the items inside list

Find values where a word is repeated

Linq where clause for collection in a collection

How to join EF query with dictionary

EntityFramework lazy loading not working in different context

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?