ADO.NET EF : Concurrency (Part 1)
In my case I may be doing a lot of save under one method and wanted to ensure if I am doing update for one single entity (table) it should prevent me to do it. I have added a table to the database with a TimeStamp column. The idea of adding the TimeStamp column is… Read more
- Categories: Software Development