I was wondering if there is any sort of functionality in NHibernate to check if changes have been made to an object sense it has been loaded that would require a write to the DB to save.
I have some other pieces like currently selected elements and so forth that may change but if they do it makes no difference in terms of actual data.
Failing that what is a good way in WPF/C# to check if there are changes that need to be saved so I can prompt the user before they exit.
Thanks