For a while now I've been curious to find a way to use neo4j within a .net 
application.  One obvious choice is running neoREST and having your .net app 
act as a client.  After discovering Ja.net ( a tool that compiles java for the 
.net CLR ) a gave it try and was able to compile the neo4j kernel down to a 
DLL.  Here's a short writeup of the steps I took:

http://taylorcowanonline.com/?p=79

The pros:  

You can have an embedded neo graph within a C# console, WPF, or ASP web 
application.

cons:

No lucene indexing support.  This is just a compilation of the kernel.

Taylor


_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to