Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Selecting last record by linq fails with "method not recognised"

linq linq-to-entities

EF inserting duplicate row even when parent is attached

Using custom methods that return IQueryable in the LINQ to entities

Entity Framework - Include in sub query?

Method 'SingleOrDefault' not supported by Linq to Entities

Selecting part of a single entity without retrieving the entire entity

LINQ GroupBy throwing errors

EXTREMELY Poor LINQ Query Performance When Using Skip/Take for Paging

Entity Framework 4 LINQ to Entities Queries Over WCF

Comparing performance of generated queries for Any() vs Count() in Entity Framework 5

Unable to process the type , because it has no known mapping to the value layer. C# models foreign key on primary key of same class

Building Custom Expressions for Entity Framework (LINQ)

What is the role of the Include method

c# linq-to-entities

LINQ Select IDs from multiple levels

c# linq linq-to-entities

Entity Framework v6 GroupBy Losing Original Ordering

Using .ToString inside a LINQ query select statement

String concatenation in GroupBy

Passing a parameter to a linq predicate