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 seri
DataSet
DataTable
Create a class object and return a list(T) of the query.
list(T)