Chapter 2. Your First Akka.Net Application
3.1 Setting up an application
3.2 Actors
3.2.1 What does an actor embody?
3.2.2 What can an actor do?
3.2.3 Defining an actor
3.2.4 Summary
3.3 Spawning an actor
3.3.1 The actor system
3.3.2 Spawning an actor
3.3.3 Summary
3.4 Communicating with actors
3.4.1 Actor addresses and references
3.4.2 Sending a message
3.4.3 Summary
Summary
What's inside