Raising PropertyChanged events with the help of a LINQ expression
If you have done any modern GUI development on .NET, then you are probably familiar with the INotifyPropertyChanged
interface and the joys of implementing that interface.
Continue »