MVP (Model View Presenter) Example (C# Code)

Описание к видео MVP (Model View Presenter) Example (C# Code)

This video demonstrates a sample MVP project in C#. Model is used for business object, logic. Presenter has idea about view and uses model to present data in the UI. View has information of UI controls. Any UI technology like Windows Forms, WPF or ASP.net web forms can then implement view interface and existing presenters and model are used for any UI through view.

Комментарии

Информация по комментариям в разработке