// BLOG

Beyond HTTP

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

ref: posts
Mar 11, 2016

How to Guarantee Delivery of Messages in Akka.NET

A question we get asked about frequently with Akka.NET is “how can I guarantee that my messages will eventually be received and processed by another actor?” Most of the time it’s developers who work on finance applications who have this...

akka.net Read more
Feb 20, 2016

Akka.NET Virtual Meetup #3 on February 29th

After last month’s successful Akka.NET virtual meetup, we’re going to be coming right back with another on on February 29th at 18:00 UTC. RSVP Here. Update: thanks to everyone who attended! You can view the meetup below! When is the...

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

// STAY_CONNECTED