Monthly Archives: October 2017

Akka.NET #7: Creating and accessing Actor System with Dependency Injection Container

By | October 1, 2017

A while ago I wrote about creating Actor System and top-level actors. Sadly it was stored in a static field. And keyword static is … let’s say it’s not one of my favourites. Today I’ll show you how I’m doing the exact same thing but in Dependency Injection container.