/CSharp.MEF.Example

Sample code from lab I gave a while back about Managed Extensibility Framework (MEF)

Primary LanguageC#

CSharp.MEF.Example

Simple application which demonstrates the fundamentals of the .Net Managed Extensibility Framework (MEF). Topics which have been discussed in the lab and which are used in this sample code:

  • Composition principles
  • Parts, Catalogs (assembly/directory), Containers
  • Segregation patterns (shared interop assembly, discovery conventions, separate assemblies asf.)