Top "Neo4jclient" questions

Neo4jClient is an open source .NET client for the Neo4j graph database.

Could not load file or assembly "Newtonsoft.Json.Net" (Exception from HRESULT: 0x80131040)

When we installed a previous version the Neo4jClient via nuget we saw that Newtonsoft.Json version 4.5.0.0 was installed as …

c# json.net neo4jclient
Cannot serialize member <x> because it is an interface

Follow on question from Error with explicit conversion when using CollectAs<> Code from WebMethod return client.Cypher .Match("(…

c# asp.net deserialization xml-serialization neo4jclient
Neo4J create temp variable within Cypher

So my Top-Level problem is I am trying to return whether a MERGE resulted in the creation of a new …

variables neo4j cypher neo4jclient