I am setting up a large project that is aiming to combine two separate existing projects, each with their own database.
The databases are both fairly large and have some duplication in the table names. If I simply create a LLBLGen Pro 2.0 project with the two databases, I end up with entity names like Customer and Customer_
Does anyone have any advice as to how best to set up my LLBLGen project? Can you automatically prefix the database name to all entities? Would this be sensible.
The old projects used VB.NET 2003 and LLBLGen Pro v1.0 - We are looking to use VS2005 and LLBLGen Pro v2.0
We are also thinking about moving over from Self Servicing to Adapter. I've played around with this and am becoming more comfortable with it. Would you recommend using Self Servicing rather than Adapter or am I making a mistake in this move?
Thanks,
James