Skip to content

{ Category Archives } mvvm

Expanding on Josh Smith’s WPF MVVM app

Over the holidays I’ve got a start on a new project idea. I decided to do the simple UI of the project as an MVVM WPF app. First thing to do was to google up some sample MVVM WPF app. There are some very good example apps out there, some honourable mentions: Sonic, Karl Shifflett’s […]

Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 2

So I’ve finally got a fix for this issue. The solution does feel like a bit of a hack – but I can understand why I need to go down this path. Hopefully one of the people who read this post will be inspired to come up with a more elegant solution! See a demo […]

Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 1

Update: see follow up post to see how I got the cascading ComboBoxes to work: I did mange to get a ‘working’ solution for cascading ComboBoxes – see the solution here: Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 2 I’m presently working on a Silverlight 2 application at work, and really enjoying the […]