Skip to content

westleyl/DDDNorth2014-Actor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DDD North 2014

http://dddnorth.co.uk/


An Actor's Life for Me - An introduction to the TPL Dataflow Library and asynchronous programming blocks

This repository provides the presentation, and source code for the samples and tutorial for the presentation given in Leeds on 18th October at DDD North 4.


Abstract

By using the Dataflow Library you can concentrate on the messages and actions being performed, while the blocks marshal the messages, provide concurrent message processing and buffering as well as supporting cancellation and exception handling.

Every version of the .NET Framework has brought improvements to asynchronous and concurrent programming. While .NET 4.0 brought the async/await model which is useful for improving UI responses and server applications, it can sometimes still be tricky to marshal multiple threads within longer processing pipelines.

The Dataflow Library consists of a Nuget package built on top of the Task Parallel Library (TPL). It harnesses the actor-based programming model to provide a set of dataflow blocks data structures that buffer and process data, which you can connect together to form custom pipelines with messages passed between the blocks.

By using the Dataflow Library you can concentrate on the messages and actions being performed, while the blocks marshal the messages, provide concurrent message processing and buffering as well as supporting cancellation and exception handling.

About

DDD North 2014, Leeds - An Actor's Life For Me - TPL Dataflow presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published