dotnet-sdk/samples
Aman Bhardwaj 7cdc62c597
Updating client sample readme
2020-03-13 09:54:55 -07:00
..
Actor REmoving dependency on Newtonsoft (#227) 2020-02-19 10:46:30 -08:00
AspNetCore Adding & enhancing client apis over gRPC (#244) 2020-03-09 20:52:12 -07:00
Client/DaprClient Updating client sample readme 2020-03-13 09:54:55 -07:00
Directory.Build.props git gui, ading editor config and removing depenency on StyleCop.Analyzers (#228) 2020-02-18 13:21:12 -08:00
README.md Updating links to client sample 2020-03-13 09:54:20 -07:00
samples.sln Updating solution folder 2020-03-11 16:06:01 -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. Client The 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.