The documentation you are viewing is for Dapr v1.4 which is an older version of Dapr. For up-to-date documentation, see the latest version.

Actors

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