Working with DirectoryCatalog in MEF
As I have already discussed some of the Catalogs present in MEF library viz, TypeCatalog, AssemblyCatalog etc, where AssemblyCatalog is…
As I have already discussed some of the Catalogs present in MEF library viz, TypeCatalog, AssemblyCatalog etc, where AssemblyCatalog is…
MEF is a component defined in Base class library for extensibility. If you are really looking for writing something that…
In MEF world, we use Types to define Export or Import. Catalogs are used to discover types in an assembly,…