TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Model View Presenter
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John Charles Olamendy (2)
Oleg Zhukov (1)
Yusuf Karatoprak (1)
Subhendu De (1)
Jean Paul (1)
Related resources for Model View Presenter
No resource found
Introducing MVC#: A Model View Presenter Framework for .NET Platform
11/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 Pattern
1/7/2013 6:52:37 AM.
Using the MVP Architecture Pattern in ASP.Net and the differences between MVC and MVP.
Model View Presenter (MVP) design pattern and data binding
9/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 Pattern
10/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.NET
12/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.