INotifyPropertyChanged snippets
If you’re developing applications in WPF or Silverlight you’ll most likely be using the property change interfaces available instead of writing complex XAML code, or you should … In … more
If you’re developing applications in WPF or Silverlight you’ll most likely be using the property change interfaces available instead of writing complex XAML code, or you should … In … more
Lately I’ve been creating quite a few business entities with the ID of the object as the actual key to compare objects, which isn't the default implementation. Because of that I had to override … more