Dec
23
Introducing MVVM Command Wirer
Wiring up Commands in MVVM apps is painful, because you’ll often have 4 discrete blocks of code relating to a single command: The Command property on the ViewModel A Func<bool> or Predicate<T> which is referenced by Command.CanExecute An Action or … Continue reading