I want to know what is the difference between MVC and MVP.Which one is better and easy to implement? how to choose between these two?I heard that MVP comes under design patterns and can anyone tell me what are design patterns?Can we use them in small web
applications?
It is not about what caused you to fall flat on your back that defines you; it is what you do to get back up on your feet.
additional to the post above: MVC is more a web pattern and MVP is most often used in XAML-based technologies. The difficulty of the implementation depends on your requirements.
Regards.
If my post solves your problem, please mark as answer.
.net_junkie
Member
297 Points
825 Posts
MVC vs MVP
Apr 24, 2012 05:37 AM|LINK
I want to know what is the difference between MVC and MVP.Which one is better and easy to implement? how to choose between these two?I heard that MVP comes under design patterns and can anyone tell me what are design patterns?Can we use them in small web applications?
prasadP
Contributor
5266 Points
771 Posts
Re: MVC vs MVP
Apr 24, 2012 05:45 AM|LINK
Hi Friend,
For understanding difference check http://www.codeproject.com/Articles/228214/Understanding-Basics-of-UI-Design-Pattern-MVC-MVP
For MVC http://www.codeproject.com/Articles/34417/Rolling-Your-Own-MVC-with-ASP-NET-2-0-Web-Forms
For MVP http://www.codeproject.com/Articles/14642/Model-View-Presenter-with-ASP-NET
Hope this will provide you some pointers.
Blog
Horizon_Net
Star
8277 Points
1435 Posts
Re: MVC vs MVP
Apr 24, 2012 01:18 PM|LINK
Hi,
additional to the post above: MVC is more a web pattern and MVP is most often used in XAML-based technologies. The difficulty of the implementation depends on your requirements.
If my post solves your problem, please mark as answer.