Apr
1
ViewModel Tool 3.0
Posted In: Tools by DotNut
The ViewModel Tool automates the repetitive tasks required to have a rich model that can be used with data-binding.
Features include:
- Automatic generation of INotifyPropertyChanged/INotifyPropertyChanging implementations for all your properties
- Automatic generation of a strongly-typed event for each property of your model
- Support for nested/hierarchical view models, with property change notifications throughout the hierarchy
- Optional support for ISupportInitialize and IChangeTracking