vote up 4 vote down star
3

Does anyone have a good example code or test project for explaining someone 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.

flag

4 Answers

vote up 2 vote down check

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).

http://codebetter.com/blogs/jeremy.miller/archive/2007/07/25/the-build-your-own-cab-series-table-of-contents.aspx

link|flag
vote up 0 vote down

http://www.codeplex.com/smartclient

:)

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.