Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Select clause containing non-EF method calls

LINQ to Entities produces query containing datetime2 on SQL 2005 Express

Why is this linq expression not working?

How to solve "The method 'Skip' is only supported for sorted input in LINQ to Entities."

Comparing dates in linq

Is it a bad idea to jump into LINQ to SQL now?

Unable to cast object of type '<>f__AnonymousType1`2 [System.Int64,System.String]' to type 'ConsoleApplication1.Profile'.

c# linq-to-entities

extract one column from a var using linq

c# linq-to-entities

DateTime Add calculation inside Linq to entities query

c# linq-to-entities

LINQ to Entities using the SQL LIKE operator