I have a website where the frontend auto saves data entered to the backend. It is possible that these saves maybe very close together, and I want to lock the saving of results on a per user basis.
I don't want to use a simple 'lock' as that will block all users trying to save.
Is there anyway to do this in .NET?