Tagged Questions

0
votes
1answer
22 views

Refactoring a legacy WebForms app to better separation of concerns.

i.e. Is MVP still the next best choice when MVC is not an option? I thought I'd ask this here as I'm sure there are others like me who don't have the luxury of being on a green-fi …
1
vote
3answers
74 views
+100

Security and roles authorization with model view presenter design pattern

Where is the most fitting place for security and roles authorization to fit into the model view presenter design pattern? Would it be for all pages that implement security to imp …
2
votes
1answer
55 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 …
3
votes
4answers
215 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 …
1
vote
1answer
187 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 …
1
vote
1answer
71 views

Dependency Injection and Resource Localization

I'm creating a simple WinForms application in C# using a "Supervising Controller" structure and dependency-injection via the Unity framework. I would like to provide localization s …
4
votes
4answers
923 views

Presenter injection in Model-View-Presenter pattern with StructureMap

I've implemented my own copy of the model view presenter pattern (in vein of web client software factory) so I can leverage my own DI framework instead of being tied to WCSF's Obje …
1
vote
4answers
109 views

My presenter needs to prompt the user for more information. How do I wire it up?

I'm working with the Passive View pattern. The user clicks a new account button. The view delegates responsibility to the presenter using parameterless method calls. The problem i …
0
votes
3answers
113 views

In Prism (CAL), how can I RegisterPresenterWithRegion instead of RegisterViewWithRegion

I have a module in a Prism application and in its initialize method I want to register a presenter instead of a view with a region, i.e. I want to do this: PSEUDO-CODE: regionMan …
2
votes
2answers
204 views

What’s a good practice for dividing up presenters in a MVP interface pattern that have grown to large?

One problem that I have frequently run into lately is the problem of my presenter classes growing too large. Usually, I can chop up a regular large class without skipping a beat. …
1
vote
2answers
489 views

MVP pattern, how many views to a presenter?

We are trying to get the Model-View-Presenter pattern used on (virtually) all new dev work that we undertake. I'm a strong believer in having a framework to help people meet a des …
14
votes
6answers
776 views

What Alternatives Are There to Model-View-Controller?

While going through university and from following the development of SO, I've heard a lot about the Model-View-Controller architectural design pattern. I inadvertently used the MVC …
0
votes
1answer
179 views

Is this the command pattern?

Hi, I have a MVP Gui and now I would like to define certain Actions or Commands (Modify, Save, Close, ...) for certain views. Is there an easy way to do this? Should I provide Co …
1
vote
3answers
425 views

Are WPF and Silverlight command implementations useless for the M-V-VM (M-V-P) pattern?

Please excuse my ignorance, I only started coding in Silverlight recently. I tried implementing the command pattern in Silverlight and hit a wall. They say commands are great, bec …
0
votes
0answers
122 views

Unified Fractal Software Architecture [closed]

Model View Presenter is a concept which Microsoft has been implicitly developing since the beginging of .net. Control composition architecture is based on a fractal pattern. The c …

1 2 next
15 30 50 per page