So like the title says, I created a view mode开发者_运维问答l in my asp.net mvc application so it would be strongly typed to my view.My view model is a combination of two of my model classes.Now when
In ASP.NET MVC2, I have two ViewModels with Parent-Child relationship as below. Parent ViewModel: public class PersonViewModel
I have a strange problem in my rich client application. Here is some background: I use one session per view model.
This question already has an answer here: WPF - Handling events from user control in View Model (1 answer)
As you may have seen the question from the title, i\'m little bit confused about where to put the ViewModel classes in our web project. What is the 开发者_StackOverflow中文版best practice to putting V
I have figured out how to close Window from my ViewModel. Now I need to solve window close problem from the other side.
Is it reasonable to mix view models with domain models? So i.e. the view model object con开发者_如何学Ctains some domain model objects (not the other way around!)Generally, you will have to reference
I have large collection of MyFile objects which are linked in all kind of ways between each other like spaghetti.
I\'ve been looking into view models for mvc and I\'m looking for the best way to do them. I\'ve read loads of different articles but none seem to be clear as the \"best way.\" So far example I might h
Regard this image: alt text http://img25.imageshack.us/img25/9743/timetablepo.png The TimeTableViewModel of this user interface is this: