morelinq Questions

4

Solved

I have a producer-consumer scenario where the producer is an enumerable sequence of items (IEnumerable<Item>). I want to process these items in chunks/batches of 10 items each. So I decided t...
Hydrophone asked 20/7, 2022 at 18:35

2

Solved

Recently I upgraded one of my projects to use .NET 6. Earlier I was using MoreLinq library to use DistinctBy() to apply it on the specific property. Now as I upgraded TargetFramework to .NET 6, thi...
Steen asked 10/11, 2021 at 17:4

5

Solved

I've ran into problem with extension method resolution. LINQ and MoreLINQ contain zip method, it was present in .NET since 4.0 version and was always in MoreLINQ library. But you can't use one of t...
Lovable asked 18/1, 2013 at 10:31

3

Solved

I was inspecting the Jon Skeet's MoreLinq and I became curious about the acquire extension source code The implementation is as follows /// <summary> /// Ensures that a source sequence of...
Baryon asked 31/1, 2014 at 14:55

1

Solved

I am using EF5 with the MoreLinq extenstion, while testing my program in production (very big database), I found out that the line: var x = db.TheBigTable.MaxBy(x => x.RecordTime); Takes very...
Capacious asked 21/10, 2013 at 0:32
1

© 2022 - 2024 — McMap. All rights reserved.