I want to compose my plugins with MEF (Managed Extensibility Framework) and run them in a separate process with MAF (Managed AddIn Framework).
So
How can MEF and MAF work together and complement each other?
Make Myself More Specific:
Well i do not want to write Pipeline in MAF...
I just want to use ease of MEF to create plugins and use isolation of MAF to run each plugin as a separete process...
I check http://kentb.blogspot.com/2009/02/maf-and-mef.html site but he also write pipeline...
Your question is very general... short answer: yes, this is possible.
As for some useful resources (with some sample source etc.):