Model-View-Presenter Screencast
by David Hayden ( Microsoft MVP C# ), Filed: Web Client Software Factory
I added a Model-View-Presenter Screencast to the PnPGuidance Website that discusses the View-Presenter Pattern in the Web Client Software Factory.
It shows how the View-Presenter Pattern helps you separate the business logic in your business modules from the presentation by going so far as to share a business module between a web and winform client.
Here is the description of the screencast:
“This screencast discusses the optional View-Presenter Pattern that can be used in the Web Client Software Factory to make testing easier and promote the separation of business logic and presentation.
The screencast discusses:
- View-Presenter Pattern
- Code Testability, Maintainability, and Reusability
- Reuse of Business Modules for Webform and Winform Applications.
- Presenter Class and View Interfaces
- Dependency Injection, Controllers, and Services.“
Download it from the Enterprise Library and Software Factories Screencasts Page.