Hi,
Is there a C# version/binding for neo4j? It looks like exactly what I want, but I'm working in C# on .net.
thanks
Hi,
Is there a C# version/binding for neo4j? It looks like exactly what I want, but I'm working in C# on .net.
thanks
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: