๐ A repository to learn NServiceBus, a .NET library for building distributed systems with message-based communication.
This repository provides examples and best practices for using NServiceBus to build robust, distributed, and scalable applications. It covers core concepts like messaging patterns, reliable communication, and integration with various transport and persistence mechanisms.
git clone https://github.com/GuilhermeStracini/hello-world-nservicebus.git
cd hello-world-nservicebus
dotnet restore
dotnet run
Explore these links to deepen your knowledge of NServiceBus and its ecosystem:
Contributions are welcome!
Feel free to fork this repository, open issues, or submit pull requests to enhance examples or add new features.
This project is licensed under the MIT License.