dotnet-sdk/daprdocs/content/en/dotnet-sdk-docs/_index.md

935 B

type title linkTitle weight description no_list
docs Dapr .NET SDK .NET 1000 .NET SDK packages for developing Dapr applications true

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]({{< ref dotnet-client >}}) that interact with a Dapr sidecar and other Dapr applications.

Server

Write [servers and services]({{< ref dotnet-server >}}) in .NET using the Dapr SDK.

Actors

Create [virtual actors]({{< ref dotnet-actors >}}) with state, reminders/timers, and methods in .NET.

Examples

Clone the .NET SDK repo to try out some of the examples.

git clone https://github.com/dapr/dotnet-sdk.git

More information