dotnet-sdk/examples
Whit Waldo f32c22565b Fixed build error
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2025-07-12 11:49:06 -05:00
..
AI/ConversationalAI Drop .NET 6 and .NET 7 support (#1482) 2025-03-16 23:49:22 -05:00
Actor Quality of Life Improvements (#1504) 2025-04-01 15:24:27 -05:00
AspNetCore Quality of Life Improvements (#1504) 2025-04-01 15:24:27 -05:00
Client Fixed build error 2025-07-12 11:49:06 -05:00
Cryptography Add Dapr.Cryptography package + fix for large files (#1527) 2025-05-02 15:39:12 -05:00
GeneratedActor Quality of Life Improvements (#1504) 2025-04-01 15:24:27 -05:00
Jobs/JobsSample Adds an analyzer to validate present configured mapping endpoint when jobs are scheduled (#1477) 2025-04-09 18:34:22 -05:00
Messaging/StreamingSubscriptionExample Add Dapr.Cryptography package + fix for large files (#1527) 2025-05-02 15:39:12 -05:00
Workflow Parallel workflow processing (#1580) 2025-07-08 06:13:08 -05:00
.editorconfig SDK Docs (#572) 2021-02-16 22:15:33 -08:00
Directory.Build.props Replace [Obsolete] with [Experimental] attributes (#1564) 2025-06-21 04:42:41 -05:00
README.md Add Dapr.Cryptography package + fix for large files (#1527) 2025-05-02 15:39:12 -05: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.
5. Cryptography Demonstrates encryption and decryption operations using Dapr.