Explain which name space is used to get assembly details?
Define the data provider classes that is supported by ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
Why do we serialize data?
Which is faster datareader or dataadapter?
What is the difference between Dataset. clone and Dataset.copy?
How can we load multiple tables in to dataset?
How to enable and disable connection pooling?
What is row state?
Explain advantages of ado.net?
What is Data Provider?
Which object of ado contains datarow datacolumn collection?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
How do you implement locking concept for dataset?