Marco Bellino

Results 6 comments of Marco Bellino

to be honest, I'm not totally sure :) currently, as part of my daily job, I'm looking for a way to improve interoperability across various services, which have been developed...

@preardon, note that this limitation doesn't apply only on DbContexts / EF, but it applies also when using pure SQL connections/transactions. Currently, you can't use the Outbox with 2 different...

Actually, this is the signature: ` Guid DepositPost(T request, IAmABoxTransactionConnectionProvider connectionProvider) where T : class, IRequest; ` so, any implementation of the IAmABoxTransactionConnectionProvider will work, for both the options. Of...

Unless there are any particular drawbacks, imho, it would be perfect if we could have the option to choose between the two different approaches: 1) current one:, by letting brighter...

hello @iancooper The issue I opened was not specifically related to DbContext, but to the more generic lack of support for multiple connections. I'll try to simplify the things with...

I'm evaluating to use Brighter in many different projects for the outbox pattern. Some of these projects may use CQRS, most of them will not, some will use DbContext, others...