Blog Logo
TAGS

Temporal .NET SDK

Temporal .NET SDK is a framework for authoring workflows and activities using .NET programming languages. Temporal is a distributed, scalable, durable, and highly available orchestration engine used to execute asynchronous, long-running business logic in a scalable and resilient way. This SDK is under active development and has not released a stable version yet. APIs may change in incompatible ways until the SDK is marked stable. The package can be added from NuGet and activities and workflows can be implemented using the provided client and worker. The SDK also includes support for data conversion, activity heartbeating and cancellation, testing, and more.