AsyncWcfLib
Actor based programming using WCF and async-await.
Note: There is a successor of AsyncWcfLib: https://github.com/steforster/Remact.Net
AsyncWcfLib is a software library for distributed computing based on Microsoft WCF.
AsyncWcfLib is a lightweight message bus bridging Windows and Linux by using the .NET Framework or Mono.
It supports callback based asynchrony as well as the new async-await pattern available in .NET 4.5.
AsyncWcfLib supports threadsafety through an actor based programming model.
Actors are loosly coupled system units...