dotnet-sdk/examples
Fabian Steinbach e3efbad010
Add example for invoking non-Dapr HTTP endpoints using DaprClient (#1519)
Signed-off-by: fabistb <fabian0401@online.de>
Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
2025-07-03 10:48:24 -05:00
..
AI/ConversationalAI Conversation builder consistency changes (#1423) 2024-12-11 13:42:23 -06:00
Actor Remove unused variables (#1314) 2024-10-24 15:27:39 -05:00
AspNetCore Updated Dapr runtime/CLI version used in integration tests (#1485) 2025-03-16 20:14:32 -05:00
Client Add example for invoking non-Dapr HTTP endpoints using DaprClient (#1519) 2025-07-03 10:48:24 -05:00
GeneratedActor FIX: Actor source generator generates invalid code for generic interfaces (#1419) 2024-12-05 11:36:45 -06:00
Jobs/JobsSample Fix for Jobs mapping handler (#1474) 2025-02-26 03:40:58 -06:00
Workflow Adds workflow replay-safe logger (#1434) 2024-12-19 16:23:46 -06:00
.editorconfig SDK Docs (#572) 2021-02-16 22:15:33 -08:00
Directory.Build.props SDK Docs (#572) 2021-02-16 22:15:33 -08:00
README.md Additional API surface area for Dapr Workflow authoring SDK (#1012) 2023-01-24 15:41:56 -08:00

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.