Both the adapter and self-servicing has the option of one class or two classes when generating code.
With .NET Frameweok 2.0 we have partial classes - does this make the two class option redundant? or is it there for convenience / backwards compatibility?
With the adapter pattern why do we need two classes, even before partial classes were available?
In version 3.0 (Beta) of LLBLGen do we still have the two class option?
I am using LLBLGen 2.6 Final.