Four new LINQ methods in .NET 6: Chunk, DistinctBy, Take, XOrDefault

from blog Just Some Code, | ↗ original
LINQ isn’t a new feature in the C# language. It was released back in C# version 3.0 in the early 2000s. And, after more than ten years, it was finally updated with the .NET 6 release. These are four of the new LINQ methods and overloads in .NET 6. .NET 6 introduced new LINQ methods like Chunk, DistinctBy, MinBy, and MaxBy. Also, new overloads to...