Dallas Day of Dot Net NServiceBus presentation posted


About a week ago or so I presented at Dallas Day of .NET on Keeping Integration Sane with NServiceBus. I talked about the three main ways I’ve had to integrate with other systems I don’t control, including:

  • Sending files
  • Receiving files
  • Web services

And how each of those ways of integrating can be rife with failures. I walked through a scenario of using an NServiceBus Saga to help manage a process that communicates with multiple web services that each depend on each other. The code and slides can be found on my github here:

https://github.com/jbogard/presentations

Check it out!

Integrating and isolating the container in tests