I understand how projections work from the LLBLGen framework to custom DTO objects. Is there such a thing as a reverse projection? If there is, would it be possible to write custom tasks to generate generic DTO objects based on the actual entity classes (except dumbed down of course) and have the projection plumbing already at the DTO level?
This would work great since the DTO objects could be decorated with WCF propeties for transport. Additionally, some worker classes could be generated for each DTO that have the projection plumbing for GET methods and save methods. I hope I am making sense.
-Seth