Managed Extensibility Framework (MEF)
Hi Community, In last December, I began working on a framework for creating extensible and dynamic code, without being dependant on the DLR, I called this personal project “Simplicity”, as a matter of fact is mentioned on this post. However, I’m currently engaged on a new project, and I need to implement some mechanism to provide that extensibility. So after searching on the Internet plus some guidance provided by a fellow peer, Nathan Fernandez, I was able to find MEF, which it was precisely what I was looking for. Below you can find some links related to MEF: http://msdn.microsoft.com/en-us/library/dd460648.aspx http://mef.codeplex.com/wikipage?title=Architecture&referringTitle=Home … Continue reading Managed Extensibility Framework (MEF)