The Architect´s Napkin

.NET Software Architecture on the Back of a Napkin

  Home  |   Contact  |   Syndication    |   Login
  28 Posts | 0 Stories | 82 Comments | 0 Trackbacks

News

Twitter












Archives

Post Categories

April 2012 Entries

How can data processing flows be implemented in an easy manner? What I call data flow processing – or flow design (FD) - I´ve defined here and described here for example. (Although this might look like Flow-Based Programming (FBP) it´s just related. FBP is all about concurrent programming, but FD starts much simpler with synchronous sequential programming.) And how such flows can be translated into a modern OO language like C# is described here. Such translation is pretty conventional, although it ......