Scottish Developers Parallelisation Talk Overview
Here are all the examples from this evening’s introductory talk on Parallelisation at Scottish Developers. Starting tasks Parallel.Invoke example Parallel.For example Parallel.ForEach example Basic...
View ArticleDDD Scotland Parallelisation Talk Overview
Follow Up I was asked a question during the talk I wasn’t immediately able to answer which I’ve now found the definite answer. What happens to parallel tasks running in the background when the...
View ArticleParallelisation Talk examples – Cancelling Tasks
This example showed what happens when tasks are cancelled. In this example, some tasks will be able to run to completion, others will be cancelled and other won’t even get a chance to start because the...
View ArticleDDD South West Parallelisation Talk Overview
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...
View ArticleContinuous Delivery @ Aberdeen Developers .NET User Group
Here are the links from the slide deck: What is Continuous Delivery? Continuous Delivery Vs. Continuous Deployment The case for Continuous Delivery Whitepaper: Automated Deployment (Octopus Deploy)...
View ArticleStorymapping for Beginners – Aberdeen
As promised, here is the slide deck for the Storymapping presentation that I did at Aberdeen Developers .NET User Group. For those that want to delve futher into the topics, the book that I...
View Article