0
votes
1answer
29 views
MVP Pattern, Interfaces, Error Message Display in webform
Hi Experts,
I am working on a webform project, where I want to implement MVP Pattern.
I have gone through few articles and project based on MVP. It seems fine to me.
At most of …
3
votes
3answers
175 views
C# inheritance with views and presenters
I am working with MVP in ASP.NET and wanted see if there is an easier/cleaner way to do this.
I have a presenter with a view. It turns out I can reuse some of the view properties …
2
votes
3answers
53 views
ASP.NET MVP Injecting Service Dependency
I have an ASP.NET page that implements my view and creates the presenter in the page constuctor. Phil Haack's post providing was used as the starting point, and I'll just the exam …
2
votes
3answers
80 views
Popularity of MVP for SharePoint WebParts
Is it a popular techinque to use the Model View Presenter (MVP) design pattern when creating Web Parts for SharePoint? It seems (to me) that this pattern is applied more often in …
1
vote
7answers
143 views
MVP ASP.net framework
Can someone provide basic sample / link for MVP Framework.
Need to design a website => is much more of Admin type site.
SQL Server as database backend.
0
votes
2answers
44 views
How not to create presenter object in view?
I'm currently trying out some MVP patterns sample and I have been told not create concrete Presenter objects in the View. Is there any way to have Presenter objects created dynamic …
2
votes
1answer
52 views
Model-View-Presenter in ASP.NET with ListView and Repeater
I've been exploring the MVP pattern with ASP.NET but I have had trouble keeping all of the presentation logic in the presenter when using a databound control on the page.
This fol …
0
votes
3answers
35 views
UML diagrams from ASP.net Application design specs.
I work in a mid size company as a intermediate developer and work on developing web projects. I got a situtation where i need to develop UML out of the design specs and this will …
97
votes
15answers
8k views
What are MVP and MVC and what is the difference?
When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Co …
2
votes
3answers
230 views
WPF C# MVC/MVP pattern and user control code-behind
I am developing a large-ish application in WPF/WCF/NHibernate/etc. and have implemented the MVP pattern (although this question is still relevant to MVC) as the core architecture.
…
1
vote
2answers
93 views
MVP and presenter granularity
We've been using the MVP pattern and Winforms with a fair amount of success. However, a question always pops-up about MVP:
What is a good granularity for presenters?
What I mean …
1
vote
3answers
110 views
MVP - How many presenters
What is common practice, one presenter for View view and one for Edit view, or should it be all in one presenter.
1
vote
1answer
186 views
Better way to handle screen scrape object
In my applications I always end up implementing a Model-View-Presenter pattern and usually end up scrapping my View object from the screen with a get property.
For example
Person …
2
votes
1answer
106 views
WPF Commands - Doing it with no code-behind
I'm building a simple data entry app in WPF form using the MVVM pattern. Each form has a presenter object that exposes all the data etc. I'd like to use WPF Commands for enabling a …
3
votes
4answers
214 views
What is Model View Presenter ?
Can someone please explain in a way as simple as possible what the Model View Presenter pattern is? What is the difference with Model View Controller ? Which is best or for which p …
