Roman Ivanov

Results 3 comments of Roman Ivanov

The problem of sharing a common transaction context by reusing the same connection instance is a typical one. I used a couple of helper classes for that at work (DbConnectionScope...

I made a draft of an outbox abstraction for Rebus in a separate repository to have some starting point for later improvement. [IOutboxStorage](https://github.com/rsivanov/Rebus.Outbox/blob/master/Rebus.Outbox/IOutboxStorage.cs) defines methods to store and retrieve messages....

"If using Sql server both for entity storage and Rebus transport it would be "stupid" not fuse that into a single operation instead of adding an extra Outbox to your...