Chapter 13. Presenters and Views

What You’ll Learn in This Hour:

  • Application level presenters

  • Screen-level presenters

  • Presenter/View communication

  • Dependency injection

With the Model we built in Hour 12 and an understanding of the MVP pattern, it’s time to complete the triad by building the first presenters and views of our application. Presenters are the home of application logic, and they often mediate between the View and the Model. Therefore, presenters are a core piece of the Contact Manager. They receive special attention this hour along with the patterns that enable them to communicate with views.

Creating a Custom Base Class for Presenters

In the process of developing this application, we will build several presenters for managing various aspects ...

Get Sams Teach Yourself WPF in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.