Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Nested Linq Min() crashes Visual Studio

c# visual-studio-2008 linq ide

How to inner join tables from different Data Context? [duplicate]

Linq to EF Join throws "Index was out of range" after upgrade from VS2010 to VS2012

Does using AsNoTracking() make a difference when only returning fields?

c# linq entity-framework

Linq/EF, Eager loading and GROUP BY issues

linq entity-framework

Is there a neat way of doing a ToList within a LINQ query using query syntax?

OData Linq to Query String

c# linq odata

Difference between cast and as inside a select in LINQ

c# linq entity-framework

Delegates and Lambdas and LINQ, Oh My!

LINQ swap columns into rows

c# linq

Converting a lambda expression into a unique key for caching

Is it possible to clone an IEnumerable<T> instance, saving a copy of the iteration state?

c# .net linq ienumerable clone

Expose IQueryable Over WCF Service

Get sum of two columns in one LINQ query without grouping

Grouping by every n minutes

c# linq

Creating expression tree for accessing a Generic type's property

Can't use .Union with Linq due to <AnonymousType>

Access DataContext behind IQueryable

c# linq datacontext iqueryable

LINQ to Dynamics CRM Query filtering records locally

Query an XML file containing nested elements using LINQPad?

c# sql xml linq linqpad