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?
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.
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.