Akka.NET - The Future of Distributed Programming in .NET

Akka.NET - The Future of Distributed Programming in .NET

NDC Conferences via YouTube Direct link

Properties of Messages

19 of 28

19 of 28

Properties of Messages

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Akka.NET - The Future of Distributed Programming in .NET

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 High Expectations for Backend Developers
  3. 3 Enterprise CRUD App
  4. 4 Scenario 1: Surge in User Activity
  5. 5 Obvious Solution: Sharding
  6. 6 Brittle
  7. 7 Scenario 2: Real-time User Interactivity
  8. 8 Obvious Solution: Read-after- Write
  9. 9 Why is Distributed Programming Hard?
  10. 10 Distributed Systems 101
  11. 11 Enter the Actor Model
  12. 12 Origins
  13. 13 Actor Model Core Concepts
  14. 14 Akka.NET Modules
  15. 15 What's an Actor?
  16. 16 Actors live in a family tree
  17. 17 Actors process one message at a time
  18. 18 Actors share threads!
  19. 19 Properties of Messages
  20. 20 Messaging Patterns
  21. 21 Messaging Protocols
  22. 22 Communicate with Actors via Reference
  23. 23 Actor References Have Transparent Locations
  24. 24 Stateful Apps Serve Results from Memory
  25. 25 State Makes Protocols Work
  26. 26 CAP Theorem
  27. 27 CAP Terminologies
  28. 28 CAP & Protocols

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.