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



Dave wrote:
We have a DB2 database. I am assuming I can write a WCF service to access this database and return the data from the service to a WPF front end app (the service and front end will be on different machines).

Yes. Note though that a SOA web service is supposed to expose
business services not raw table data.

Will the data from the service be returned in only XML format or can the service send the data back in another format?

WCF support multiple formats including SOAP and Remoting (equivalent
to Java RMI).

If it sends back only in XML then can I use LINQ to XML to display the data in a WPF front end?

In theory yes, but that would be a cumbersome way to do it.

Let .NET unpack it so you have the same data structure as the server
send.

Arne
.



Relevant Pages

  • Re: There is no .NET in Vista Code?
    ... I forgot all about the one publicly announced WinFX app that Microsoft ... a much superior technology than WinForms. ... is so bad as to make a WinForms app essentialy usless and crappy. ... between WPF Forms and WinForms! ...
    (borland.public.delphi.non-technical)
  • Re: Bye bye
    ... I believe clinging to the idea that Delphi can be will leave Delphi as ... I see absolutely no reason that Delphi Win32 apps, either new or legacy, shouldn't be extended as hybrids using WPF when it will enhance the value of the app. ... It's my understanding that a 3rd party tool to facilitate building Delphi Win32/WPF hybrids already exists. ...
    (borland.public.delphi.non-technical)
  • Re: Pretty vs Functional
    ... I think it is unfortunate that people who think an app 'pretty' do want ... smokescreen for someone who has limited GUI design skills. ... Check out Microsoft's on going dogfood WPF demo. ... resolution video, Fil Fortes provides a fast paced 22 minute overview of ...
    (borland.public.delphi.non-technical)
  • Converting to WPF Apps
    ... I am thinking of converting a Windows Forms app to WPF as a learning process. ... My first app has very fuzzy text on the Button - I have Unclear-Type turned off on the PC, does WPF turn it on for its own apps? ... Jeff Gaines Damerham Hampshire UK ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: WPF v Windows Forms
    ... Check out the WPF site for examples, to see what WPF apps look like. ... if you google Windows Presentation Foundation, ... going to do with the app, ...
    (microsoft.public.dotnet.framework.windowsforms)

Loading