mirror of https://github.com/dapr/dotnet-sdk.git
* Rename and cleanup of HTTPExtension Fixes: #421 This change renames `HTTPExtension`->`HttpInvocationOptions`. This is more idiomatic in .NET and reflects existing naming conventions (options or settings for parameters). Also changes to use the `System.Net.Http.HttpMethod` type for the http method, and globally prefer the term `method` over `verb`. Every .NET API that I'm aware of uses 'method', as does rfc7231. * One more rename |
||
|---|---|---|
| .. | ||
| Actor | ||
| AspNetCore | ||
| Client/DaprClient | ||
| Directory.Build.props | ||
| README.md | ||
| samples.sln | ||
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.