ASP.NET MVC & MEF - Pluggable architecture
问题 I started creating a PoC following SO this post but I wasn't able to get a very basic sample to work. What I did: I created an ASP.NET MVC project using empty template and MVC references. I added Bootstrapper , CustomControllerFactory and CustomViewEngine classes and also the corresponding lines in Application_Start . I created an ASP.NET MVC project using MVC template. I added the Export and PartCreationPolicy decorators on HomeController . I published the module project to a folder inside