Skip to content

Windows Forms example of the Passive View variant of the Model-View-Presenter pattern

Notifications You must be signed in to change notification settings

nmatyasov/winforms-mvp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Passive view Model-View-Presenter in Windows Forms

There are remarkably few straightforward, minimal examples of the Passive view (or Humble dialog) variety of the Model-View-Presenter pattern for Windows Forms.

This project aims to fill the gap.

The common way of using INotifyPropertyChanged to connect the model to the view and have the presenter as a bystander takes us to the Supervising Controller land. Here, by design, everything is managed by the Presenter instead.

The design is as follows:

image

About

Windows Forms example of the Passive View variant of the Model-View-Presenter pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%