Hello friends,
I have a requirement from an organization for making an application that will be capable enough to have a family tree/hierarchical view showing several families this includes parents -> children-> children and so on.... the information including the children includes sons/daughters the view should be hierarchical view showing the names of the family members branching from parents to children.
The problem is that first thing initially i am not sure where to start this includes SQL Database i mean like the table i am not sure how should i build the architect for the database so as to i can connect the parents with the children because the children would have children that is making it technically hard to design and windows forms application, please guide me on the core of this problem.