Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Very Quick MVP Pattern to Use with ASP.NET

    The MVP is used for a lot of reasons, but mainly it does a **VERY** nice job of separating business logic from the UI. M. = Model V. = View P. = Presenter UX. = User Experience ( Web Form in this case) In this implementation of MVP, Model will not be used. Only V and P with UX. The Model is where your...
    Posted to Scott Cate's WebLog (Weblog) by scott cate on 04-12-2007, 12:00 AM
    Filed under: asp.net, mvp, C#, mvp pattern
  • Model View Presenter Woes

    Jumping on the bandwagon for Model View Presenter. It is something I have been intrigued with for quite awhile, but I am just getting around to implementing it. How come almost all of the examples for MVP are the absolute most basic thing you can think of. Most of them seem to be edit pages also. I get...
    Posted to MsCorEE (Weblog) by likwid on 03-07-2007, 12:00 AM
    Filed under: asp.net, C#, mvp pattern, modelviewpresenter, model-view-presenter, mvp, supervisingcontroller, model view presenter pattern, supervising controller, model view presenter
Page 1 of 1 (2 items)