// BLOG

Beyond HTTP

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

ref: posts
Jan 15, 2016

Akka.NET Virtual Meetup #2 on January 26th

2016 is going to be a big year for Akka.NET, and we’re starting things off right by hosting our second Akka.NET Virtual Meetup on Tuesday, January 26th @ 18:00UTC. RSVP Here. Update: thanks to everyone who attended! You can view...

videos Read more
Nov 13, 2015

How to Unit Test Akka.NET Actors with Akka.TestKit

In this post we introduce the Akka.TestKit module - a library that makes it easy to unit test Akka.NET actors using all of the popular .NET unit testing frameworks. A Brief End-to-End Akka.TestKit Example Before going deep into the TestKit,...

akka.net Read more
Sep 23, 2015

The New .NET Stack

The concepts in this post were first introduced in a talk at the 2015 Cassandra Summit. I’ve been a .NET developer for roughly 10 years now - since the summer after my freshman year in college in 2005 I’ve been...

akka.net Read more
Sep 09, 2015

How to Stop an Actor... the Right Way

Stopping an actor is a routine operation that developers often find confusing. This is because each actor is like a micro process, and all interaction with an actor is asynchronous. So shutting down an actor is more complex than stopping...

akka.net Read more
Sep 07, 2015

The Top 7 Mistakes Newbies Make with Akka.NET

The actor model is a radically new concept for the majority of Akka.NET users, and therein lies some challenges. In this post we’re going to outline some of the common mistakes we see from beginners all the time when we...

akka.net Read more
Aug 20, 2015

How to Integrate Akka.NET and ASP.NET (and Nancy!)

NOTE: A lot has changed in both the .NET and Akka.NET ecosystems since this post was originally written in 2015 and we have since released an updated blog post: “Best Practices for Integrating Akka.NET with ASP.NET Core and SignalR”. Lots...

akka.net Read more
Aug 11, 2015

Akka.NET Goes to Wall Street

Many people in the Akka.NET community have been asking for case studies over the last few weeks, since we shared the MarkedUp case study. There are a ton of production deployments, but getting actual case studies out always has some...

case study Read more
ref: newsletter

// STAY_CONNECTED