Hey girls and guys!
I am currently working on a WPF project using Prism (CAL) and am wondering if it is a good idea to use both Prism and MEF in one project.
I would use Prism for modularity and MEF for extensibility. My project is a paint-like application so Prism would provide the module-separation (toolbox, canvas as modules etc.) and MEF would be used to provide an extensibility point for new shapes to paint (ie. rectangle, circle..).
Would that make sense or can I get similar functionality with Prism only?
Thanks in advance and best regards, crischu