Using Linq and Extension Methods to chunk large data sets
. Posted by: Tim
Ever needed to take a large list and split it into smaller subsets of data for processing? Well this is the Extension Method for you. Tonight we had to split a small dataset (500 items) into even
Read This Article