entity framework - EF 6.1 code first reverse engineering tool with mapping classes -
when try ef code first reverse engineering entity framework 6.1.0 tools visual studio dataannotation based configurations , other configurations generated @ onmodelcreating(dbmodelbuilder modelbuilder) overridden method. both messy , don't nice. want know has tool feature generate mapping related configurations @ separate classes inherit entitytypeconfiguration<modelname>?
Comments
Post a Comment