Thank you for sharing this video. I have a question. In Part 2, you implemented eTag without writing logic in UPDATE method. This time, why is this logic necessary?
Hello Sir, Part 3 is continuation of part 2, So w/o part 3 the implementation is incomplete. As discussed in part 1 we need lock handling so concurrent updates can be avoided, etag just provide last changed date/time but actual locking needs to be managed by our code. Hope this helps. Thanks, Anubhav.
Thanks Anubhav , Its really Good !!
Thank you for sharing this video.
I have a question. In Part 2, you implemented eTag without writing logic in UPDATE method. This time, why is this logic necessary?
Hello Sir, Part 3 is continuation of part 2, So w/o part 3 the implementation is incomplete. As discussed in part 1 we need lock handling so concurrent updates can be avoided, etag just provide last changed date/time but actual locking needs to be managed by our code. Hope this helps. Thanks, Anubhav.
Thanks for your response.
Understood that Part 3 comes before Part2.
Could you update the next part