Nathan S.
EF Structuring Problem
Basically I have users that I want to assign to a group. But I also want the group to have a parent, that in of itself may have a parent, etc. Should I just make a model that has a Parent attribute and a Children attribute with a list of Group? If so, how? I had issues with building this previously.
5 replies