Attached are some code snippets that I use during code development.

  • newClass - code Snippet for creating a class
  • newClassNotify - code Snippet for creating a class which implements INotifyPropertyChanged interface
  • dprop - code snippet for a property using DependencyProperty
  • dpropu - code snippet for a property using DependencyProperty with ChangeCallback notifier
  • dpropObCollection - code snippet for a property using DependencyProperty to an ObservableCollection
  • conv - code Snippet for creating a IValueConverter
  • multiconv - code Snippet for creating a IMultiValueConverter
  • propNotify - code Snippet for creating a property with get/set accessors and property value change notification trigger

Downloads