Israeli Developers Community Conference 2009


It's all about Plugins

Ohad Israeli Ohad Israeli

You may need to add plugin support to your application. You want to have an isolation of the plugin from your app, you might even want to integrate it at the UI level… what framework should you use ?

MEF (Managed Extensions Framework) ? MAF (Managed Add-in Framework – a.k. System.Addin) ? or should you just develop the add-in on your own framework?

During this session we will take a journey around building plug-inability into your application covering MEF, MAF, App Domains Extensibility and more using minimum set of slides and lots of Visual Studio code.