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
If you use a return type of IEnumerable, you can return your query variable directly.
IEnumerable