Hi all,
I understand that LLBLGen has a DataProjector class which I can use to project data to custom classes. However, I don't think it handles related collections?
Would it hard to extend the Custom class projector to handle related collections as well?
Also, is there any method of projecting from DTO back to LLBLGen entities?
I'm hoping to find a a consistent way of converting between LLBLGen -> DTOs and vice version... hopefully also finding a way that is testable so that I won't be mapping the fields to the wrong place or to non-existent fields.
Thanks!