Examples
Here are all the examples from Saturday’s introductory talk on Parallelisation at DDD South West 2011.
- Starting tasks
- Parallel.Invoke example
- Parallel.For example
- Parallel.ForEach example
- Basic PLINQ example
- Tasks within Tasks example
- Data Management
- Independent Object Graphs example
- ConcurrentBag example
- ConcurrentDictionary example
- Stopping Tasks
- Error Handling with AggregateException example
- Cancelling Tasks example
Slide Deck
The slide deck is also available as a PDF file (15.9 Mb)