Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Linq query to group items and query from the top item in each group

c# linq lambda

How can I speed up this linq query on a List<> with search criteria on 3 attributes in the list object

c# performance linq list

Is there a LINQ query that will give me the sum of several maximum values?

c# linq

Add items to list from IEnumerable using LinQ

c# linq ienumerable

LINQ - Join 3 tables with group by and sum

XDocument Elements return null

c# xml linq

How do I perform a distinct on a column I am selecting dynamically?

linq dynamic-linq

InvalidOperationException when first is not found

Use SelectMany and GroupBy

Entity Framework linq orderby function

C# Generic Casting with Linq

c# linq linq-to-sql generics

Lambda expressions to obtain data through navigation properties, LINQToEntities

c# linq lambda

How to use a string in the linq where clause?

linq dynamic

OrderBy IndexOf a string with negatives at the bottom

Reuse LINQ select function

c# linq entity-framework

How can I sort the xml nodes in a file?

c# xml linq io

Collection-valued parameters with The Entity Framework?

Take n most records with aggregate

c# .net linq

Use linq to provide a running total of how many users existed by date

c# linq entity-framework