You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great introduction to the Unit of Work pattern. Very punchy, gets points across well.
Handful of comments:
I particularly appreciated the discussion on "Explicit vs implicit commits", as it addressed a lingering question I had from Chapter 2 regarding why you were calling commit from outside the Repository class.
I had to google the nullcontext built in - very neat!
In Example 8. Reallocate service function uow has a products attribute. I can't seem to find where this came into our model or when we created a repository class for it (I assume it points to a ProductRepository class).
The text was updated successfully, but these errors were encountered:
Chapter 4 Feedback:
Great introduction to the Unit of Work pattern. Very punchy, gets points across well.
Handful of comments:
I particularly appreciated the discussion on "Explicit vs implicit commits", as it addressed a lingering question I had from Chapter 2 regarding why you were calling commit from outside the Repository class.
I had to google the
nullcontext
built in - very neat!In
Example 8. Reallocate service function
uow
has aproducts
attribute. I can't seem to find where this came into our model or when we created a repository class for it (I assume it points to a ProductRepository class).The text was updated successfully, but these errors were encountered: