Nano Gedcom NuGet Package

Nano Gedcom is a very small project used in my C# Training.

I used "Agile software development" and develop only what I need to my training (A kind of import). One goal of this project is become familiar with git sources management, and Nuget deployment.

Nano Gedcom use a very simple algorithm

1 - Build a tree with all lines from the Gedcom file
2 - Create all object with only the id (thing like @I123@)
3 - Launch a parallelized parsing of all object

(Because all object have an id, it's easy to link Family to Indi and Indi to familly)

All parsing algorithm is in "GedcomParser.cs", in this way I can keep other classes like "Family" very simple.

Anyway, don't use it for real project!.




Got any Nano Gedcom Question?





Info

Version: 0.0.7
Author(s): Heptaeon
Last Update: Thursday, April 10, 2014
.NET Fiddle: Create the first Fiddle
Project Url: https://nanogedcom.codeplex.com/
NuGet Url: https://www.nuget.org/packages/NanoGedcom


Install
Install-Package NanoGedcom
dotnet add package NanoGedcom
paket add NanoGedcom
NanoGedcom Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

3669