Practical Parallelization in C# with MapReduce, ProducerConsumer and ActorModel
The barrier of entry into multi-threading in .NET is relatively low as both Parallel Computing (making programs run faster) and Concurrent Programming (making programs more responsive) »