0

Building a WPF XBAP based application, I need to access data in my hosted SQLServer DB (Shared hosting).

Therefore I need to create a WCF LINQ based service.

Anyone knows of a simple end-to-end tutorial demonstrating how to build the service and install it on the hosted webserver?

I've found several but either they are ASP.NET or Silverlight dedicated, either they are far from comprehensive...

Please do not answer with ASP.NET solutions... I need WPF.

Thanks in advance.

Didier Levy
  • 3,393
  • 9
  • 35
  • 57

1 Answers1

0

Consider using RIA Services for your scenario (calling the services from WPF rather than Silverlight).

See this StackOverflow question for references on how to call RIA Services from WPF: How to use WCF RIA SERVICES with WPF application?

Community
  • 1
  • 1
Philipp Schmid
  • 5,778
  • 5
  • 44
  • 66