Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

How do you construct a LINQ to Entities query to load child objects directly, instead of calling a Reference property or Load()

c# linq linq-to-entities

Entity Framework: Querying Child Entities [duplicate]

Linq int to string

.net linq linq-to-entities

How to create LINQ Expression Tree to select an anonymous type

How many Include I can use on ObjectSet in EntityFramework to retain performance?

'Date' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported

"NOT IN" clause in LINQ to Entities

c# linq-to-entities

How do I perform Date Comparison in EF query?

C# PredicateBuilder Entities: The parameter 'f' was not bound in the specified LINQ to Entities query expression

Problem with LINQ to Entities and String.StartsWith

Dynamic query with OR conditions in Entity Framework

What is difference between .edmx and .dbml file in linq?

Is LINQ to SQL deprecated?

Entity Framework mergeoption notracking bad performance

The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities

Linq where clause compare only date value without time value

LINQ to Entities for subtracting 2 dates

Error 3002: Problem in mapping fragments | c# linq to entities

c# linq-to-entities edmx

Doesn't Linq to SQL miss the point? Aren't ORM-mappers (SubSonic, etc.) sub-optimal solutions?

LEFT JOIN in LINQ to entities?