Overview of the Dapr SDK for .NET
masterThe Dapr SDK for .NET provides tools to integrate .NET applications with the Dapr runtime. It enables three primary capabilities:
- Dapr Client Interaction: Interact with Dapr services and building blocks through a dedicated client.
- ASP.NET Integration: Build routes and controllers within ASP.NET applications using Dapr-specific extensions.
- Virtual Actor Model: Implement the Virtual Actor design pattern using the Dapr Actor building block.
The SDK is designed to run in various environments, including local development, containers, and distributed systems.