Welcome to WindowsClient.net | My Blog | Sign in | Join

Articles

Sponsors





  • advertise here

Browse by Tags

All Tags » MVP (RSS)
Building an MVP Framework for .NET. Part 4: Strongly Typed Associations
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.
Building an MVP Framework for .NET. Part 3: Designing a Windows Forms Views Engine
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.
Building an MVP Framework for .NET. Part 2: Implementing Core Functionality
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.
Building an MVP Framework for .NET. Part 1: The Basics of MVC and MVP
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.