Concurrency without the Pain
The .NET platform’s most recent major releases prominently feature improved concurrency tools and keywords, and that’s no accident. In a world where developers are expected to build applications that are consistently responsive across a wide range of devices, user experiences, and workloads knowing how to take full advantage of the power of concurrent programming is essential.
But let’s face it: even with nice tools like the TPL and async / await, multi-threaded concurrent programming has typically been a bottomless pit of despair, Heisenbugs, and lessons learned the hard way.
None of this is true with Akka.NET and the actor model: a powerful programming methodology that makes building concurrent applications easy, fun, and much more powerful than what we had before.
Aaron’s slide deck on Akka.NET and the Actor Model is now available.
Hi! I’m Aaron Stannard, and I’m the CEO and founder of Petabridge, where I’m making Akka.NET to help the world’s most important companies build amazing applications with .NET.
I’ve been working on Akka.NET for over 10 years and I haven’t gotten tired of it yet!
Prior to Petabridge I founded MarkedUp Analytics, a real-time in-app marketing and analytics service used by 1000+ developers. Prior to that I worked at Microsoft as a Startup Developer Evangelist.