views:

169

answers:

0

I'm attempting to convert a class library consisting of 1300 classes into an entity model. My current approach is to reflect on each type and generate the edmx via T4 template, however its getting kinda messy. Is there a better way to generate this?