Search code examples
c#mvp

Can anyone point me in direction of any good MVP articles/tutorials?


Trying to learn MVP pattern with C#... Does anyone know of any particularly good tutorials or articles?!


Solution

    1. Model View Presenter by Jean-Paul Boodhoo.
    2. Model-View-Presenter Pattern at MSDN library.