I'm looking into using Neo4j for a project, but I'm a bit confused when it comes to best practices. I would normally assume that the official C# driver provides a method of parameterizing queries, but I can't see anything in the official documentation.
There is what appears to be an unofficial library for C# located on Github with a recent release only a few days old which supports parameterized queries. However, I also remember seeing a comment stating that it mostly supports version 2.x (although I can't find the page stating this). This library only supports http+https as connection methods, there is no support for Bolt. What effect will this have on performance?
What is the preferred driver/library for Neo4j 3.x using C#?