Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

How can I compose an Entity Framework query from smaller, resusable queries?

handling empty strings using linq

c# linq linq-to-entities

Creating a property that LINQ to Entities can translate

Use dictionary inside linq query

LIKE with Linq to Entities

How to get row index by entity key in a dynamically built query using Entity Framework

LinqToEntities produces incorrect SQL (Doubled Subquery)

c# sql linq linq-to-entities

In LINQ query, how to order by included table column using .Include()?

EF Where(x => x.ColumnVal == 1) vs FirstOrDefault(x => x.Column == 1)

Entity Framework query outofmemoryexception

Linq-to-entities, Generics and Precompiled Queries

Why isn't this LINQ Group By aggregating the rows in vb.net?

Dynamic LINQ Compare Dates in Entity Framework

How to check for the presence of an OrderBy in a ObjectQuery<T> expression tree

Grouping and multiple orderings using Linq to Entities

Extension method in where clause in linq to Entities

The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities. but is supported by linq-to-sql

Order by with Collate clause | Entity Framework

Finding Overlapping Interests in LINQ

Conditional WHERE in LINQ