keeping all UI logic out of ViewModel? References
search results
-
I am quite new to MVVM and i\'m curious as to of it\'s possible to keep all UI specific things out of the ViewModel and therefore making my viewmodel portable across ...
stackoverflow.com/.../keeping-all-ui-âlogic-out-of-viewmodel -
Cached -
In the ViewModel pattern, the UI and any UI logic are ... without any UI at all. ... that the user can carry out without requiring any UI logic ...
blogs.msdn.com/b/dphill/archive/2009/01/â31/the-viewmodel... -
Cached -
But the thing that bugs me most is that it has the ViewModel as the thickest layer where all the ... keep all the business logic ... keep view logic out of the ...
stackoverflow.com/.../viewmodel-my-âbusiness-logic-layer -
Cached -
When you build complex UI ... you should immediately dispatch that call into the ViewModel to keep all the real handling logic in the ViewModel or other non ...
www.code-magazine.com/âarticleprint.aspx?quickid=0811041&... -
Cached -
The ViewModel catches all PropertyChanged events from the Model and passes ... just as a suggestion you should try and keep the UI specific logic out of the ...
msmvps.com/.../2009/04/07/...viewmodel-âwith-silverlight.aspx -
Cached -
The greatest potential to share code between your apps for Windows Phone 8 and Windows 8 is in your app logic. ... the ViewModel to feed the UI this data ...
msdn.microsoft.com/en-us/library/âwindowsphone/develop... -
CachedMore results from msdn.microsoft.com » -
Model/View/ViewModel is a variation of Model/View/Controller (MVC) that is tailored for modern UI development platforms where the View is the ...
blogs.msdn.com/b/johngossman/archive/â2005/10/08/478683.aspx -
Cached -
The save logic for CustomerViewModel is shown in Figure 15. Figure 15 The Save Logic for CustomerViewModel // In CustomerViewModel.cs public ICommand SaveCommand ...
msdn.microsoft.com/en-us/magazine/âdd419663.aspx -
Cached -
The Model View ViewModel ... MVVM is targeted at UI development platforms which support event-driven ... and hand les most if not all of the viewâs display logic ...
en.wikipedia.org/wiki/Model_View_âViewModel -
Cached More results from en.wikipedia.org » -
http://www.flickr.com/photos/richardmoross/3064808115/ No weâre not actually making a movie about View Model. If we were I am sure weâd get a low turn-out.
codebetter.com/.../05/05/view-model-the-âmovie-cast-your-vote -
Cached
No comments:
Post a Comment