2
Dear, I am trying to carry out a relationship N to N in the Entity Framework for the tables described below.
At the moment what is happening is a cyclical redundancy, where every time I open a Group[x]. Groupuser[x] at this point I can either go back to Group or go to User, and go back to Groupuser and so on to Group, is that normal? Wouldn’t that be cyclic redundancy? Am I doing it wrong? Look at the image below. I appreciate the help.