Posts tagged as:

POCO

Implementing Dirty Flags When Using DataBinding With NHibernate

February 12, 2009

A common feature of any reasonably well designed application is to notify a user if they are about to cancel or lose pending changes. This becomes more difficult if you are using databinding, and even more so if you are binding directly to your domain objects. This post illustrates an easy way to implement databinding with dirty flags while promoting loose coupling between your domain objects and your UI.

Read the full article →