Skip to content

Commit 8b0bcdd

Browse files
authored
Legacy documentation review: Tutorials - Index (#8362)
- Tighten intro sentence ('instructions for building ... plus a downloadable solution') - De-duplicate repeated 'Learn' in the Sagas description and parallelize the list - Update reviewed date
1 parent 2c2fa88 commit 8b0bcdd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorials/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Tutorials
33
suppressRelated: true
4-
reviewed: 2024-10-16
4+
reviewed: 2026-06-22
55
summary: Step-by-step tutorials to help you learn how to use NServiceBus, with detailed instructions and downloadable solutions with the completed examples.
66
redirects:
77
- tutorials/monitoring
88
---
99

10-
These step-by-step tutorials help you learn how to use NServiceBus. Tutorials include concepts and detailed instructions for how to build a sample project in addition to a downloadable solution with a completed example.
10+
These step-by-step tutorials help you learn how to use NServiceBus. Each tutorial includes concepts and detailed instructions for building a sample project, plus a downloadable solution with a completed example.
1111

1212
### [NServiceBus Quick Start](quickstart/)
1313

@@ -19,7 +19,7 @@ Learn the basics of NServiceBus, from sending messages between message endpoints
1919

2020
### [NServiceBus Sagas](nservicebus-sagas/)
2121

22-
Learn to master NServiceBus sagas to model complex, long-running business processes. Learn how to model saga data, correlate messages to sagas, use timeouts to model time in your business processes, and how to integrate with third-party systems.
22+
Master NServiceBus sagas to model complex, long-running business processes. You'll learn how to model saga data, correlate messages to sagas, use timeouts to model time in your business processes, and integrate with third-party systems.
2323

2424
### [Monitoring NServiceBus demo walkthrough](monitoring-demo/)
2525

0 commit comments

Comments
 (0)