Modular / Plugin Structure in ASP.Net MVC 5

I want to create a web application using ASP.Net MVC5. This is a great enterprise application and many modules, I used to work on Siverlight and used the Prism architecture.

I already found this a lot of posts by Google, but most of them are at least 1 year old, so I just want to know. Is there anything new that has come up that help me implement the plugin structure.

+6
source share
1 answer
Hi, I also looked for similar things. I found below helpful.

MVC Pluggable Architecture

MEF in MVC

+7
source

All Articles