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.
Status of Dapr.Actors
Active development on Dapr.Actors has stopped; this package now receives security fixes only, and all new actor development happens in Dapr.Actors.Next. There is no deprecation date for Dapr.Actors but it’s considered to be in a maintenance-only mode.
Dapr.Actors.Next is expected to be released as a stable package alongside the v1.19 Dapr runtime and SDK release.
Actors client
Learn how to create actor clients with the IActorProxyFactory interface
Learn more →
Authoring actors
Learn all about authoring and running actors with the .NET SDK
Learn more →
Actor serialization
Necessary steps to serialize your types remoted and non-remoted Actors in .NET
Learn more →
How to: Run & use virtual actors
Try out .NET Dapr virtual actors with this example
Learn more →