Reimplementing LINQ to Objects: Part 45 – Conclusion and List of Posts
Table of Contents You may consider it a little odd to have a list of posts as the final part in the series, but it makes sense when you consider that visiting the Edulinq tag page shows results in reverse chronological order. At that point, a newcomer will hopefully hit this post first, and then find it easier to navigate to the first post. Anyway… Introduction Where Select Range Empty Repeat Count and LongCount Concat SelectMany Any and All First, Single, Last and the …OrDefault versions DefaultIfEmpty Aggregate Distinct Union Intersect Except ToLookup Join ToList GroupBy GroupJoin Take, Skip, TakeWhile, … Continue reading Reimplementing LINQ to Objects: Part 45 – Conclusion and List of Posts