Model View Presenter Bundle just shipped

The patterns & practices client team just shipped the Model View Presenter (MVP) Bundle. This bundle helps you understand how to test your ASP.NET Web Forms UI. Additionally it shows how to separate the View from the UI logic and its associated model.

This bundle also discusses when to use the Passive View and Supervising Controller to implement MVP. Similar to the other bundles, we provide code examples to demonstrate the MVP pattern. The Model-View-Presenter QuickStart and the Model-View-Presenter with Composite Web Application Block QuickStart.

The Model-View-Presenter QuickStart demonstrates how to implement MVP with standard ASP.NET using the ObjectControlDataSource control for simple testable data binding. The assembly for this control is included with the bundle.

The Model-View-Presenter with Composite Web Application Block QuickStart demonstrates how to implement MVP using the Composite Web Client Library.

This bundle is applicable to those that use the Composite Web Client Library and those that do not. So check it out and give us your feedback on the new bundle.