I'm using WPF with entityFramework. I want the EF's generated objects to notify when property changed.
Should I enter to the generated code and implement the INotifyPropertyChanged? maybe with partial class ?!
what's the best practice when EF is in the picture ?