Re: Beginner with Questions re: WPF, WCF, LINQ



Dave wrote:
OK I am starting to understand. Basically the service does return XML
but the frontend will create a data object from the XML automagically.

Now I need to find a good tutorial on all this stuff.

Thanks again for clearing this up for me.


Just to reiterate, a web service can return a DataSet. It will actually be XML
data, following Microsoft's diffgram XML schema, but for all intents and
purposes, it is a dataset.

The client can call the method that returns a dataset, perhaps passing some
parameter values, and assign the return value to a dataset variable. As you put
it, all the xml processing happens automagically.

It can be a bit bulky for returning many rows, since the column names will be
repeated twice for each row in the actual XML, but it works very smoothly.


.



Relevant Pages

  • TXMLDocument and TTreeView
    ... contents of an XML file. ... again by accessing the Data object, but I can't work out how to do it. ... iNode:= tn.Data^ as IXMLNode; ... I guess this is something to do with the fact that IXMLNode is an ...
    (alt.comp.lang.borland-delphi)
  • Re: Beginner with Questions re: WPF, WCF, LINQ
    ... but the frontend will create a data object from the XML automagically. ... It will actually be XML data, following Microsoft's diffgram XML schema, but for all intents and purposes, it is a dataset. ... The client can call the method that returns a dataset, perhaps passing some parameter values, and assign the return value to a dataset variable. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: DataGrid binding question
    ... "Dave" wrote in message ... Does the DataGrid only handle non-nested XML? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Is it possible to include a vsprops in another vsprops file?
    ... Thanks Dave, that is exaclty what I would like to do. ... All the XML examples of including another XML file on the ... net didnt work for me. ... "David Connet" wrote: ...
    (microsoft.public.vstudio.development)
  • Re: Webpage look UI in WindowsForms applications
    ... In .NET you can code your entire frontend in XML which will then be ... It allows you to define your Windows forms in XML allowing them ... > is the ability to seemlessly intergrate the HTML frontend from the C# ...
    (microsoft.public.dotnet.languages.csharp)