Object Mapping in the Neo4j Driver for .NET
Feb 13 5 mins read
Object Mapping in the Neo4j Driver for .NETUsing new functionality, it is possible to turn query results directly into objects with minimal boilerplate.Before now, the process of turning the results of a Cypher query executed with the official driver into an object has been a laborious affair.... read more