-
Many months ago I created a post on how to get started with MEF . Ever since then I have been meaning to get this post (and others) about about how to get up and running quickly with MEF. In this post will demonstrate how to provide Metadata (custom values which can help provide context) information...
-
In my previous post ( here ) I showed you how to setup and get running with MEF. However, what I left out from that post is how to setup MEF to allow ‘recomposition’, which is the fancy way of saying to allow your application to discover new plugins at run time. Allowing your application...
-
If your application needs extension points what do you do? Building a plugin based system is not cutting edge, it is not rocket science. However, it does take a little effort and can be a bit painful depending on your implementation. The guys at MS (Glen Block and crew) has been working on...