NServiceBus information
Can somebody tel开发者_如何学Gol me where I can read about NSerivceBus for introductory information ?(What is it? Why use, etc...)
Is this to just send messages between two systems or, can you also send data?
Thanks.
As for an elevator pitch for NServiceBus, I would say:
NServiceBus is a messaging infrastructure which allows you to increase scalability, reliability, and maintainability in your distributed applications.
Here is a short list of resources:
- The NServiceBus Website, of course
- The documentation pages
- Udi Dahan's Blog
- Andreas Öhlund's Blog
- Jonathan Oliver's Blog
Articles relating specifically to what is, and more importantly, why bother learning it:
- Stop Losing Data in Production
- My NserviceBus Moment of Bliss
- Message Based Architecture Goodness
I'm marking this answer as community wiki so that others can contribute more links.
精彩评论