Relative Content

Tag Archive for c#winformsentity-frameworkcode-firstself-reference

Self relation in C# – Winforms

I have a class called human that has an attribute called friends from which is a list of type human. Actually, I am going to create a many-to-many relationship between the human class and itself.