I am developing application that works with sql server, I read and update data from (by) multiple sources.
Because of that, there is a problem that one updates already updated data....
How can I deal with that issue? (I know EF has built in Concurrency mode but if I understand right, if my design creates and disposes contextobject every time this won't work)