Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/develop/dotnet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ Connect to a Temporal Service and start a Workflow Execution.
- [Get Workflow results](/develop/dotnet/temporal-client#get-workflow-results): Retrieve and process the results of your
Workflows efficiently.

## [Standalone Activities](/develop/dotnet/standalone-activities)

Execute Activities independently without a Workflow using the Temporal Client.

- [How to execute a Standalone Activity](/develop/dotnet/standalone-activities#execute-activity)
- [How to start a Standalone Activity without waiting](/develop/dotnet/standalone-activities#start-activity)
- [How to get a handle to an existing Standalone Activity](/develop/dotnet/standalone-activities#get-activity-handle)

## [Testing](/develop/dotnet/testing-suite)

Set up the testing suite and test Workflows and Activities.
Expand Down
Loading
Loading