Hi,
I currently need to provide a means of adding extensibility in my application. I'm currently looking at MEF and MAF.
MEF provides a simpler programming model, and also fits our usage scenarios better as we only want to load addins into a single AppDomain - this is due to the way the system has been architected. The same thing can be achieved with MAF with few lines of code too.
However, I was wondering if MEF should be used in production systems, given it's preview status?