Search code examples
How to chunkify an IEnumerable<T>, without losing/discarding items in case of failure?...

c#linqexceptionproducer-consumermorelinq

Read More
The call is ambiguous between the following methods and properties - Linq and MoreLinq...

c#linqmorelinq

Read More
Find min and max of cumulative sum in Linq...

c#linqtuplesmorelinq

Read More
What is the difference between MoreLINQ's DistinctBy and Linq's GroupBy...

c#linqmorelinq

Read More
.net6 & MoreLinq : Call is ambiguous between System.Linq.Enumerable.DistinctBy and MoreLinq.More...

c#linq.net-6.0morelinq

Read More
Best way to rewrite a groupby / orderby query in LINQ to objects...

c#linqmorelinq

Read More
Looping through a List<T> in batches while ensuring items per batch are unique...

c#linqmorelinq

Read More
MoreLinq maxBy vs LINQ max + where...

c#entity-frameworklinq-to-sqlmorelinq

Read More
MoreLinq's Scan and For Loop returns different results...

c#linqmorelinq

Read More
Is there a better way to remove duplicate values on multiple properties in a List?...

c#performancelistmorelinq

Read More
How can I check that a sequence of indices of type int are contiguous?...

c#linqmorelinq

Read More
How to resolve ambiguous ZIP call between Enumerable and MoreLINQ?...

c#.netlinqambiguous-callmorelinq

Read More
Linq + MoreLinq how to aggregate one result prop to list?...

c#linqmorelinq

Read More
How to lazy merge a few enumerables by some rule...

c#.netlinqmorelinq

Read More
How to compare and merge lists using linq or moreLinq...

c#linqmorelinq

Read More
Getting the MoreLinq MaxBy function to return more than one element...

linqmaxbymorelinq

Read More
Retrieve strings from a file, filtering with Linq when multiple lines contain the exact same string...

c#linqmorelinq

Read More
MoreLinq ExceptBy with only one matching property...

c#linqtuplesmorelinq

Read More
Can anyone explain this enumerator syntax?...

c#.netmorelinq

Read More
MoreLinq Acquire. What does it do?...

c#morelinq

Read More
Performance difference between GroupBy and MoreLinq's DistinctBy...

c#.netlinqmorelinq

Read More
IEnumerable batching discrepancy in Count() value...

c#linqienumerablemorelinq

Read More
why does i.Parent.ReplaceWith(i) not throw an exception?...

c#linq-to-xmlmorelinq

Read More
Return 0 if no duplicates found from DistinctBy...

c#linqmorelinq

Read More
how to remove duplicate values from a list but want to include all empty strings from that list...

c#linqmorelinq

Read More
DistinctBy but ignore null/empty...

c#linqmorelinq

Read More
LINQ start and stop segments in list of List<T> elements...

c#linqsequencemorelinq

Read More
Select Distinct Count is really slow...

c#linqplinqmorelinq

Read More
Morelinq ExceptBy using several specific element...

c#xmllinq.net-3.5morelinq

Read More
morelinq distinct by multiple properties...

c#linqvisual-studio-2013distinct-valuesmorelinq

Read More
BackNext