-1

can anyone give me short & simple code in c# to understand the MVP pattern? please help. thanks

Thomas
  • 33,544
  • 126
  • 357
  • 626

1 Answers1

4

read this: What are MVP-Passive View and MVP-Supervising controller

and here's C# sample code with good description http://codebetter.com/jeremymiller/2007/05/25/build-you-own-cab-part-3-the-supervising-controller-pattern/

Community
  • 1
  • 1
dantuch
  • 9,123
  • 6
  • 45
  • 68