I am trying to map a many to many scenario with objects of the same type.
So i have a parent object of MyType with many children of the same type. Also an object of MyType can have many parents. How do you do this?
I looked at Mapping child items of same class with Entity Framework Code First but it is not the same issue (child has only one parent)
I ended up using a mapping entity in between, so i now have 1:n:1 mapping