I\'m using NHibernate to persist my domain objects. To keep things simple I\'m using an ASP.NET M开发者_如何学运维VC project as both my presentation layer, and my service layer.
I have a collection of ViewModel objects that I am attempting to sort. This is an abbreviated view of my ViewModel class:
I have a window made up of several user controls and was wondering whether each user control have its own view model or should the window as a who开发者_开发技巧le have only one view model?Absolutely,
ViewModel is a term that is used in both MVVM (Model-View-ViewModel) and the recommended implementation for ASP.NET MVC.Researching \"Vi开发者_StackOverflowewModel\" can be confusing given that each p
I\'m about to use a user control developed by a different t开发者_如何学JAVAeam (in the same company) and for the app we\'re developing we\'re attempting to describe all the data binding in XAML.
This question already has answers here: How can I Have a WPF EventTrigger on a View trigger when the underlying Viewmodel dictates it should?
In the subject really, I want to know people\'s experience of trying to k开发者_运维知识库eep all WPF concerns out of ViewModels in WPF.
In my S开发者_如何学运维ilverLight application, I have a property in my ViewModel called \'vmProperty\' and a list called \'dgSource\'.
I\'m using MVVM with Prism and Silverlight.I have multiple different views of one model.As I am writing more views their ViewModels seem to duplicate a lot of common code related to handling this one
I am currently considering the best way of building a relatively complex page in asp.net mvc. The page (and pages like it) 开发者_开发技巧will contain numerous \'controls\' such as a shopping basket,