Hi Folks,
We've got a project which is growing quite fast in terms of database tables, and also the data project generated bij LLBLGen grows with this. The problem is that building the data project is starting to get too long. Especially when debugging, making little changes, build, test, retry, etc. (Ok, I do code flawlessly, so this request is more for the people I am working with
).
We are using Selfservicing, 2-classes scenario. In hindsight I think we should not have chosen this approach but should have created the derived classes ourselves, which would require only the rebuild of the derived classes project instead of the whole data project each time (including all non changed generated code).
Are there suggestions on how to refactor the current situation to a more build friendly scenario?
Any suggestions are more than welcome!
Cheers,
Gab