Tag Archives: MVP Types
Model View Presenter Pattern
Introduction MVP is a variation of MVC, Loosely couple modules. It separates the concerns of an application’s data, presentation, and user input into specialized components. The view and the model don’t know of each other. There are normally four main classes used in the MVP pattern (3 classes and 1 interface) View (WinForm/ WebForm/XAML-file). Interface […]