I am using a .NET web service as an interface to a database. What is the best way to return rows from this web service?
I vaguely remember that .NET 2.0 had issues with returning DataTable objects. Do those issues still exist?
Update: Some of the issues in .NET 1.1. Also, I believe that in 2.0 the DataTable is deserialized as a DataSet object on the client side. Am I correct?