Toggle Menu

An Introduction to the Actor Model and Akka.NET

By Sean Killeen

The Actor Model is a well-established paradigm for building fault-tolerant and scalable applications. Recently, it has seen a resurgence as distributed and asynchronous systems gain popularity.

In this introductory talk at CodeOnTheBeach 2018, Sean Killeen walks the audience through the concepts of the actor model, its benefits over traditional approaches, and the basics of how to use Akka.NET to achieve these advantages in your .NET applications.

You Might Also Like

Python

The Risks of Insecure YAML Deserialization in Python

YAML is a python favorite for object serialization, especially around application configuration. So, it is...

Agile

Agile eXamined: The Sprint Goal

Daily standups, acceptance criteria, user stories, retrospectives…am I right Agilists? In the day-to-day, it’s easy...

Artificial Intelligence (AI)

Contextualizing Responsible AI Practices for Fraud Detection

Developing and sharing Responsible Artificial Intelligence (AI) practices are a key element in protecting the...