Showing posts tagged with: "WindowsPhoneMvp"
Recent Posts
WindowsPhoneMVP - Sending Events to the Presenter
The MVP pattern allows for a lot of flexibility when developing Applications, in terms of if you need to invoke something in the view or on the model then you have that option. However, one downsid...
WindowsPhoneMvp Quickstart
WindowsPhoneMvp is an MVP implementation for Windows Phone, the MVP pattern works well on Windows Phone because of its testability and flexibility.
Unit testing with WindowsPhoneMvp
For a little while now, I've been working on two projects along with WP7 development, the first is a WP7 version of [Autofac][1], and the second is [WindowsPhoneMvp][2]. Testing looks to be somethi...