Archive for the ‘Oxite’ Category
In my previous post, I detailed the outline of how I would implement the XML Data Provider for Oxite. After some refactoring and additional coding, the class structure looks like this: The XmlTableBase and XmlTable classes are re-usable for generic LINQ friendly XML table-like storage of classes. Most of the “tables” in the OxiteXmlContext use [...]
In my previous post, I tackled the concept of an XML Data Provider for Oxite and outlined one possible structure for storing the data. What I have done so far, is write some generic Linq to XML classes that do most of the heavy lifting of storing and retrieving objects using reflection, and used those [...]
In my previous post, I gave some thoughts about Oxite. Never one to sit idle, I proceeded to tackle the first item on the list. Oxite comes with an SQL data provider, which is great. But I wanted an XML data provider, so the content could be stored like in dasBlog. As an experiment, I [...]

