Skip to content

Commit 8a1e222

Browse files
committed
Add a page with workflow examples refs
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
1 parent b5b036a commit 8a1e222

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
type: docs
3+
title: ".NET Workflow Examples"
4+
linkTitle: "Workflow examples on GitHub"
5+
weight: 3000
6+
description: Explore Dapr Workflow code examples on GitHub
7+
---
8+
9+
## Workflow tutorials in the Dapr Quickstarts repository
10+
11+
The Dapr Quickstarts repository on GitHub includes many workflow tutorials that showcase the various workflow patterns and how to use the workflow management operations. You can find these tutorials in the [quickstarts/tutorials/workflow/csharp](https://github.com/dapr/quickstarts/tree/master/tutorials/workflow/csharp) folder.
12+
13+
## Workflow examples in the .NET SDK repository
14+
15+
The Dapr .NET SDK repository on GitHub contains several examples demonstrating how to use Dapr Workflows with .NET. You can find these examples in the [examples/Workflow](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow) folder.
16+
17+
## Next steps
18+
19+
- [Try the Dapr University Workflow track](https://www.diagrid.io/dapr-university#dapr-workflow)

0 commit comments

Comments
 (0)