Neo4j with C # in production
Ryan,
I am one of the developers of the library. Our daily project has a dedicated team of 5 developers and uses Neo4j in production (on Azure, just for good measure). As we build our solution, we keep building the library along the way.
Our solution depends on the reliability of this library 100%.
NTN,
Tats
source to share
There are many production instances, basically anyone using one of the REST bindings see http://docs.neo4j.org/chunked/snapshot/tutorials-rest.html works against it. Maybe ask on the mailing list http://groups.google.com/group/neo4j/about
source to share
You can see a sample application that uses this library and is open source here:
hg clone https://bitbucket.org/romiko/frictionfree
NTN
source to share
To update this question with a more current option, use the Neo4jClient from NuGet. The package and links to the project site are at http://nuget.org/packages/Neo4jClient
source to share