dotnet-sdk/samples
Aman Bhardwaj bd7900e37b
Removing extra instructions from grpc client sample readme
2020-02-12 09:52:24 -08:00
..
Actor Update 'samples/Actor' to show Timer and Reminder functionality (#213) 2020-02-06 14:53:14 -08:00
AspNetCore Add support in dotnet client sdk to support multi state store support (#207) 2020-02-06 09:06:21 -08:00
Grpc/GrpcClient Removing extra instructions from grpc client sample readme 2020-02-12 09:52:24 -08:00
Directory.Build.props Removing nuspec files for packing. (#139) 2019-10-27 18:20:54 -07:00
README.md Removing nuspec files for packing. (#139) 2019-10-27 18:20:54 -07:00
samples.sln Removing nuspec files for packing. (#139) 2019-10-27 18:20:54 -07: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. gRPC client The gRPC client sample shows how to make Dapr calls to publish events, save state, get state and delete state using a gRPC client.

Solution Files

samples folder has a samples.sln file which includes the samples and product code project files. samples.sln: This includes all the sample projects files dependencies project files.