Notifying the viewmodel of input errors using MVVMLight in Silverlight
I was creating a little application that had some input fields and a submit button. I wanted the submit button only to be enabled when the user input was val...
I was creating a little application that had some input fields and a submit button. I wanted the submit button only to be enabled when the user input was val...
As I was (and still am) playing with my MVVM-driven Windows Phone 7 map viewer, I started thinking about tomb stoning and/or serializing stuff into the Windo...
Updated for the RTM tools, included sample application to show how it’s used. For my ongoing ‘research project’ on making the user experience for my MVVM-dri...
<p [R=”[R”></p> <p>Some may have read my foray into using Windows Phone 7 to view maps, utilizing a Multi Scale Image (msi), MVVM Light a...
AKA ‘avoiding the dreaded “Can not register property YourProperty after containing type (YourBaseType) has been instantiated” error message’ Somewhere betwee...