I see 2 very different approaches to C# programming with Neo4j:

   - Neo4j.Driver, as documented in the "*Neo4j Developer Manual for .NET*"
   - Neo4jClient, as documented at https://neo4j.com/developer/ (click on 
   C# example), and at https://github.com/Readify/Neo4jClient/wiki

The Neo4j.Driver approach, as documented in the "*Neo4j Developer Manual 
for .NET*" lets me simply send a Cypher command (single text string) and 
get results.  This seems more flexible for my humble needs than the 
Neo4jClient approach.

*Question, please*:  Which of the 2 approaches is "best" in *terms of 
long-term support in future versions* of Neo4j, for a C# programmer?

Apologies to the Java enthusiasts, but I'm more of a "data scientist" these 
days than a programmer, and I'm sort of wedded to Microsoft...

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to