// BLOG

Beyond HTTP

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

ref: posts
May 04, 2022
Phobos 2.0 Released - OpenTelemetry Meets Akka.NET

Phobos 2.0 Released - OpenTelemetry Meets Akka.NET

As of today, Phobos 2.0 - our fully OpenTelemetry-enabled instrumentation library for Akka.NET, is now available for production use with Akka.NET. The key features of Phobos 2.0 are as follows: Requires no instrumentation code on the part of the end-user;...

akka.net Read more
Feb 05, 2022
Async / Await vs. PipeTo<T> in Akka.NET Actors

Async / Await vs. PipeTo in Akka.NET Actors

Many years ago I wrote an article entitled “How to Do Asynchronous I/O with Akka.NET Actors Using PipeTo” - back when await support was still very much a work in progress. I subsequently wrote a major update on that article...

videos Read more
Aug 31, 2021
Why and When to Use Akka.Streams

Why and When to Use Akka.Streams

On this blog before we’ve covered a high level introduction to Akka.Streams for Akka.NET, but in this post we go into some more detail on: What is Akka.Streams; The motivations for using Akka.Streams; and When should you use Akka.Streams? “Introduction...

videos Read more
Apr 15, 2021

How to Build Headless Akka.NET Services with IHostedService

At Akka.NET’s inception, most of the server-side code samples we produced all demonstrated how to build so-called “headless” Akka.NET services as outright Windows Services primarily using libraries like Topshelf. .NET has changed tremendously since then and become a truly cross-platform...

videos Read more
ref: newsletter

// STAY_CONNECTED