Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • 1
    Cheers for the feedback. I've used MVC in java and .net. While I've used MVP in .net webforms, which I felt was a disaster. Commented Jun 21, 2011 at 1:17
  • 1
    @Nick: MVP would be a better fit for Winforms than Webforms, because you don't have to deal with the page life cycle and view-state. Commented Jun 21, 2011 at 1:27
  • Yes I agree I'm dumbfounded why the decision was made, which is one of the reasons I'm asking the question. I have minimal experience using MPV with java, .net or any other language unlike MVC. I wanted to know what were others experience using MVP or MVC and the result. Why would use each pattern and when. Cheers @Robert. Commented Jun 21, 2011 at 1:44
  • 1
    @Nick: I would not attempt MVP on webforms without some sort of library or framework to help me, like this one: webformsmvp.codeplex.com/releases/view/63338 Commented Jun 21, 2011 at 1:47
  • Unfortunately it's probably too late to implement this, the project nearly 2 yrs old. There got a very generic MVP framework, all of the normal web forms controls have been re-written as MVP controls, it very comprehensive and complicated. Cheers @Robert Commented Jun 21, 2011 at 2:07