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...
About a year ago I asked the following question <div id="stacktack-1114555"></div>This week I got one more answer and I wanna ask you guys what d...
Hard coded strings are annoying,In XAML, we have a lot of cases of hard coded strings.Here is a simple way of implementing static naming class, and use it in...