How to create a modular mvc 4 application

I want to create a modular application in asp mvc 4, for example, joomla cms, and I want to use the area for modules and create a new solution for each module, where each module is 3 levels (service level classes - model). I use the code first.

how to implement it?

+4
source share

Source: https://habr.com/ru/post/1523470/


All Articles