dotnet-sdk/examples
Phillip Hoff 205f45f8b2
Dapr runtime and .NET reference updates. (#1323)
* Dapr runtime and .NET reference updates.

Signed-off-by: Phillip Hoff <phillip@orst.edu>

* Update protos.

Signed-off-by: Phillip Hoff <phillip@orst.edu>

---------

Signed-off-by: Phillip Hoff <phillip@orst.edu>
2024-07-09 10:45:33 -07:00
..
Actor Dapr runtime and .NET reference updates. (#1323) 2024-07-09 10:45:33 -07:00
AspNetCore Remove .NET Core 3.1 support and standardize on .NET 6 (#1045) 2023-08-24 11:04:02 -07:00
Client Dapr runtime and .NET reference updates. (#1323) 2024-07-09 10:45:33 -07:00
GeneratedActor Source generated actor clients (#1165) 2024-02-16 11:35:29 -08:00
Workflow use daprWorkflowClient (#1212) 2024-01-08 14:14:07 -08: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.