-
Hi everyone, Is it possible to use a single ObjectFactory class that determines the type of BO to operate on at run-time? There is a custom base class (e.g subclass of ReadOnlyBase<T>) that has the ObjectFactoryAttribute applied on it and all its subclasses should use the same ObjectFactory, unless...
-
As I read the CSLA book, I see that the examples for Insertion of data are generic: Parent then Children or Children then Parent. When dealing with a relational database, this is not always the case. The correct sequence is: 1:1 Children then Parent then 1:N Children Otherwise, there will be orphaned...