The repo was motivated by this post.
- Continuations, Sequences and Yields
- Collection Operations
- Chained Operations
- Sequence Ordering
- Eager vs Lazy Ordering
- More Eager vs Lazy Ordering
- Expensive Calculations
- Processing Data
- Every Other Sequence Action
- Every Nth Sequence Action
A good post on Sequences is here.
A good post on creating Sequence Acitons is here