Dear All,
I am using VS2008
I want to use WCF service to return resultset of a query(procedure) to client.
Now it can return resultset in form of dataset , arraylist , generic list or xml or may be other way.
I want to know which is better approach(both client and service are in dotnet.).
thank you