0
kicks
F# And MVVM - A Simple ViewModel
This F# ViewModel is a very simple one, but it covers all the main bases:-
It has a generic ICommand implementation for command binding
It implements INotifyPropertyChanged for change notifications
It has Data for binding