NHibernate Optimistic Concurrency
- by initforthemoney
I'm investigating optimistic concurrency in NHibernate. I have a scenario that is very similar to what is being described here:
http://weblogs.asp.net/stefansedich/archive/2008/10/01/set-the-value-of-a-version-column-in-nhibernate-manually.aspx
Would you recommend going with the proposed solution in this blog post?
Thanks