Michael Sync shows you how to implement INotifyPropertyChanged interface with Expression Tree.
I’m sure that the most of WPF/Silverlight developer are already familier with implementing INotifyPropertyChanged interface because this is the most important thing that you have to do when you want to notify the changes of property value to the Clients. But here is with Expression Tree.