I know this has been asked a few times before, but the existing solutions look like hacks rather than a proper pattern.
I have service class in external assembly, I inject this class in view model class with MEF. Ineed call service method every 3-4 seconds from view model.
in my ASP MVC 2 application I follow the strongly typed view pattern with specific viewmodels. Im my application viewmodels are responsible for converting between models and viewmodels. My vi开发者_C
Is there anything from stopping you placing ViewModels in a different project? I basically have a DataModel (Entity Framework) project, Data Access project (might merge this into the DataModel), Busi
In my ASP.NET MVC 2 web application, I allow users to create custom input fields of different data types to extend our basic input form. While tricky, building the input form from a collection of cust
I\'m working on my first C#/WPF project (I\'m a Java/Web developer with some Flex/As experience). The MVVM pattern seemed to be the way to go so I\'ve started climbing the learning curve...
Ok we have the following senario, but how do you do Optimistic Locking we have a Customer Class Name Address
I have a Silverlight app with several graphs and a date control on the top which allows the user to set the date range (e.g. July 1 - Sep 30).
My WPF app has a MainWindow containing a usercontrol called TvshowGridView. MainWindow: <Window xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"
Imagine that we have a poco that maps a table in a db. There are 15 fields in a poco, only 3 fields of 15 require the view. View dis开发者_Go百科play a list of records from db. Can I pass to the view