mirror of https://github.com/dapr/quickstarts.git
1.3 KiB
1.3 KiB
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
- Docker Desktop
- Dapr CLI & Initialization
- .NET 9
- Optional: An IDE such as VSCode with a REST client.