I'm playing around with Entity Framework 4.3, and so I am using the DbContext Generator to create the context and entity classes. ...With the default EF 4 code generator template, entity classes implement INotifyPropertyChanged, and also add ...Changing..