mirror of https://github.com/dapr/dotnet-sdk.git
10 lines
1.1 KiB
Markdown
10 lines
1.1 KiB
Markdown
# Dapr .NET Core examples
|
|
|
|
This repository contains a samples that highlight the Dapr .NET SDK capabilities:
|
|
|
|
| Sample | Description |
|
|
|----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| [1. Client](./Client) | The client example shows how to make Dapr calls to publish events, save state, get state and delete state using a Dapr client.
|
|
| [2. Actor](./Actor) | Demonstrates creating virtual actors that encapsulate code and state. |
|
|
| [3. ASP.NET Core](./AspNetCore) | Demonstrates ASP.NET Core integration with Dapr by creating Controllers and Routes.
|