7
votes
6answers
4k views
How do I fill a DataSet or a DataTable from a LINQ query resultset ?
How do you expose a LINQ query as an ASMX web service? Usually, from the business tier, I can return a typed DataSet or DataTable which can be serialized for transport over ASMX.
How can …
1
vote
1answer
88 views
Two legged OAuth using DotNetOpenAuth
I have read up on two legged OAuth and understand the principals behind it - my question is specific to the DotNetOpenAuth library. Is …
