// BLOG

Beyond HTTP

Distributed systems architecture, Akka.NET patterns, .NET + AI development, and performance — from the framework’s creators.

ref: posts
Feb 12, 2015

Akka.NET v0.8 Release - Dependency Injection, Akka.Persistence, and More!

NOTE: These are the official release notes from https://github.com/akkadotnet/akka.net/releases/tag/v0.8, but with some slight formatting changes. Dependency Injection Support For Ninject, Castle Windsor, and Autofac Thanks to some amazing effort from individual contributor (@jcwrequests), Akka.NET now has direct dependency injection support...

akka.net Read more
Feb 06, 2015

How Actors Recover from Failure

How do you keep your actor system from falling apart when things go wrong? The short answer is Supervision. What Is Supervision, and Why Should You Care? What Is Supervision? “Look at this mess you made. Now clean it up...

akka.net Read more
Jan 25, 2015

Akka.NET: What is an Actor?

When I write about Akka.NET and the actor model, this is not what I mean: I’m probably going to abuse this stupid joke in every 100-level blog post and video where I introduce the concept of Actors, so please bear...

akka.net Read more
Jan 20, 2015

Akka.NET - One Year Later

It’s been a massive year for Akka.NET and I want to highlight some of the amazing contributions that have been made to that project. I’m writing this post from my perspective, but it’s not about me. This month marks the...

akka.net Read more
ref: newsletter

// STAY_CONNECTED