Mark Smith has published two new articles on his blog:
- Replacing Services in MVVM Helpers
- Unit Testing with services in MVVM Helpers
In the previous post I showed how you can easily replace services within your application to fit whatever your goals are. This is also a requirement when you would like to unit test your application, but there’s a slightly different twist to it.
As a simple example, let’s use the little demo app we built to play with service replacement.