leora
leora

Reputation: 196449

MVP examples for Windows Forms

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.

Upvotes: 40

Views: 46401

Answers (2)

sardokan
sardokan

Reputation: 9

You may want to try the Claymore Framework.

Upvotes: 0

Ben Scheirman
Ben Scheirman

Reputation: 40951

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

Upvotes: 24

Related Questions