ViewModel + .NET RIA Services Part 2: Testability, Server Mocking and Dependencies
Posted by: Nikhil Kotharis Weblog,
on 13 May 2009 |
View original | Bookmarked: 0 time(s)
In Part 1 of ViewModel and .NET RIA Services, which I recommend you check out first if you haven't, I created a simple product search UI using Silverlight and .NET RIA Services using the ViewModel (aka MVVM) pattern. One of benefits of the ViewModel pattern is that it creates a nice contract between the view and associated logic, i.e. a contract between the designer and the developer. Another key benefit of the ViewModel pattern is that it furthers testability - more of your presentation tier is...