MapReduce in C#

MapReduce is one of “those” buzz words that is going around at the moment. Mostly in part due to Google using it so successfully for their distributed indexing algorithms. So what is MapReduce? According to Wikipedia [http://en.wikipedia.org/wiki/MapReduce] So MapReduce is an amalgamation of two higher order functions taken from functional programming. Map and Reduce :. … Continue reading MapReduce in C#