dotnet-sdk/samples
Ryan Nowak 1ea76f1bfe Remove extra .sln files and just use one
These are just extra maintenance. The root cause of this regression is
that we didn't add the tests to all of the right solutions. Life is
simpler if we just use one. The `dotnet` commands already do the right
thing.
2021-01-11 14:39:47 -08:00
..
Actor Remove extra .sln files and just use one 2021-01-11 14:39:47 -08:00
AspNetCore Merge release-1.0.0 into master (#518) 2020-12-18 11:12:39 -08:00
Client/DaprClient Apply linting suggestions (#492) 2021-01-04 17:35:57 -08:00
.editorconfig Includes a gRPC sample (#382) 2020-12-02 17:52:43 -08:00
Directory.Build.props Stop generating docs in samples and tests 2020-10-10 19:04:00 -07:00
README.md Remove extra .sln files and just use one 2021-01-11 14:39:47 -08:00

README.md

Dapr .NET Core samples

This repository contains a samples that highlight the Dapr .NET SDK capabilities.

Sample Description
1. Actor Demonstrates creating virtual actors that encapsulate code and state. Also see docs in this repo for a tutorial.
2. ASP.NET Core Demonstrates ASP.NET Core integration with Dapr by create Controllers and Routes.
3. Client The client sample shows how to make Dapr calls to publish events, save state, get state and delete state using a gRPC client.