Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

How many Include I can use on ObjectSet in EntityFramework to retain performance?

Performance of LINQ Any vs FirstOrDefault != null

c# linq

Is there a LINQ function for getting the longest string in a list of strings?

c# string linq

IQueryable<T> does not contain a definition for 'Include' and no extension method 'Include'

c# linq

foreach + break vs linq FirstOrDefault performance difference

Best ways to format LINQ queries

LINQPad, using multiple datacontexts

What's the underscore.js equivalent to LINQ's SelectMany operator?

IEnumerable is empty?

.net linq ienumerable

'Date' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported

Use a delegate for the equality comparer for LINQ's Distinct()

c# linq distinct

Mutating the expression tree of a predicate to target another type

filtering a list using LINQ

Equivalent of SQL ISNULL in LINQ?

c# sql linq isnull

Why is there no Linq method to return distinct values by a predicate?

c# linq distinct

Intersect LINQ query

c# .net linq

How to merge a collection of collections in Linq

What are the benefits of a Deferred Execution in LINQ?

linq

Is a linq query to ConcurrentDictionary Values threadsafe?

c# linq .net-4.0

linq question: querying nested collections