I'm experimenting with using widget interfaces and manual data binding to how it impacts using MVP in a .net application which uses more than one ui technology (ie, wpf, web, winforms).
My broad question is to anyone who has experience doing something similar with their presenters:
1) is it worth the effort
2) do you have any references to best practices? I'm particularly interested in widgets.
Cheers,