Hello,
I intend to hopefully operate with detached instances, feeding WPF, view models, views, etc. And only gin up a new session (repository pattern) instance when it comes time to save again.
In doing that, I can attach the instances to the session again? Does NH do required differencing, of individual instances gauging the upsert requirement, as well as reconciling then would be ophaned instances?
Coming from EF, I was finding I had to do some manual deletion of orphaning records. Otherwise, would find that duplicate or multiple old records would come back when the query was refreshed. This I want to obviously avoid.
(F)NH advise appreciated.
Thanks!
Best,
Michael W. Powell