Dec
14
Category Archives: Software
Sep
11
MVVM Notification Chainer nuget package updated to 2.0
I’ve updated my MvvmNotificationChainer package to 2.0, which now includes support for .NET Standard 1.0. This library addresses the problems I described in the MVVM Pain Points series. The source code is available on Github
Apr
08
Automating setup of your windows development environment for fun* and profit**
UPDATED FOR 2018 I revisited this guide and had to make some changes in order for it to work in the current year. Please read Boxstarter guide for Windows development, 2018 edition alongside this guide, as some guidance has changed. … Continue reading
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