Cees Alberts on June 29th, 2014

I made a small application to get images from Flickr and wanted to display this in a website in random order. I found this little snippet of code, which shuffles any collection (using generics) into a random collection. It’s an extension method that extends any collection with a Shuffle method. I just love those extension methods and use […]

Continue reading about Shuffling a collection using generics and an extension method