65.9K
CodeProject is changing. Read more.
Home

Model View Presenter via .NET

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.14/5 (24 votes)

Oct 10, 2009

CPOL

7 min read

viewsIcon

85920

downloadIcon

1939

An article outlining an implementation of the Model View Presenter pattern in .NET, contrasting it with existing implementations of MVP, MVC, and using co-dependant interfaces to allow for abstract coordination.