---
title: DurableStack v1.0
description: DurableStack v1.0 documentation focused on practical, production-safe background processing in .NET.
order: 1
---

# DurableStack v1.0

DurableStack helps you run background jobs that survive restarts, deployment rollouts, and transient failures.

Supported runtime targets: `.NET 9` and `.NET 10`.

This documentation is organized for future developers who need to find the right answer quickly, understand why a behavior exists, and safely operate the runtime in production.

## Documentation map

- [Start Here](start-here)
- [Core Concepts](core-concepts)
- [Configuration](configuration)
- [Integrations](integrations)
- [Storage Providers](storage-providers)
- [Usage Guide](usage-guide)
- [Reference](reference)
- [Operations](operations)

## Guiding principle

Optimize for ease of use by a future developer: predictable structure, practical examples, and clear separation between concepts, configuration, usage, and operations.
