Question How to aply MVP on WPF

rik0007

New member
Joined
Feb 27, 2013
Messages
2
Programming Experience
Beginner
Good afternoon! I'm a student of UTAD in portugal studying information technology and communication and I would like to ask how to aply the model Model-View-Presenter
to develop aplications for windows with WPF
(Windows Presentation Foundation).

sorry for band english and thanks!


 
The most widely used design pattern of that type for WPF is MVVM. I would suggest that you look online for information on that because you'll find plenty. You can implement MVP in WPF but MVVM has basically the same purpose and is designed specifically for WPF and its rich data-binding functionality.
 
The most widely used design pattern of that type for WPF is MVVM. I would suggest that you look online for information on that because you'll find plenty. You can implement MVP in WPF but MVVM has basically the same purpose and is designed specifically for WPF and its rich data-binding functionality.


thanks for the answer and I folllowed your advice and did some research on the subject and found interesting links =D
 
Back
Top Bottom