Question

Is there a .NET version/binding for Neo4j?

It looks like exactly what I want, but I'm working in C# on .NET.

Thanks

Was it helpful?

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:

OTHER TIPS

Just updating this question with a more current option - the Neo4jClient available on NuGet. The package and links to the project site are at http://nuget.org/packages/Neo4jClient

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top