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...
Yesterday I wrote about integrating Caliburn and MEF along with getting things to work with IServiceLocator . I had a feeling that I was going about things all wrong and was eagerly hoping for some constructive criticism. Glenn Block was kind enough to engage with me on the subject and has agreed to...
Brad Abrams can always be relied upon for a great post - and the latest whizzy thing to come from Microsoft is the Managed Extensibility Framework. I know this is a good thing, because Ayende and Sidar blogged and told me it was. In his simple step by step run through, Brad shows some of the benefits...