MEF ( Managed Extensibility Framework )
- MEF is abundantly used by VS2010 ( Plugin )
- MEF is included in the framework
An introductory video by channle 9
what solves MEF
- Plugin ( and composite application )
- Decoupling
- Application Partitioning (download on demand )
- Third Party Extensibility
The board of the video: if you regularly used in solving one of the above problems MEF can help. If the decouplig , 's IoC not a central problem (or the participants in the project is already oriented or even are willing to make a mental leap to understand how decoupling and Ioc are important for the maintainability of a project) then it is better to leave MEF.
for what not to use absolutely MEF : How ORM (I did not understand the video if it was a joke or not, in any case it is better not to do so).
0 comments:
Post a Comment