Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Linq static method in SELECT statement

Reusable predicate expressions in LINQ to Entities queries

Build Dynamic Select using Expression Trees

error: LINQ to Entities does not recognize the method DataLength

'IN' & 'NOT IN' in Linq query

Write a comparable LINQ query for aggregate distinct count in sql?

How do I implement a search feature with Entity Framework?

Linq, OrderByDescending, First, and the nefarious DefaultIfEmpty

IQueryable extension method for linq2entities

Method cannot be translated into a store expression syntax error

Joining two tables with LINQ while also returning null records from the second table

LINQ to Entities does not recognize the method 'Boolean Exists(System.Predicate`1[Entities.Connection])' method

Linq to Entities and concatenated properties

ADO.Net Entity Framework across multiple databases

linq-to-entities

Why do LINQ to Entities does not recognize certain Methods?

Viewing Entity SQL produced by Linq-to-Entities

LINQ to SQL Select Distinct by Multiple Columns and return entire entity

C# LINQ to Entities query for the intersection of two different properties

How to get SecondOrDefault?

c# linq linq-to-entities

Any downsides to passing around a DataContext object as a 'ref' parameter?