Is there any .NET binding for Neo4J?

.net, c#, neo4j

Solution

I think you best bet at the moment is to use the REST server. There's a blog post with a proof of concept .NET client: Neo4j .NET Client over HTTP using REST and json.

Update: Now there's actually two different .Net Neo4j REST clients:

- Neo4RestNet

- Neo4jRestSharp

Problem

Is there a .NET version/binding for Neo4j? It looks like exactly what I want, but I'm working in C# on .NET. Thanks

Original source