Hi
For our more complex apps, we develop using the "contract first" methodology, so we create the necessary "service contract" schemas then generate the business entities using something like XMLSpy, which will ultimately be passed between the presentation and business tiers.
LLBLGen however generates code bottom up (i.e. based on a database schema), and these don't necessarily match the business entity requirements for a "contract first" project. We therefore need some way of mapping our own service contract business entities to/from LLBLGen entities.
Writing and maintaining these mapping helper classes could get quite tedious in a large project, so I just wondered if anyone else has done this, or written their own code generator to create "mapping" classes? (If not then it looks like I'll have to roll my sleeves up and maybe in a few months time I'll be selling it to the LLBLGen community!)
Cheers
Andy