New Managed Extensibility Framework (MEF) Drop
We've dropped a new version of the Managed Extensibility Framework over on our CodePlex site.
Some highlights since our last drop:
- New license (MS-PL) - redistribute, modify, or fork the source on any platform.
- Container re-factoring - we've refactored the container, pulling out its internals (such as the composition engine) into separate re-usable classes.
- Unit tests - apparently some customers prefer reading tests over docs - go figure
- Plus a lot more, such as caching, primitives cleanup and performance enhancements.
Check it out.