A Graph Database
By kinghand crew
KHGraphDB is an object-orientated graph data storage
KHGraphDB was entirely developed in C# and runs on Microsoft's .Net platform as well as on the open source reimplementation Mono.
Structure : Elemental structure
Interface : IDBObject IVertex IType IEdge IGraph
Algorithm : Every algorithm classes inherit from class algorithm , whitch base on DBObject
Interface IAlgorithm
As a example , a demo project are included