Hi
I just upgraded the .NET driver from 1.7.2 to 4.0.0 in Visual Studio and got all sorts of building errors.
Now I can't find any Session object even though it's in several documented samples on the neo4j site.
Am I missing something or is only Async supported?
Thx Chris, That's a generous offer. I'll may come back to that.
In the doc you write " Each IDriver instance maintains a pool of connections inside, as a result, it is recommended to only use one driver per application ."
Does that mean you recommend the application server share the same driver instance for all users and all requests? Typically instantiate a global driver in global.asax for .NET applications?