Browse by Tags
All Tags »
MVP (
RSS)
This is the fourth part of a series of articles describing the development of a Model-View-Presenter (MVP) Framework on the .NET platform. This part implements strongly typed associations between controllers, views and tasks.
This is the third part of a series of articles describing the development of a Model-View-Presenter (MVP) Framework on the .NET platform. It describes the development of a fully functional Windows Forms views engine.
This is the second part of a series of articles describing the development of a Model-View-Presenter (MVP) Framework on the .NET platform. Based on the concepts introduced in the first part, we implement the core MVP Framework funtionality.
This is the first part of a series of articles describing the development of a Model-View-Presenter (MVP) Framework on the .NET platform. We discuss the basics in this part and move on to more advanced topics later.