A super-simple MVVM-Light WP7 sample?
问题 I am looking for a sample that demonstrates in the lightest way possible the following: A Model that invokes a SOAP based web service; regularly polling to get the latest value (assume the SOAP service returns a boolean). The model should also support invoking a SOAP method that changes the boolean on the server. A ViewModel that enables the underlying boolean to be bound to controls in the View (e.g. to a checkbox). A View with the above checkbox control bound to the underlying boolean.