dotnet-sdk/examples
Laurent Kempé 684718e940
Update README.md (#617)
Fix wrong path

Co-authored-by: Ryan Nowak <nowakra@gmail.com>
2021-03-05 11:34:09 -08:00
..
Actor Corrected link for .NET SDK for DAPR 2021-02-18 12:18:34 +05:30
AspNetCore Update README.md (#617) 2021-03-05 11:34:09 -08:00
Client SDK Docs (#572) 2021-02-16 22:15:33 -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 Fix broken link (#597) 2021-02-17 19:43:12 -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.