Base solution for your next web application
Open Closed

An example on separating app modules into different projects #2594


User avatar
0
bilalhaidar created

Hi,

How can I organize my code through VS Projects in such a way:

1- I want to separate "business modules" by VS Solution 2- Every VS Solution would contain (.Core), (.EntityFramework) and (.Application)

This way, multiple developers can work on separate "business modules" at the same time.

Looking forward to hearing your recommendations.

Regards Bilal


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can create different solutions or you can collect them in a single solution. For example, let's say you will have a seperate Blog module. In that case you can create 3 modules (Blog.Core, Blog.Application and Blog.EntityFramework). You can store them in main VS solution or in a seperate solution, it is up to you. You can read more about ABP's module architecture here <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Module-System">http://aspnetboilerplate.com/Pages/Docu ... ule-System</a>.