Juls Tez

Juls Tez

  • NA
  • 102
  • 9.8k

How to manage a project by modules in MVC

Jan 27 2021 4:39 PM
Currently I am about to start a project in MVC, previously I have handled layered architectures only in asp so I am a little confused about an optimal way to manage my system since I want to integrate several modules under the same "master page" with which I take into account the following:
1. a layout that works as my master page in one solution
2. a class library to carry session variables for each module 
3. session time management
4. how to export the layout to the other modules
 
With the above I do not know where to start, what do you recommend?

Answers (2)