You work for a Web solution development company named ABC.com. You are required to identify
the appropriate data source utilized for declarative data-binding.
Which of the sources should be utilized when utilizing declarative data-binding against a range of
specified data stores?
A.
You should consider utilization of DataReaders with SqlDataSource.
B.
You should consider configuring and enabling BLOB cache for the application.
C.
You should consider utilization of XmlDataSource.
D.
You should consider utilization of Data bind controls with LinqDataSource.
Explanation:
Developers and writers of applications should note that utilizing the XmlDataSource
class allows the developers and writers to provide XML data source to data-bound controls as well
as utilization by data-bound controls for exhibiting hierarchical and tabular data.