Skip to main content

.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:

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.

Advanced Features

Getting Started

Catalyst Quickstarts