peta / CSharp.MEF.Example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.)

About

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


Languages

Language:C# 100.0%