Archive for July, 2008
Simple XML based storage – Part II.
Last time I showed some basic data manipulation with the storage and explained the very basics of its workings. Ok it was maybe interesting, but it was nothing to be excited about. So this time I am going to show you some advanced data manipulation tehniques and explain some other things about SimpleStorage. First of [...]
Simple XML based storage – Part I.
For quite some time now, I was being bothered by the fact that every time I use XML as a data transmitting media, I write a lot of code just to read and write from / to XML. I use XML to maintain config files for quite a few project. Furthermore I use it in [...]