Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Entity framework and DataContractSerializer

Multiple rows update without select

Linq for entities Framework 4.1 tutorials/ebooks links [closed]

Entity Framework: perform a query on a linking table / many to many relationship

Group by hour in IQueryable

Linq Expression building for Entity Framework involving complex object

Difference between "select new" and "Select(a => new"

LINQ or Entity Framework creates unbounded SQL statement

Linq to Entities does not recognize the method System.DateTime.. and cannot translate this into a store expression

How to bind a value to a variable in a programmatically generated Linq Expression

Why does this LINQ expression break my loop & conversion logic?

EF - cannot convert from System.Linq.IQueryable to System.Data.Objects.ObjectQuery

Return 2 columns, Id and count, from EF as Dictionary<int,int>

Persisting a Variable across Requests

Is it possible for the Enumerable.FirstOrDefault method to deal with null parameters

c# linq-to-entities

Does LINQ to Entities support IEquatable in a 'where' clause predicate?