dotnet-cqrs/docs/samples/README.md

27 lines
556 B
Markdown

# Samples
Sample code and examples.
## Overview
Sample code demonstrating Svrnty.CQRS features.
## Available Samples
- [Quick Snippets](quick-snippets.md)
- [Configuration Examples](configuration-examples.md)
- [Full Examples](full-examples.md)
## Svrnty.Sample Project
The [Svrnty.Sample](../../Svrnty.Sample/) project contains comprehensive examples of:
- Commands and queries
- Event streaming
- Projections and sagas
- HTTP and gRPC endpoints
## See Also
- [Tutorials](../tutorials/README.md)
- [Getting Started](../getting-started/README.md)