I am migrating from Windows Forms to WPF and trying to use Prism to satisfy the requirement that the application be plug-in oriented.
My problem is that there seems to be no support. I also heard that in some cases it is very leaky. I am developing an enterprise application, this is unacceptable.
If so, and itβs nice to start using Prism, are there any alternatives to building a composite application? The only thing I can think of is to use MEF.
source
share