The IActorProxyFactory interface
Learn how to create actor clients with the IActorProxyFactory interface
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.
Learn how to create actor clients with the IActorProxyFactory interface
Learn all about authoring and running actors with the .NET SDK
Necessary steps to serialize your types remoted and non-remoted Actors in .NET
Try out .NET Dapr virtual actors with this example