New posts in linq

Recommended way to check if a sequence is empty

LINQ identity function

LINQ to Entities does not recognize the method 'System.String[] Split(Char[])' method,

Random array using LINQ and C#

How do I select correct DbSet in DbContext based on table name

Using Linq to sum up to a number (and skip the rest)

Enumerating through an object's properties (string) in C#

Sequence contains no elements exception in linq without even using Single

How to convert an expression tree to a partial SQL query?

Flatten a C# Dictionary of Lists with Linq

LINQ analogues in Scala?

Is there an elegant way to repeat an action?

Select multiple fields group by and sum

LINQ: How do I concatenate a list of integers into comma delimited string?

How to create a view using EF code-first POCO

Dynamic linq query with multiple/unknown criteria

Linq "Could not translate expression... into SQL and could not treat it as a local expression."

Case insensitive XML parser in c#

How to perform merge sort using LINQ?

Cannot convert lambda expression to type 'object' because it is not a delegate type