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)
-
0
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
-
0
@maliming , Is it possible to create multiple modules and load them into domain and Application layer ?
-
0
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