# Workflows - .NET SDK

> For the complete documentation index, see [llms.txt](https://docs.temporal.io/llms.txt).
> Any documentation page is available as raw Markdown by appending `.md` to its URL.

> This section explains how to implement Workflows with the .NET SDK

![.NET SDK Banner](/img/assets/banner-dotnet-temporal.png)

## Workflows

- [Workflow basics](/develop/dotnet/workflows/basics)
- [Child Workflows](/develop/dotnet/workflows/child-workflows)
- [Continue-As-New](/develop/dotnet/workflows/continue-as-new)
- [Cancellation](/develop/dotnet/workflows/cancellation)
- [Timeouts](/develop/dotnet/workflows/timeouts)
- [Message passing](/develop/dotnet/workflows/message-passing)
- [Schedules](/develop/dotnet/workflows/schedules)
- [Timers](/develop/dotnet/workflows/timers)
- [Dynamic Workflow](/develop/dotnet/workflows/dynamic-workflow)
- [Versioning](/develop/dotnet/workflows/versioning)
