Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebAPI and Dapper Example #2022

Merged
merged 21 commits into from
May 20, 2022
Merged

WebAPI and Dapper Example #2022

merged 21 commits into from
May 20, 2022

Conversation

iancooper
Copy link
Member

This example is intended to show how we use Brighter with Dapper, particularly how to have working Outbox support, such that the write to the Outbox and the entity writes will be in the same transaction. That requires a unit of work to ensure that all of the writes happen in the same transaction. The unit of work can be scoped.

@iancooper iancooper self-assigned this Mar 10, 2022
@iancooper iancooper marked this pull request as draft March 10, 2022 21:28
@iancooper iancooper added 2 - In Progress .NET Pull requests that update .net code v9.next labels Mar 10, 2022
@iancooper iancooper marked this pull request as ready for review May 20, 2022 19:13
@iancooper iancooper merged commit fde1d02 into master May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In Progress .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant