Walaa wrote:
IMHO, no performance difference would be detected, although I thik the manual way should be faster.
What exactly does your custom classes do? what purpose do they serve?
My custom classes serve as an extra layer on top of DAL, so we can easily switch between database entities (LLBL) to web service entities, if needed. Our biz logic only deals with these classes, not data entity classes.
Anyway, since projection does not have any significant advantages, I'll go with manual, for better control.
Thanks guys,