All Tags »
silverlight uni... »
visual state manager
Sorry, but there are no more tags available to filter with.
-
Over the past few posts I've been exploring models for modularized Silverlight applications that follow the MVVM pattern (using Prism/CAL). In this post, I'd like to cover unit testing, and writing appropriate tests not just for the view model, but the view itself.
Before we continue, I'm going to assume you've read:
Dynamic Module Loading with ...