Graph database for .NET [closed]
Solution 1:
I'm surprised no one has mentioned Fallen-8, which is like the "Neo4J" for the .NET platform (open source too).
Solution 2:
There is db4o database engine.
Solution 3:
Since Neo4j started to get REST support things have evolved a bit, there's now two different .Net REST clients in the works:
- Neo4RestNet
- Neo4jRestSharp
Solution 4:
BrightstarDB from Codeplex. BrightstarDB is an open source, fast, embeddable, and scalable NoSQL database for the .NET platform with code-first data model generation.