Base solution for your next web application
Open Closed

How to handle concurrency in Abp? #2831


User avatar
0
bilalhaidar created

Hello, Does Abp provide any handling for concurrency issues?

In EF one can add a a property of type byte[] with an attribute of TimeStamp, then EF will handle that on itself. Is Abp using this technique?

Thanks


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    ABP does not handle this at the moment. There was an issue regarding to this but it is still open <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/50">https://github.com/aspnetboilerplate/as ... /issues/50</a>.