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

Actors

With the Dapr actor package, you can interact with Dapr virtual actors from a .NET application.

To get started, walk through the Dapr actors how-to guide.


The IActorProxyFactory interface

Learn how to create actor clients with the IActorProxyFactory interface

Author & run actors

Learn all about authoring and running actors with the .NET SDK

How to: Run and use virtual actors in the .NET SDK

Try out .NET Dapr virtual actors with this example