Search code examples
wpfpluginsarchitectureextensibility

Tips on creating a plug-in architecture for WPF


I'm making the switch from Winforms to WPF. In Winforms I have a plug-in architecture where a user control is hosted in a Winform. Does anyone have any suggestions on creating a plug-in architecture for WPF? I want to rally the forces of the developers in my community to further extend my products so I believe in an extensible framework for my apps. I'm just starting WPF so I'm not sure what the best way is to go about this.

Thank you.


Solution

  • Have a look into the Managed Extensibility Framework