Hi, thanks for the response.
I spent a bunch of time over the weekend trying to figure out how to break up the system into multiple data subsets (one for each project). Unfortunately, it is proving to be extremely difficult as there are a good number entities that permuate acrross all subsets. I also lack the knowledge to properly organize the existing tables as well as the time to attain it.
Due to our required client response time (less than a week for new data access requests) as well as political and training related issues, the success of my effort will heavily depend on (a) minimizing the learning curve for developers, (b) minimizing the time it takes to build and use the DAL layer and (c) minimize the risk that future framework enhancements will require code changes to existing modules.
For these reasons I have come to the conclusion that our DAL framework must be built around a single LLBLGen project and relly on namespaces to organize the entities based on the current database schema. For example, I would like to map table Common.dbo.geoCounry to a namespace equivalent of Company.Dal.Common.Geography.Country.
First, my apologies for being so verbose . I am in process of going through the templates to identifiy the changes I will have to make and to support namespaces and would appreciate any input or existing code you can provide .
Thanks again,
Nick