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?
source
share