Skip to content

Commit 471c279

Browse files
committed
Update README
1 parent 9b86130 commit 471c279

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
Sample code for the NimblePros series on NServiceBus with .NET 8
44

5+
## Background Information
6+
7+
This project serves to explain in code the concepts of NServiceBus. The project is broken down into multiple parts, each part focusing on a different aspect of NServiceBus. This code is meant to be a companion to the blog series on NServiceBus by NimblePros. I will try to tag the codebase when each article is published so that you can follow along with the blog series but for the most part the code should be backward compatible as the series progresses. Any configuration or manual build steps will be documented in this README file to make it easier to follow along.
8+
9+
## Projects
10+
11+
### NServiceBusTutorial.Web
12+
13+
A Web API project that sends messages to the NServiceBusTutorial.Worker endpoint.
14+
15+
### NServiceBusTutorial.Worker
16+
17+
A Worker Service project that receives messages from the NServiceBusTutorial.Web endpoint.
18+
19+
### NServiceBusTutorial.Saga
20+
21+
Coming soon!
22+
23+
## Diagrams
24+
25+
### Simple Diagram (pre-saga)
26+
27+
![Simplified Architecture](./docs/getting-started-architecture.png)
28+
29+
## Dependencies
30+
31+
### Transports
32+
33+
Currently, this project uses `LearningTransport` which automatically configures a file-based queue at the root of the repository when the applications start. This is useful for development and testing but should not be used in production.
34+
535
## Resources
636

7-
[Blog Series On NServiceBus](https://blog.nimblepros.com/blogs/what-is-nservicebus/)
37+
[What is NServiceBus?](https://blog.nimblepros.com/blogs/what-is-nservicebus/)
38+
39+
[Getting Started with NServiceBus?](https://blog.nimblepros.com/blogs/getting-started-with-nservicebus/)
40+
41+
[Commands, Events, and Messages Explained](https://blog.nimblepros.com/blogs/commands-events-messages-explained)
16.5 KB
Loading

0 commit comments

Comments
 (0)