Exploring MoreLINQ Part 14 - Skipping and Slicing
The fourteenth video in my Exploring MoreLINQ series looks at a few ways MoreLINQ provides to help us skip over items in a sequence. Of course LINQ already provides Skip
and SkipWhile
, but MoreLINQ adds SkipUntil
and SkipLast
. I also look at the Slice
method that simplifies taking a page of data without needing to call both Skip
and Take
.
You can find all videos in this series here.
Want to learn more about LINQ? Be sure to check out my Pluralsight course LINQ Best Practices.