I initial went down the adpater route based on my reading in the version 2 documentation.
One line in particular that bothered me in the SelfServicing section:
When to use SelfServicing
...
- When you don't need to extend the framework
...
Technically my framework only will target SQL 2005 (there will be some minor interaction with Oracle but that can be something custom down the road), I want lazy loading as a default but I may want to tweak it in areas, I want databinding and persistence, I trust my developers to save/load etc. So the only thing was "framework extension" which is something I want but what now that I think about it; "what does framework extension" mean in the LLBLGen sense?
With SelfServicing can I still use partial classes, etc? In what ways can I not extend the "framework" by using SelfServicing?
Thanks,
-Luke