Module
The Driver
In this module, you will learn about the Neo4j .NET Driver and how to use it in your .NET applications.
You will cover the following topics:
- Installing the
Neo4j.DriverNuGet package - Creating a driver instance with
GraphDatabase.Driver() - Verifying connectivity and managing the driver lifecycle with
await using - Executing Cypher queries using the fluent
ExecutableQuery()API - Passing parameters and accessing query results
- Mapping query results to C# objects with
AsObject<T>()and mapping attributes
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register