2

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.

Community
  • 1
  • 1
Mou
  • 15,673
  • 43
  • 156
  • 275

1 Answers1

0

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.

Fergara
  • 929
  • 8
  • 15