I am using implicit DataTemplates of Silverlight 5 to wire ViewModel and View. In my MainView there is a TabControl (from Telerik) which is bound to an ObservableCollection of the MainViewModel. And
This seems so silly, but I\'ve been looking for a couple of hours and nothing I find fixes this problem.
I am building a simple application with 4-5 views in Silverlight. I came across MVVM Light toolkit and I think it suits my need.
I have a Silverlight class library which is a model in my MVVM app. I am using MVVM Light. How easy is it reuse that model in a WPF app and use the MVVM Light framework. The framework has different dl
In my app: Messenger.Default.Send(\"Search Returne开发者_如何学God\"); message is \'NullReferenceException\', no inner exception.
开发者_如何转开发 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely
I\'m still trying to wrap my head around some of the finer points of using WPF and MVVM. One thing that has bugged me for a while is how to get values from the View into the ViewModel. Let me explain
MVVM pattern is wonderful with MVVM Light better but sometimes I think I don\'t understand anything. I\'ve a business application in SL 4 where I\'ve, by now, 18 VM.. and mo开发者_高级运维re to write!
Hi I\'ve been getting started with MVVM in Silverlight. When you call your model from your viewmodel the model\'s call to it开发者_开发知识库\'s Web Service is asynchronous. What is the best way of no
I have a view model that currently exposes an ObservableCollection. With my WP7 app, I need to show a secondary screen that basically lets you sort what comes out of the collection, and youto the resu