dotnet-sdk/examples
Federico Bridger 1acd372ae2
Fixing problem with IIS Express not allowing Applications to subscribe to events (#754)
Co-authored-by: Federico.Bridger <Federico.Bridger@endava.com>
2021-09-28 13:50:49 -07:00
..
Actor Fixing problem with IIS Express not allowing Applications to subscribe to events (#754) 2021-09-28 13:50:49 -07:00
AspNetCore Fixing problem with IIS Express not allowing Applications to subscribe to events (#754) 2021-09-28 13:50:49 -07:00
Client Update Grpc to 2.38.1 which has arm64 support (#730) 2021-08-17 13:51:38 -07: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.