Extending the awesome Neo4jClient, provides just the attributes required by Neo4jClient.Extension to allow class libraries to remove dependency on Neo4jClient
Use POCO classes in the Neo4jClient library, ORM style. Annotate with System.ComponentModel.DataAnnotations.Schema attributes. Supports Complex Types too.
An Object Graph Mapper for CSharp and Neo4j. It supports defining your object model as a schema written in C#, adding refactor scripts to define changes to your model over time, also written in C#. When you run your program and the graph is of an older version, the upgrade script will automatically...
More information
Extending the awesome Neo4jClient, provides just the attributes required by Neo4jClient.Extension to allow class libraries to remove dependency on Neo4jClient