I'm using partial classes to add business logic which (from what I've read) sounds like a proper place for this but I've run into some issues:
-
Does it make sense to reference the DBSpecific classes? Specifically I'm implementing my own lazy-loading procedure for several other entity classes).
-
Should I NOT do it this way and use BOTH partial classes AND inheritence classes to do what I want to do?
V2 Final Release (Adapter mode)
Thanks,
-Luke