I've been tasked with presenting a training session at work on the new concurrent programming features in the .NET Framework 4.0, so I've been playing around with a Mandelbrot set visualiser for which I have written three routines: a sequential routine, a (potentially) each line can be calculated in parallel, and a third where (potentially) … Continue reading .NET 4.0 and the Task Parallel Library (TPL)