Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Using a tuple or some other complex type in a Linq-to-Entities query expression

Entity Framework - Navigation Properties Generating Extra JOINs

Parameterized Linq Expression Help

LINQ - How do I keep my (complex) results ordered?

linq linq-to-entities

How to use an Expression<Func<Model, bool>> in a Linq to EF where condition?

Entity Framework Query Optimization

Unable to cast object of type 'System.Linq.EnumerableQuery`1[Entities.Test]' to type 'System.Data.Objects.ObjectQuery`1[Entities.Test]'

Fill a list of objects with LINQ

LINQ query in EF - many to many and a cross join

Concatenated Where clause with array of strings

System.String[] Split(Char[])' method unrecognized

Is there any way to optimize this LINQ to Entities query?

LINQ 2 Entities , howto check DateTime.HasValue within the linq query

LINQ to Entities - cannot cast 'System.DateTime' to type 'System.Object' in orderBy

LINQ to Entities - Dynamic select for specify columns

LINQ to SQL query has wrong values in results

EF orderby / thenby combo extension method

Linq to Entities subquery to fill array?

Linq Navigation Properties complex where ID in (select id from...)

Joining three tables and using a left outer join