english Akka.NET: Creating a File Download Actor with Progress Reporting In this post, I walk through the creation of a single Actor for Akka.NET. It will download files and report its progress to other Actors. I'll go through all details but might
english Integrating WPF and Akka.NET I'm wondering how to combine an Akka.NET actor system with a WPF front-end. The Actor Model provides a nice way to build concurrent systems. There are several implementations for .NET. Orleans and