Question : Do WPF and MVP go together?

I am new to WPF but wonder if it will prove to be a replacement to WinForms, and still benefit from using MVP?

Answer : Do WPF and MVP go together?

It is. WPF is billed as being a replacement for standard WinForms applications, but it is yet to catch on in quite the way Microsoft intended.

MVP should work in a WinForms environment (it is after all simply a design pattern).

Somebody has had a crack already and you can see a sample implementation here: http://www.codeproject.com/KB/architecture/WinForms_MVP.aspx
Random Solutions  
 
programming4us programming4us