I've tried to integrate MEF in a MVC 5 & WebApi Project, like described here: http://kennytordeur.blogspot.ch/2012/08/mef-in-aspnet-mvc-4-and-webapi.html .
The code works for importing dependencies in a normal MVC controller. But it doesn’t work with WebApi controllers.
Dou you know a working example (using MEF to import dependencies in MVC and WebApi controllers) ?