dotnet-sdk/samples
Leon Mai 11f6ea45e1
Multi pubsub (#374)
* Prepping for multi pubsub

* Add pubsub name, some cleanup

* multi pubsub changes

Co-authored-by: Aman Bhardwaj <amanbha@microsoft.com>
Co-authored-by: LM <lemai>
2020-08-17 13:58:50 -07:00
..
Actor update docs for arg changes in cli (#367) 2020-08-10 13:10:04 -07:00
AspNetCore Multi pubsub (#374) 2020-08-17 13:58:50 -07:00
Client/DaprClient Multi pubsub (#374) 2020-08-17 13:58:50 -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 samples readme 2020-03-13 09:55:45 -07:00
samples.sln Small Renaming in samples (#291) 2020-04-23 17:12:32 -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.