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

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:

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

Friday, June 12th, 2009 at 22:37 | 1 comment
Categories: Coding, MGrammar, Oslo
Tags:
TOP