Tag Archives: neo4jclient

Using Neo4j Graph DB With C#.NET

In the following example I’ll explain how to access the Neo4j database with the Neo4jClient. I’ve used both components in a project and was very satisfied. Information about Neo4j: http://neo4j.org/ Information about Neo4jClient: http://hg.readify.net/neo4jclient/wiki/Home For this demo I created an entity class called Person. This class will be represented in Neo4j as a node. public… Read More »