Difference between MVC & MVP architecture

Possible Duplicate:
What are MVP and MVC and what is the difference?

i am not aware of MVC & MVP coding design flow. i need to understand what is difference in terms of coding. i search google but found no expected article on it. i need explanation with sample code for both MVC & MVP. i need small sample code where same thing will be done via both MVP & MVC for win application with c#. so please anyone help me out with a good sample.


Download the ASP.NET MVC project and the ASP.NET Web Forms MVP. They are available at codeplex.com. But remember they are one way to implement/apply the patern (theory) in code. There is no "unique" way to implement those patterns. Ruby on Rails has it's own implementation of the MVC pattern.

链接地址: http://www.djcxy.com/p/30198.html

上一篇: 为什么一起使用控制器和演示者?

下一篇: MVC和MVP体系结构之间的区别