Here it is; a Proof of Concept of the world’s first Neo4j .NET Client. In other words: Here follows a discussion on how to create a client library for communicating with a graph database over REST. UPDATE: There is now a live CodePlex project for the realization of this concept; A .NET Client Library for [...]
Neo4j .NET Client over HTTP using REST and json
April 16th, 2010 by Magnus Mårtensson — .Net, Architecture, Cloud
Tags: .Net, httpclient, json, neo4j, rest
Would you like a Byte Order Mark to go with that?
April 14th, 2010 by Magnus Mårtensson — .Net, Architecture, Java
It is possible to encode a little bit of metadata at the beginning of your byte streams to let the stream itself carry information on how it has been encoded. This is known as a Byte Order Mark (BOM) and it is as far as we know completely optional. Some .NET Framework implementations add this [...]
