Archive for June, 2009
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 [...]
I have received a ton of emails and questions following my previous post on MGrammar (which is a part of Oslo). Some of those have been people asking advice on how they can adopt MGrammar as a basis for a rule engine for more generic purposes than the one I provided. So, I decided to [...]

