In this module, you will learn how to use the .NET driver within the Neoflix project.
You will learn how to:
- 
Open a Session and execute a Unit of Work within a Transaction.
 - 
Execute Read and Write queries through the Driver.
 - 
Consume the results returned from Neo4j.
 - 
Handle potential errors thrown by the Driver.