Is there something equivalent of Akka but for .NET?
http://doc.akka.io/use-cases
This is an (/my) ongoing port of Akka actors for .NET [EDIT] The project have evolved into a direct port of real Akka: https://github.com/akkadotnet
It is in large a class by class, line by line port.
You may take a look at https://github.com/phatboyg/Stact It falls into the 'something equivalent' category.