Base solution for your next web application
Open Closed

Multiple project for repository as per Module #6897


User avatar
0
Rechnerinfo created

Hi,

I have just started to work on this framework.

I am developing a application that have multiple modules like Finance , Sales , Inventory. I want to keep whole entity and repository in diffrent project for each module, What should be way to do it So Asp Zero RAD tools also can work on it.

Regards,


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    I suggest you refer to the current layering of the Zero project. Then develop your project on the Zero project model.

    Details:https://aspnetboilerplate.com/Pages/Documents/NLayer-Architecture

  • User Avatar
    0
    Rechnerinfo created

    @maliming , Is it possible to create multiple modules and load them into domain and Application layer ?

  • User Avatar
    0
    maliming created
    Support Team

    You can split into multiple assemblies (one module per assembly). Then use the module system to load them.

    module docs: https://aspnetboilerplate.com/Pages/Documents/Module-System