How to handle a DB concurrency conflict when using a SumAsync() call?
I have a site that registers students to classes and uses a “Token” system as payments to register. Ex. 5 tokens to register
How to handle a DB concurrency conflict using a SumAsync() call?
I have a site that registers students to classes and uses a “Token” system as payments to register. Ex. 5 tokens to register
Can I create a DB lock that prevents an update or row add if a column sum value has been changed?
I have a site that registers students to classes and uses a “Token” system as payments to register. Ex. 5 tokens to register