Akka.net Asp.net core Entity framework core How to use Entity Framework Core with Akka.NET Akka.NET is quite opinionated in terms of persistence. Paraphrasing Henry Ford’s famous quote: You can persist your data any way you want in Akka.NET, so long as you use event sourcing. But what
Akka.net Asp.net core Why deploying Akka.NET on IIS may be a bad idea Last week I blogged about the integration of Akka.NET and ASP.NET Core. Today I would like to discuss possible problems you may face if you decide to deploy this kind of application, and
Akka.net Asp.net core How to integrate Akka.NET and ASP.NET Core Integrating Akka.NET with ASP.NET Core can be quite tricky. In this blog post, I’d like to demonstrate how to make these two technologies work together smoothly.