I'm currently developing an application that should be able to run under the standard .Net Framework as well as under Mono. I was wondering if I could safely implement INotifyPropertyChanged
in my business model and that the Mono Framework would pick it up without extra effort?
Is the support of data binding good enough in the Mono Framework in general?