-
Course
- Core Tech
Representing IoT Systems with the Actor Model and Akka.NET 1
There will be over 20 billion connected things in use by 2020. This course will teach you why the Actor Model and Akka.NET is a good fit for representing IoT systems that support reactive, concurrent, scalable, distributed, and fault tolerant apps.
What you'll learn
Traditional programming techniques can fall short when trying to represent IoT devices and systems due to the the need for concurrency management, scalability, reactivity, distribution, and fault tolerance. In this course, Representing IoT Systems with the Actor Model and Akka.NET 1, you will learn how to model Internet of Things devices as actors with Akka.NET. First, you will learn why the Actor Model and Akka.NET is a good fit for IoT systems. Next, you will explore how to model devices as actors and organize actors into groups and supervision hierarchies. Finally, you will discover how to model the querying of device actors as separate actor instances. By the end of this course, you will know how to design and implement actors that represent real-world connected devices in IoT scenarios and take advantage of the built-in features of Akka.NET such as concurrency management and fault tolerance.
Table of contents
- Version Check | 20s
- Introduction | 1m 36s
- Course Outline | 1m 37s
- Why Use the Actor Model for the Internet of Things? | 1m 50s
- Suggested Course Prerequisites | 57s
- A Brief Actor Model Refresher | 1m 54s
- Demo Scenario Design Overview | 2m 20s
- Getting Started in Visual Studio | 1m 23s
- Adding an Akka.NET Test Project | 1m 31s
- Summary | 1m 19s
About the author
With over 15 years experience, Jason Roberts is a Microsoft .NET MVP, freelance developer, and author.
More Courses by Jason