I have a senario here... (Extremely sorry writing such a long post) I have are TreeView(Bound to the observable collection of Phones(Different types)) i have a contentCOntrol whose COntent Binding is
I\'m using MVVM Toolkit. In my ViewModels I\'m keeping data which I\'d like to save when switching ViewModel to another.
I\'m working with existing code in a project which has rich models all over the place (instead of POCOs). Basically, is there any good way to mix rich models and ViewModels without repeating code?
I have to refactor an application which has at almost every model and codebehind file an instance of serviceclient, and some of them use a serviceclient property from App.xaml.cs (Silverlight 4)
I wrote a simple WPF Application as an example: Model: public class User { public String FirstName { get; set; }
I\'m having a problem trying to use complex types with AutoMapper. I have two objects, a domain and a ViewModel that utlize in my View;
Ok, after some research I was unable to understand the \"viewmodel thing\". I didn\'t find any article that explains me what are the steps to work with ViewModels compared to simply passing the Entit
I tried to add custom validator for ViewModel class: [Serializable] public class UserViewModel : IValidatableObject
I want to use two models in one view and have looked at parent view model. I have two models: public class Blogg
I have a view that I pass a viewmodel object to that contains an IQueryable<> object. This object is used to populate an mvccontrib grid.The view also contains other partial views that allow the u