dotnet-sdk/samples
Carlos Mendible 3b1538be9f
Fix: --dapr-http-port param is now --port (#451)
Fixing command:  `--dapr-http-port` parameer is now `--port`

Co-authored-by: vinayada1 <28875764+vinayada1@users.noreply.github.com>
2020-10-29 14:20:02 -07:00
..
Actor Fix: --dapr-http-port param is now --port (#451) 2020-10-29 14:20:02 -07:00
AspNetCore grpc exception handling sample (#427) 2020-10-14 10:15:42 -07:00
Client/DaprClient grpc exception handling sample (#427) 2020-10-14 10:15:42 -07:00
Directory.Build.props Stop generating docs in samples and tests 2020-10-10 19:04:00 -07: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.