1
vote
2answers
403 views
how to manage concurrency for inserting in C#?
Many optimistic concurrency examples refer to updates by using a database timestamp or flag.
However, I want to handle optimistic concurrency for INSERTS
To illustrate here is a f …
