I am developing a Silverlight 4 RIA (Entity framework) application and I am having issues using a MVVMLight RelayCommand. I have used them before without problem but there seems to be an issue after I
I am very new to the MVVM Light Too开发者_如何学Pythonlkit (and also to WPF). I have the following problem, and don\'t see how to solve it:
One of the things I really miss from javascript/jquery work is being able to have major pieces (jquery, common plugins) served up t开发者_StackOverflow社区o the client via CDN.It has lots of benefits
I have a classic business application that manages clients and adresses. There are tab items (Id, GenericInfo and a few more) with each their own ViewModel.
How may I ensure that my childwindow is unloaded when it\'s closed? I am opening the childwindow from my viewmodel, but after it\'s been closed it still fires of events like selectionchanged on combo
I\'m trying to bind some XAML code to a property in my ViewModel. <Grid Visibility=\"{Binding HasMovies, Converter={StaticResources VisibilityConverter}}\">
I\'ve got a weird little bug which is occurring under MvvmLight v4 (.NET 4 build, v4.0.0.0/BL0016, installed via NuGet). In my project is a view model (which inherits from ViewModelBase) that represen
I\'ve just started learning the MVVM Light framework and I can\'t find any straightforward examples on how to use a RelayCommand. For purposes of learning, I\'d just like to have a button in my view w
I have a ViewModelLocator from MVVMLight containing my MainViewModel. I have another singleton class ResourceLogger which does something else.
There are two things i want to do with MVVMLight but I don\'t know where to start. Serialise an XML file as a viewmodel or use as a datasource