Search code examples
design-patternsmodel-view-controllermvp

Sample Winform implemented on both MVC and MVP


I already searched the net, but I can't find a sample application that is implemented using both MVC and MVP. This is for comparison, I'm still confused about the difference of the two patterns. A simple data entry form will do.

Thanks.


Solution

  • I had that question before, and the following link answered my question.

    http://www.codeproject.com/Articles/288928/Differences-between-MVC-and-MVP-for-Beginners

    Hopefully that answers yours as well.