quickstarts/tutorials/workflow/csharp
Marc Duiker 9562e155d6
Use file based namespaces, make classes internal sealed
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-04-01 12:30:07 +01:00
..
challenges-tips Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
child-workflows Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
combined-patterns Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
external-system-interaction Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
fan-out-fan-in Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
fundamentals Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
monitor-pattern Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
task-chaining Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
workflow-management Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
README.md Add README content for challenges& tips 2025-03-26 14:49:20 +01: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