DotNet4Neo4j / Neo4jClient

.NET client binding for Neo4j
https://www.nuget.org/packages/Neo4jClient
Microsoft Public License
431 stars 146 forks source link

HOW TO #470

Closed scharada closed 1 year ago

scharada commented 1 year ago

great library and exposes quiet some features in neo4j... thank you.

is there a better documentation on how to use the library and all its features ? are there any practical samples ?

i know that looking at the tests can help. that however remains unclear on how to use the library in real use cases, specially for those who are not experts in graph databases and familiar with neo4j in particular. as example, in .net we use POCOs, how to use them as relationships in a real application, how to use collections in properties ....

thank you for your help.

cskardon commented 1 year ago

Hi,

There's nothing specific on top of what is there. If you want to see a specific use-case - feel free to write it here, and it can get added to the docs at a later date. But as with all open source projects that are maintained by one person - really I just don't have the time to document the whole thing I'm afraid.

All the best

Charlotte