Choose Wisely: Five Ways to Search a DataSet
Author:
Rob Walling
DataSets offer luxuries unavailable with connected data retrieval, such as passing results through a Web service; having multiple, related tables in memory; and the ability to perform complex operations on a set of records without re-querying the database. But with these benefits come some complexities that you don’t encounter with connected data retrieval, such as having to decide between a number of ways to search within a DataSet. In this article Rob Walling compares the features and performance of five approaches to searching a DataSet. (Requires Login)
More Tutorials
|