I\'m working on an WPF application using the mvvm-light framework. I\'m new to both of these. I have a form that allows a user to edit a record in a database. Admin users need to be able to update a
Does anyone know how to use the ViewModelLocator in App.xaml, and also have MergedDictionary entries when using the MVVM Light Toolkit?I used the MVVM Light app template, and simply added a reference
I have two questions regarding communication between ViewModels. I am developing a customer management program. I\'m using Laurent Bugnion\'s MVVM Light framework.
Are there any gotchas using mvvm-light and the RTW windows phone 7 tools? There was a hotfix back in July but is there a开发者_StackOverflow new one in the pipeline?There\'s still a problem with the
Does the MVVMLight version that worked before with th开发者_开发技巧e WP7 Beta work with WP7 RTM?It sure does, but the one gotcha that still exists.
I\'m looking for a good article that compares MVVM Light, Caliburn Micro, Prism, and any other Silverlight / WPF / WP7 frameworks out there. I\'ve seen some good articles on them individually, but not
First time poster. I\'m using MVVM-Light with Silverlight 4 and RIA Services. This has been a learning experience! But so far, it\'s working beautifully. I was wondering two things. Right now, I\'m
I\'m having trouble getting the RelayCommand to enable/disable the attached control properly. I\'ve got an EventToCommand element attached to a button. The command is databound to the ViewModel. Ini
Specifically, I would like to know how the view model is to be bound to a user control.The examples I have been able to find so far are all WPF Application or 开发者_开发技巧WPF Browser Application pr
I am trying to add the contents of my textfile to listbox. Here is the code :- This is my MainPage.xaml :-