Is there good example code or a test project for explaining the Model–view–presenter (MVP) pattern. There are a lot of explanation links, but I want to have some good example code to show others without reinventing the wheel.
|
Jeremy Miller's "Build your own CAB" series is fantastic. You get a nice dose of MVP (along with some other smart client patterns such as Pub/Sub). |
|||
|
|
|
I've used with success the following open source project to implement the MVP pattern in ASP.NET + WinForms + C#:
Take a look at my blog post which shows a complete ASP.NET Web Application sample: |
||||
|
|
|
I don't see a link to the actual source code used in the screencast, but you could have them watch Jean Paul Boodhoo's dnrTV MVP screencast. The video is more useful than just reading code without an understanding of the underlying context in my opinion. Edit: Didn't notice the WinForms in the question title at first. The screencast is ASP.Net WebForms, but it should be apparent how to apply MVP in WinForms as well. |
|||
|
|