WPF Binding and Why you should write defensive code.
I’m overriding equals and implementing IEquatable on some of my objects and bind them as an ObservableCollection to the UI.Here is a sample: (ugly code do no...
I’m overriding equals and implementing IEquatable on some of my objects and bind them as an ObservableCollection to the UI.Here is a sample: (ugly code do no...