quickstarts/tutorials/workflow/csharp
Marc Duiker eacb636769
Update tutorials/workflow/csharp/combined-patterns/README.md
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-04-22 11:24:46 +02:00
..
challenges-tips PR review updates 2025-04-16 10:05:00 +02:00
child-workflows Add cURL 2025-04-22 10:39:46 +02:00
combined-patterns Update tutorials/workflow/csharp/combined-patterns/README.md 2025-04-22 11:24:46 +02:00
external-system-interaction Add cURL 2025-04-22 10:39:46 +02:00
fan-out-fan-in Add cURL for fanout/fanin 2025-04-22 09:58:20 +02:00
fundamentals Add comments to Program 2025-04-22 09:52:44 +02:00
monitor-pattern Add cURL commands 2025-04-22 10:11:20 +02:00
resiliency-and-compensation Add SetCustomStatus and cURL commands 2025-04-22 11:10:05 +02:00
task-chaining Add cURL to task chaining 2025-04-22 09:47:09 +02:00
workflow-management PR review updates 2025-04-16 10:05:00 +02:00
README.md Add optional IDE 2025-04-22 10:14:00 +02:00

README.md

Using the Dapr Workflow API with C#

This folder contains tutorials of using the Dapr Workflow API with C#. All examples can be run locally on your machine.

Before you start, it's recommended to read though the Dapr docs to get familiar with the many Workflow features, concepts, and patterns.

Prerequisites

Tutorials