Hi
I was wondering if anyone have some ideas for implementing "INotifyPropertyChanged" on POCO entities generated using the DbContext template from Entity Developer.
All I can come up with is changing the template that generates the POCOs in the first place. However the current way the templates are designed makes them horrible to extend/change in case you need changes that comes with updates. So if at all possible I would like to avoid this.
Any ideas?
Or any chance devart will make an option in their template for generating INotifyPropertyChanged POCOs?