Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

How does Entity Framework manage mapping query result to anonymous type?

Export to csv - Linq query

c# linq linq-to-entities

Combine Predicates in Linq-to-entities

c# linq-to-entities

Entity Framework Dynamic DbSet for all 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

Joining three tables and using a left outer join

Linq-to-Entities Include method not found