Model View Presenter (MVP) design pattern and data binding(c-sharpcorner.com)
submitted by
rohan123(740) 2 years, 11 months ago
Model View Presenter (MVP) design pattern is the evolution of the MVC design pattern and it’s aimed at providing a cleaner separation of concerns between the view, the model, and the controller improving the architecture (you can use several UI technologies without recompiling the business logic components) and testability of the enterprise solution. The pattern was originally developed at Taligent in the 1990s. In this article, I will explain the principles and how to use the MVP design pattern along with data binding with an example using C# language in Microsoft.NET. read more...
|category: C#
|Views: 594
tags:
C# another
Everyones tags:
Your Tags: