David Hayden posted a nice article about how to use concurrency checks in LLBLGen Pro: using save predicates and with a concurrencypredicatefactory: http://davidhayden.com/blog/dave/archive/2006/10/24/ConcurrencyTimestampLLBLGenPro.aspx
Very nice article indeed.
Otis wrote: David Hayden posted a nice article about how to use concurrency checks in LLBLGen Pro: using save predicates and with a concurrencypredicatefactory: http://1.davidhayden.com/blog/dave/archive/2006/10/24/ConcurrencyTimestampLLBLGenPro.aspx
Otis wrote:
David Hayden posted a nice article about how to use concurrency checks in LLBLGen Pro: using save predicates and with a concurrencypredicatefactory: http://1.davidhayden.com/blog/dave/archive/2006/10/24/ConcurrencyTimestampLLBLGenPro.aspx
Why does this load as a blank page for me?
Adjusted the link url a bit. I saw a '1.' in front of the url, I think that was a temp url thingy. You should try: http://davidhayden.com/blog/dave/archive/2006/10/24/ConcurrencyTimestampLLBLGenPro.aspx
Nice post, but he is breaking the open/closed principal (Don't change the class behavior, just derived a new factory)!