Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Multiple Left Join LINQ-to-entities

Stored Functions with Linq to Entities

How to do an outer join in LINQ?

Return Only Child Entity Linq Entity Framework

Entity framework. Quering parent entity with subclass property loaded

Cannot convert type string to decimal in linq query

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