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 [...]

Sunday, June 21st, 2009 at 01:01 | 0 comments
Categories: Coding, Oxite
Tags:

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 [...]

Saturday, June 13th, 2009 at 22:25 | 0 comments
Categories: Coding, Oxite
Tags:

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 [...]

Sunday, May 3rd, 2009 at 19:09 | 2 comments
Categories: Coding, Internet, Oxite
Tags:
TOP