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

.NET

Dapr offers a variety of packages to help with the development of .NET applications. Using them you can create .NET clients, servers, and virtual actors with Dapr.

Client

Create .NET clients that interact with a Dapr sidecar and other Dapr applications.

Server

Write servers and services in .NET using the Dapr SDK. Includes support for ASP.NET.

Actors

Create virtual actors with state, reminders/timers, and methods in .NET.


Development

Learn about local development options for .NET Dapr applications

Examples

Clone the .NET SDK repo to try out some of the examples and get started quickly.

Troubleshooting

Detailed documentation on the Dapr API, CLI, bindings and more.

NuGet packages

Dapr packages for adding the .NET SDKs to your .NET applications.