Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modular/Plugin Framework In ASP.Net MVC 5

I want to create a web application using ASP.Net MVC5. It is a big enterprise application and having lots of modules, earlier i worked on Siverlight and use the Prism architecture.

I already Google this and found lots of posts but most of them are at least 1 year old so just want to know Is there something new coming introduced which help me to implement the plugin framework.

like image 758
Deepak Avatar asked Dec 15 '13 10:12

Deepak


1 Answers

Hi I was also in search of similar things. I found below helpful.

MVC plug in architecture

MEF in MVC

like image 188
Sanjay Sutar Avatar answered Oct 04 '22 20:10

Sanjay Sutar