ado.net - Best way to handle concurrency with entity framework -


i using entity framework 4.1.what best way handle concurrency entity framework. there inbuilt functionality handle in entity framework? can without adding column tables keep row version?

have seen tutorial: http://www.asp.net/entity-framework/tutorials/handling-concurrency-with-the-entity-framework-in-an-asp-net-mvc-application

you can without rowversion column requires storing lot of state, can adversely affect performance.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -