Gotta love strict OOP. Not touching ANY of the data (i.e. passing XML between front-end and back-end) is most recommended in this day and age -- as SQL Server 2008 natively supports XML data type.
... and I have experience doing that cuz I hate having a middle layer do anything to data (besides wrap some security around it and its transmission). - nasser On Thu, May 20, 2010 at 11:00 AM, Olaf van der Spek <[email protected]>wrote: > On Thu, May 20, 2010 at 4:49 PM, Trent Nelson <[email protected]> wrote: > > Now, this is the point that my 15 minutes of experience with OData let me > > down. The C# approach for whipping up both metadata and data seems, er, > to > > not be particularly flexible. > > Why? Code to read the data from (XML) file should be doable. > > Olaf > > _______________________________________________ > Mailing list: https://launchpad.net/~coapp-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~coapp-developers > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~coapp-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~coapp-developers More help : https://help.launchpad.net/ListHelp

