Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

C# Triple Nested Linq Group

c# linq group-by

Will LINQ use specialized/optimized versions of functions based on the type of the input?

c# linq collections

c# Linq select join on select group by

.NET reflection: how to get properties defined on partial class

What is "it" in Entity Framework

c# linq entity-framework

Can you use variables in their own initialization line (tryGetOrElse in a dictionary)?

c# linq dictionary

How to Group by values in IEnumerable Property

c# linq

How to cast an Collection<x> to an IQueryable<x>

c# linq collections

How to get top 3 from each "by group" in LINQ?

linq

remove list-items with Linq when List.property = myValue

c# linq

LINQ: Convert Guid to string

linq entity-framework

Comparing 2 lists using Linq

c# linq

Is this achievable with a single LINQ query?

c# linq ienumerable

Using LINQ Group Joins in VB.NET

vb.net linq join linq-group

Where inside a where in linq

c# linq

Solution to rank positions in my LIST?

c# .net linq list

What's the formal term for a "foldable" function?

Left join with OrderBy in LINQ

c# .net linq left-join

How to convert Linq array[] to int[]?

linq

LINQ query over a list of Bool+String pairs. How to join strings without foreach?