dotnet-sdk/examples
Whit Waldo 1b5f10e00b
Adds durabletask fork (#1544)
Supports integrating our fork at dapr/durabletask-dotnet from microsoft/durabletask-dotnet with the cancellation token patch
2025-05-23 00:08:18 -05:00
..
AI/ConversationalAI Adds durabletask fork (#1544) 2025-05-23 00:08:18 -05:00
Actor Adds durabletask fork (#1544) 2025-05-23 00:08:18 -05:00
AspNetCore Adds durabletask fork (#1544) 2025-05-23 00:08:18 -05:00
Client Adds durabletask fork (#1544) 2025-05-23 00:08:18 -05:00
GeneratedActor Adds durabletask fork (#1544) 2025-05-23 00:08:18 -05:00
Jobs/JobsSample Adds durabletask fork (#1544) 2025-05-23 00:08:18 -05:00
Workflow Adds durabletask fork (#1544) 2025-05-23 00:08:18 -05:00
.editorconfig SDK Docs (#572) 2021-02-16 22:15:33 -08:00
Directory.Build.props Adds durabletask fork (#1544) 2025-05-23 00:08:18 -05:00
README.md Additional API surface area for Dapr Workflow authoring SDK (#1012) 2023-01-24 15:41:56 -08:00

README.md

Dapr .NET Core examples

This repository contains a samples that highlight the Dapr .NET SDK capabilities:

Sample Description
1. Client The client example shows how to make Dapr calls to publish events, save state, get state and delete state using a Dapr client.
2. Actor Demonstrates creating virtual actors that encapsulate code and state.
3. ASP.NET Core Demonstrates ASP.NET Core integration with Dapr by creating Controllers and Routes.
4. Workflow Demonstrates creating durable, long-running Dapr workflows using code.