Fork me on GitHub

Let me tell you how this iniciative started. First, I'm a big fan of Akka .NET and therefore I began to read the book Reactive Messaging Patterns with the Actor Model by Vaughn Vernon, this book applies the patterns described in Enterprise Integration Patterns using Scala language and Akka (Actor Model). However, I'm not an expert in Scala so I couldn't understand the examples very well as I wish. Hopefully, I found the Jorge Fioranelli's web site fsharpreactivepatterns.com where he translated the majority of the examples from Scala to F#.

As I am an C# fan, I thought it would be good to translate the examples from F# to C#. If you already know Akka .NET, you may find the examples I share here useful while reading the book. Additionally, if you are interested in the Scala examples described in the book you can find them here or if you are interested in the F# examples you can find them also here.

Sections

  1. Introduction
  2. Messaging with Actors
  3. Messaging Channels
  4. Message Construction
  5. Message Routing
  6. Message Transformation
  7. Message Endpoints
  8. System Management and Infrastructure

Special Thanks