Learn how to interact with Neo4j from .NET using the Neo4j .NET driver.
This repository accompanies the Building Neo4j Applications with .NET course on Neo4j GraphAcademy.
For a complete walkthrough of this repository, enroll now.
-
Clone Repository
-
Install .NET 6 SDK. Microsoft .NET 6.0 installers.
-
Run
dotnet build
you may spot a number of comments in this repository that look like:
// tag::something[] SomeCode() // end::something[]
We use Asciidoc to author our courses. Using these tags means that we can use a macro to include portions of code directly into the course itself.
From the point of view of the course, you can go ahead and ignore them.