Are entities required to implement INotifyPropertyChanging and INotifyPropertyChanged? This appears in the generated entities and I'm not sure if this is used by the DataContext change tracking or is just a "nice to have" / best practice. I'm trying to figure out how PO my POCO's can be. :) Thanks in advance, Russell G
Read More...