i am working on a social networking site having facility to create Family Tree. there are so many sites which supports family tree import/export from GEDCOM File. i have to implement family tree with gedcom standards. i also have to design my database as it should be capable to store data in a manner tht it can be exported to gedcom file as well as any gedcom file data can be imported in it... i need some code samples which can do this. if anybody have any idea about this please let me know
i found code from one blog from stackoverflow itself. i hope it can help me out you can view it from this link Gedcom Reader for C#
PhpGedView does exactly this, and is open source. You should be able to find plenty of code samples within the project.