By tag: ViewModel
0
kicks
Which ASP.NET MVC validation strategy should we use?
At least as long as programming has existed, people have tried to be tricky.
I'm sure we have all tried to architecture something tricky only to have to revert our project and sheepishly go with a simpler solution.
0
kicks
Unit Testing Modal Dialogs in MVVM and Silverlight 4
As feedback to my recent post on Modal Dialogs in MVVM and Silverlight 4 I have received comments that the solution is not easy to Unit Test so i decided to create small blog posts on this subject just to show how simple and clean it is to do this...
0
kicks
Binding UI Events from View to commands in ViewModel in Silverlight 4
In previous two posts we covered wiring up the Views and ViewModels and Blendability and showing ModalDialogs in MVVM way.
Today we will touch another problem that people starting with MVVM very often fail to address properly:
Handling the UI Events of the View in the ViewModel while avoiding ...
0
kicks
José F. Romaniello: Caliburn.ModelFramework with only one interceptor
Implementation of Caliburn.ModelFramework with a castle dynamicproxy interceptor.