Examples
Here are all the examples from Saturday’s introductory talk on Parallelisation at DDD Belfast.
- 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
You can download the slide deck here.
Filed under: Parallelisation Talk Examples, Parallelization Talk Examples Tagged: DDD, DDD Belfast, parallelisation, parallelization
