Author Topic: LinQ and web service  (Read 2137 times)

0 Members and 1 Guest are viewing this topic.

Draftek

  • Guest
LinQ and web service
« on: October 10, 2008, 06:22:26 AM »
Does anyone have experience using LINQ with a web service?

I have little experience programming web services but I have a large project that is going to require one along with sql database connectivity. I couldn't get a typed dataset to work due to the difficulty of the object reclassification on the client side of the app. Since LINQ utilized objects, I just assume it will not work - or I don't know what the hell I'm doing, which is more likely....

Thanks