https://github.com/rebus-org/rebusdemos
:bus: Code samples used for presentations
https://github.com/rebus-org/rebusdemos
c-sharp demo msmq rebus
Last synced: 9 months ago
JSON representation
:bus: Code samples used for presentations
- Host: GitHub
- URL: https://github.com/rebus-org/rebusdemos
- Owner: rebus-org
- Created: 2013-01-12T23:38:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T10:07:20.000Z (about 2 years ago)
- Last Synced: 2025-04-02T20:11:38.881Z (9 months ago)
- Topics: c-sharp, demo, msmq, rebus
- Language: C#
- Homepage: https://mookid.dk/category/rebus
- Size: 418 KB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RebusDemos
This demo code was used in its original form (the projects residing in the "old" folder) at the GOTO Aarhus
conference in 2013.
The updated form was used in 2016 in a guest lecture on the "Middleware and Communication Protocols for Dependable Systems"
course at Aarhus University, and in 2017 in a Barcelona .NET Core meetup.
The demos are:
* [Demo0](/Demo0) - demonstrates a very simple client that sends a string to a server
* [Demo1](/Demo1) - shows how a fictional Trading endpoint can publish events, which can be subscribed to by the Billing endpoint
* [Demo2](/Demo2) - introduces an external HTTP-based credit assessment service, which is fairly unstable
* [Demo3](/Demo3) - uses a saga to coordinate the invoicing flow