How do you approach modular development using LLBL. For example, I have a set of tables that describe a metadata for a star schema and classes that are at the core of the tool. Then I have add on modules that extend functionality, for example giving a user option to save queries and publish them. So for this module I need to use services that core provides without having to regenerate everything into one assembly. I just need to select several tables that this module is concerened with, while tables have relations to core tables. Am I making any sense here. How do you people do it.