Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

LINQ to Entities does not recognize the method and this method cannot be translated into a store expression

Why won't this LINQ join statement work?

LINQ to Entities - multiple OrderBy methods do not work

IN and NOT IN with Linq to Entities (EF4.0)

LINQ to Entities / LINQ to SQL: switching from server (queryable) to client (enumerable) in the middle of a query comprehension?

Cannot implicitly convert type 'System.Collections.Generic.List<T>' to 'System.Linq.IQueryable<T>'

Can someone explain why these two linq queries return different results?

Using the lambda Include method in a compiled LINQ query

Dynamic predicates for Linq-to-Entity queries

IQueryable<> from stored procedure (entity framework)

How to determine if Navigation Property in the Entity Framework is set without loading the related records

7-second EF startup time even for tiny DbContext

LINQ returns 0 results if using nullable int variable, accurate results if using "null"

MERGE in Entity Framework

Entity Framework - An item with the same key has already been added. - Error when trying to define foreign key relationship

Entify Framework Inserts require Select permissions

LINQ: Select all from each group except the first item

c# linq linq-to-entities

Why Does the Entity Framework make so Many Roundtrips to the Database?

Select most recent records using LINQ to Entities

c# linq linq-to-entities

Getting Entities whose keys match list(or array) of ids