Related resources for Presenter
  • Introducing MVC#: A Model View Presenter Framework for .NET Platform11/11/2013 4:22:45 PM. This article explains the MVP pattern essentials and then walks through the key features of the MVC# Framework which helps building true MVP-based solutions.
  • Using MVP Architecture Pattern1/7/2013 6:52:37 AM. Using the MVP Architecture Pattern in ASP.Net and the differences between MVC and MVP.
  • MVP (Model View Presenter) – Supervising Controller.10/5/2012 9:05:20 AM. This articles discusses a general implementation of the Supervising Controller MVP (Model View Presenter) pattern for a win-forms application and the use of a dialog broker to allow pulling additional logic into the controller class.
  • Model View Presenter (MVP) design pattern and data binding9/29/2012 7:13:17 AM. 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.
  • Model View Presenter Design Pattern10/22/2011 12:28:18 AM. In this article I will explain the principles of this design pattern.
  • Model View Presenter Pattern Implementation in ASP.NET12/8/2010 4:34:31 PM. In this tutorial, I will show you how to implement MVP in a web app as well as a windows app. Another important aspect of MVP patterns is to do unit tests of your whole interface as well as business layer.
  • Web Client Software Factory (WCSF) and Model View Presenter (MVP)12/1/2010 12:00:20 AM. This article is the second in the series of WCSF.
  • Model View Presenter (MVP)5/26/2009 1:46:58 AM. In this article we will understand MVP, execute a sample project with MVP, implement the same using windows UI and then finally we will discuss about the differences between MVP and MVC.