Base solution for your next web application
Open Closed

Question on Structuring Project #9272


User avatar
1
chris.tune created

Hi All

I'm in the process of planning a project using the angulat + net core and wanted to ask advice on strucuring my .net project for the best maintainability.
For example when I use the power tool it adds the code into the modules, but would it be better to have seperate project modules for parts of my app, this would allow me to more easily seperate the core ABP from my app services and domain logic etc.

e.g.
Base.Application
Base.Application.Shared
Base.Core
Base.Core.Shared
MYFeatureModule.Application
MYFeatureModule.Application.Shared
MYFeatureModule....

etc.

Are there any best practices for this any where?

Cheers
Chris


3 Answer(s)