Demos and sample for my "Got the Time" talk
Visual Studio 2022 with .NET Core 6.x support (Community Edition is supported), available for download at https://www.visualstudio.com/downloads/
This sample demos how to use NServiceBus sagas to handle invoices lifecycle. The sample is self contained and has no external infrastructure dependencies.
This sample demos how to use NServiceBus sagas to create a never ending business process that handles order discounts. The sample is self contained and has no external infrastructure dependencies.
The Learning Transport and Learning Persistence are not for production use. They are designed for short term learning and experimentation purposes. It should also not be used for longer-term development, i.e. the same transport and persistence used in production should be used in development and debug scenarios. Select a production transport and persistence before developing features. Do not use the learning transport or learning persistence to perform any kind of performance analysis.