mirror of https://github.com/dapr/dotnet-sdk.git
* Added example to demonstrate parallel workflow concurrency |
||
|---|---|---|
| .. | ||
| AI/ConversationalAI | ||
| Actor | ||
| AspNetCore | ||
| Client | ||
| Cryptography | ||
| GeneratedActor | ||
| Jobs/JobsSample | ||
| Messaging/StreamingSubscriptionExample | ||
| Workflow | ||
| .editorconfig | ||
| Directory.Build.props | ||
| README.md | ||
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. |
| 5. Cryptography | Demonstrates encryption and decryption operations using Dapr. |