Thanks for your question!
These technologies can be perceived as complimentary. While both of them provide activation support, support System.AddIn-s technologyfocuses on versioning and isolation (multiple AppDomain support) while the focus of MEF is dependency injection through Import-Export mechanism, loosetype matchingand metadata around components.
>>I was looking for a feature document that described what MEF did so I could compare.
At this point I would recommend skimming through .chm file included in the CTP zip. It has HelloWorld and Calculator walkthrough which illustrates MEF features.
It'sgoodfeedback though - we should haveall MEF features with short descriptions outlined somewhere. Right now the blogs(David has the list of team blogs in the previous post) is the best resource. One example is
this post onkcwalina's blog.
Alex
Alex Bulankou, Microsoft Corporation. This posting is provided "AS IS".