neo4j-examples/movies-dotnet-neo4jclient

C# code sampledoes not use official Neo4j driver and associated classes

Closed this issue · 1 comments

the movies-dotnet-neo4jclient application does not use the official Neo4j driver nuget package and the classes that the blog and use cases mention.
can the example be modified to show how to best use the official neo4j driver?

This example is specifically for the Neo4jClient driver, you want to be looking at: https://github.com/neo4j-examples/movies-dotnet-bolt which uses the official driver!