How do I set up MVP for a Winforms solution?
- by JonWillis
Question moved from Stackoverflow - http://stackoverflow.com/questions/4971048/how-do-i-set-up-mvp-for-a-winforms-solution
I have used MVP and MVC in the past, and I prefer MVP as it controls the flow of execution so much better in my opinion.
I have created my infrastructure (datastore/repository classes) and use them without issue when hard…