
How to do Document-level locking on MongoDB and .NET Core – part 2
Hi All! Welcome back to the second article of the Series. Today we’re going to discuss a simple implementation of a locking technique on MongoDB. Last time we saw what optimistic and pessimistic locking mean and we talked about a possible implementation using two extra fields. Today instead we’ll dig...
2021, Jan 04 — 3 minute read