LLBLGen 4.0
Adapter Pattern
SQL Server 2012
I have the following scenario:
We have developed a core data access application that revolves around data that is contained within all of the projects we write. It would include items such as User, Business, Person, Address, Email, Phone, SecurityGroup, SecurityItem, Document, Notification, etc.
When we build a custom application the core is included with it and then we create a new LLBLGen Project for the domain specific entities for the project.
When we do this we are always regenerating many of the same entities into both projects. So for example if we build a custom application that involves, say home building, we might add a House entity and Subdivision entity, etc. These both might have an address property, so we include the address table in both projects.
Is there a way to join multiple LLBLGen Projects to act as one, so that we could put the common items in one project and not in the second?
Thanks,
Billy Jacobs