// BLOG

Beyond HTTP

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

ref: posts
Jan 28, 2016

Learning the Github Workflow

Petabridge does .NET open source software. One of the great things that’s happening in .NET-land right now is that scores of developers from traditionally more conservative, pure Microsoft stack companies are starting to become not just users of open source...

videos Read more
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
ref: newsletter

// STAY_CONNECTED