I'm working visual studio 2010, mvc 4. I'm applying a model first approach and I have a hierarchy of some classes. VS scaffolding works well with all other classes even base class for hierarchy, but child classes don't get scaffolding working. I see and understand that only base class goes to my dbcontext implementation, and I'm starting to be afraid of the null possibility of using directly scaffolding with child classes.Am I missing something or should I stop searching and begin to make them manually?
↧