Blog LogoBlog Logo

Tag: PLINQ

All tags

Parallelisation Talk Examples – Basic PLINQ

These are some code examples from my introductory talk on Parallelisation showing the difference between a standard sequential LINQ query and its parallel...

— 21 Apr 2011

Parallelisation in .NET 4.0 - Part 1 looping

In an upcoming project we have a need for using some parallelisation features. There are two aspects to this, one is that we have to make multiple calls out to...

— 08 Feb 2011