New posts in linq-to-objects

With Entity Framework is it better to use .First() or .Take(1) for "TOP 1"?

Getting keys from a Lookup

LINQ identity function

Sequence contains no elements exception in linq without even using Single

How to merge a collection of collections in Linq

Linq OrderBy against specific values

Using LINQ, select list of objects inside another list of objects

linq to entities vs linq to objects - are they the same?

C# Linq where clause as a variable

Linq to Objects - return pairs of numbers from list of numbers

How does LINQPad reference other classes, e.g. Books in the LINQ in Action samples

"Nested foreach" vs "lambda/linq query" performance(LINQ-to-Objects) [closed]

What's your favorite LINQ to Objects operator which is not built-in? [closed]

IList<T> to IQueryable<T>

Linq - SelectMany Confusion

Check if all items are the same in a List

How can I filter a dictionary using LINQ and return it to a dictionary from the same type

Select distinct by two properties in a list

Recursive control search with LINQ

Find() vs. Where().FirstOrDefault()