Getting started with the Dapr actors .NET SDK
How to get up and running with the Dapr .NET SDK
The Dapr actor package allows you to interact with Dapr virtual actors from a .NET application.
See How to use Dapr actors for getting started instructions.
Dapr actor .NET usage guide
Learn all about using the actor client with the .NET SDK
Dapr actor .NET usage guide
Learn all about authoring and running actors with the .NET SDK
Example of running and using virtual actors in the .NET SDK
Try out .NET Dapr virtual actors with this example