← Back to team overview

coapp-developers team mailing list archive

Re: Anyone with OData experience out there?

 

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 <olafvdspek@xxxxxxxxx>wrote:

> On Thu, May 20, 2010 at 4:49 PM, Trent Nelson <trent@xxxxxxxxxxxxx> 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     : coapp-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~coapp-developers
> More help   : https://help.launchpad.net/ListHelp
>

Follow ups

References