Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You are implementing a distributed application in the .NET Framework. The client application displays a form that requires making multiple calls to an ASP.NET Web service to satisfy a single user request. Based on performance measurements, you have found that making multiple calls degrades application performance. To increase performance, you would like to retrieve all the data that the user request requires in a single call to the Web service.
Note:
The following is the same sample application that is described in Implementing Data Transfer Object in .NET with a Typed DataSet.