The text of this article is not in this database — only its details are. Read it on the old site: What is MEF?
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: What is MEF?
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
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?