Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Using Linq with WCF

Simple way to return anonymous types (to make MVC using LINQ possible)

EF 4.1: Why does turning a constant into a variable result in extra sub query?

Which LINQ query to select rows from 1 table that are not in another table

Distinct Date with Linq

DataLoadOptions equivalent for LINQ to Entities?

Where clause on collection

How do you implement Pipes and Filters pattern with LinqToSQL/Entity Framework/NHibernate?

How to return many Child Collections Count() in a single entity framework query

OrderBy and Distinct using LINQ-to-Entities

Retrieve all Children and their Children, recursive SQL

Linq to Entities: see the resulting query (context.Log = Console.Out)

LINQ to SQL MAX in WHERE clause

LINQ to Entities Include() does not work

Get only one (last) record in one-to-many join with linq-to-entities

Is there any way to create a LINQ query as a variable without having the data source (yet)?

Linq to Entities SqlFunctions.DateDiff not supported

Is it possible to call named method within a call to Where?

Split string with LINQ

Remove item from collection entity framework