TheSwamp

Code Red => .NET => Topic started by: Draftek on October 10, 2008, 06:22:26 AM

Title: LinQ and web service
Post by: Draftek 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