Abp: Question about module architecture best practices....

Created on 8 Nov 2018  路  2Comments  路  Source: abpframework/abp

Hi,

On https://abp.io/documents/abp/latest/Best-Practices/Module-Architecture it has "Do create a separated Visual Studio solution for every module." Isn't that supposed to be create a separate Visual Studio project for each module?

question

Most helpful comment

No, solution. This is for business modules (like blogging module) rather than a standard/core module (like EF core intergation module).

A business module has already 9+ projects inside. Actually, every project inside it is an AbpModule.

But I should make the difference clearer between a project with AbpModule class and a business module which has multiple sub AbpModules.

All 2 comments

No, solution. This is for business modules (like blogging module) rather than a standard/core module (like EF core intergation module).

A business module has already 9+ projects inside. Actually, every project inside it is an AbpModule.

But I should make the difference clearer between a project with AbpModule class and a business module which has multiple sub AbpModules.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hikalkan picture hikalkan  路  3Comments

wakuflair picture wakuflair  路  3Comments

zsanhong picture zsanhong  路  3Comments

vfabregat picture vfabregat  路  3Comments

Trojaner picture Trojaner  路  3Comments