Thanks for the mention Peter. Bill - we're currently building a mission critical system using ASP.NET MVC + Neo4j. We are developing the Neo4jClient as we go, adding features as we need them.
So far this covers: * all the CRUD operations * most of the Gremlin operations via a nice fluent interface * all of the Gremlin operations if you want to pass in Gremlin script directly * index creation, management and querying * shutting down the neo4j server cleanly (send a shutdown command via REST before tearing the process down) You'll notice on our NuGet page that new builds are getting published almost daily. -- Tatham -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Peter Neubauer Sent: Friday, 30 September 2011 2:13 AM To: Neo4j user discussions Subject: Re: [Neo4j] C# REST binding / wrapper Bill, I think the most active C# REST client is http://nuget.org/List/Packages/Neo4jClient by Romiko and Tatham. It seems very complete - we are in the process of updating the wiki and pulling it into docs.neo4j org so it doesn't get outdated ... Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high performance graph database. http://startupbootcamp.org/ - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Thu, Sep 29, 2011 at 6:07 PM, Bill Baker <[email protected]> wrote: > I checked the FAQ but didn't see this item. > (http://wiki.neo4j.org/content/FAQ) > > I've downloaded and used two of the wrappers out there, Neo4RestNet and > Neo4jRestSharp. I haven't been able to convince myself they are complete; > but I'm still very new at Neo4j so my issues may be more my inexperience than > incompleteness of either of these. > > So some quick questions: > > Can I do everything using REST that I can using the Java API? > Do either or both of these wrap every REST request? (I haven't yet > doped out how to do indexing in RestNet, but am still trying.) What > else is there for us .Net types? (I know, I know, it's Neo-for-JAY!) > > Thanks! > > -------------------------------------------------- > Bill Baker, Investor, Advisor, Board Member My other house is a data > warehouse > > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

