Gedcom Reader for C#
Does anyone know of a good class to read in .ged files Gedcom is a file format that is used to store genealogical information. My goal is to write something that would let me import a ged file and export a .dot file for graphviz so that I can make a visual representation of a family tree thanks if you can help Heres my best attempt so far. It seems to be working for what i need though its defiently not full proof ( then again my family tree is rather large and that adds some complexity) please let me know if you think i could make anything more elequient struct INDI { public string ID; public