How to use Partition Operators in LINQ: part 1
Sometime we needs to partitioned the data into two
parts and than return one of the part this can done through the
partition operators in LINQ. These operators are Take, Skip, SkipWhile,
TakeWhile. In this article you will see the working of First two
partition operators.