Introduction to the Actor Model with Akka.NET


Details
The actor model is an old computer science concept, originating in 1973 - and it laid dormant is largely a thought experiment for most of its history until the rise of the Internet. Now in the era of cheap, commodity cloud computing the actor model is staging a major comeback across all programming languages and runtimes, both for building distributed systems and for creating reactive mobile or desktop applications.
In this talk we will introduce the actor model through the use of Akka.NET, the most popular distributed actor model framework in .NET. Aaron will talk about what sorts of problems it solves well, when you should use it, and what are some of the adoption costs and overhead involved in using a tool like Akka.NET.

Introduction to the Actor Model with Akka.NET