Results 1 to 3 of 3

Thread: should I go with MVC or MVP?

  1. #1

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    should I go with MVC or MVP?

    hi guys,

    I've been tasked with creating a small social networking website. I've only ever done asp.net websites and recently I started using the n-tier approach. I stumbled upon an example written in asp.net mvp. After reading a few articles I'm not sure which would suit my new project better. I want to expand on my capabilities so I would like to do this project using eithre of those. Please advise me on which is the best way forward. I'm using vs2010, mysql 5 and jquery. I've already designed my database now I need to start coding

  2. #2
    New Member
    Join Date
    Dec 2011
    Posts
    11

    Re: should I go with MVC or MVP?

    MVP usually is the better one as it has the capabilities of MVC along with UI events such as keydown...
    Hope it helps

    Sweetcorn

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: should I go with MVC or MVP?

    If you're doing web sites then the logical option is the use the ASP.NET MVC Framework, which obviously implements the MVC pattern. MVP is more suited to Windows apps while MVC tends to be more suited to web apps.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width