Another 2010 Tech ED discussion added to the blog - MEF - Managed Extensibility Framework - MEF is a way of automating the addition of DLLs to an executing process. With MEF utitlities can be added on the fly, and extended as needed. This allows us greater flexibility to late bind an abstract operation. Examples may be: Logging utilities could depend on database, file system, and event log availability. We may choose to target one or many options for logging. Deploy the appropriate assemblies for ......