Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-objects

Slow LINQ Query

C#, objectCollection.OfType<T>() and foreach (T item in objectCollection), IEnumerable to IEnumerable<T>

Linq static method in SELECT statement

Is there a practical reason why LINQ's LongCount extension method was added?

Method cannot be translated into a store expression syntax error

return from a linq where statement

How can I get LINQ to return the index of the object which has the max value in a collection?

c# linq linq-to-objects

Is Linq to objects join default order specified when no order by is used?

c# .net linq linq-to-objects

FindIndex on list by linq

c# linq linq-to-objects

Aggregate values until a limit is reached

c# linq linq-to-objects

How to find an implementation of a C# interface in the current assembly with a specific name?

Iterating over class properties using LINQ

c# .net linq linq-to-objects

Casting and Linq Cast<T>()

LINQ querying a Dictionary against a List

Need a linq to objects query for a nested collection

c# linq linq-to-objects

LINQ or foreach - style/readability and speed

Optimizing away OrderBy() when using Any()

C# concat two Collection<string> using linq and getting a Collection<string> result

c# linq linq-to-objects

Using LINQ to objects Intersect and Except on a specific property

IQueryable Lambda Projection Syntax