.NET SDK
Build distributed applications using the Dapr .NET SDK. The Dapr .NET SDK provides client and server extensions to interact with Dapr building blocks and APIs.
Resources
Prerequisites:
- .NET 8.0+ (Download)
- Dapr .NET Client/Server SDK
Installation
Install the Dapr .NET SDK via NuGet:
# Install Dapr client SDK
dotnet add package Dapr.Client
# Install Dapr server SDK (for ASP.NET Core)
dotnet add package Dapr.AspNetCore
Dapr Client APIs
Use the Dapr Client to interact with Dapr building blocks and APIs with .NET-specific examples and code samples.