0
kicks
Design Dilemma - How To Track Object State
I want Nvigorate to do "seamless" object state tracking. In other words, I want Nvigorate to auto-wire POCOs so that when property values change, it flags them as dirty so the next time you do a batch-update, Nvigorate already has the list of objects to persist. And, I want this without the user writing a single line of code.