When/where do you decide to split a large Visual Studio project into smaller multiple projects? If it can be reusable? when project is too big? (but how big is too big?)
and When you do split the project, do you,
-
group by database tables
-
group by similar functionality
-
other..
Best Solution
Pros of many projects:
Pros of few projects:
Pros of many Solutions
Cons of many Solutions