The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: What is MEF?
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

KARTHIK MBPosted Apr 19, 2019, 5:04 AM
Hi Praneeth, i m getting bloe exception in runtime. you have any idea on this error "System.ComponentModel.Composition.CompositionException: The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information. Not enough storage is available to process this command."
Praneeth KumarPosted May 20, 2011, 3:16 AM
Hi Max, You are correct it is IOC.Well to add on spring.net, castle windsor we can even use unity blocks to acheive the same functionality. MEF is out of the box feature in .Net 4.0 compared to the other options. To top that I find Unity is more developer friendly than MEF. Regards, Praneeth
Max CervantesPosted May 18, 2011, 10:01 AM
this sounds like an IoC to me. Configuration stuff aside, what would be the difference between MEF and, let's say, spring.net, castle windsor or structureMap?