Morgan has an interesting blog post on how he finds it painful to implement commands in WPF application and he wanted to show a solution on that problem.
I’ve been using MVVM since I started WPF (I was a latecomer to the beauty that is WPF) and one of the things that’s always irked me is the amount of code you need to write in order to expose a command. I’ll typically write something like the following in order to create a command that I can bind to from the UI…