-1


Am very new to the graph databases and need some help to start using Neo4jClient with asp.net using C# ...
I use visual studio 2012 .. I'll be very appreciated if you can provide me with some documentations or articles about this topic .
Thanks in advance

Rawhi
  • 6,155
  • 8
  • 36
  • 57

1 Answers1

1

First, learn Neo4j: http://www.neo4j.org/learn/online_course

Then, connect Neo4jClient from your .NET app: https://github.com/readify/Neo4jClient/wiki/connecting

Finally, convert the Cypher queries you learnt about in step 1 to C#: https://github.com/readify/Neo4jClient/wiki/cypher-examples

Tatham Oddie
  • 4,290
  • 19
  • 31