Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What are the steps in connecting to database?
What are advantages of microsoft-provided data provider classes in ado.net?
What is typed dataset ?
Explain what a diffgram is and its usage ?
Explain the two fundamental objects in ado.net?
Can you explain how to enable and disable connection pooling?
What is the difference between executenonquery () and executescalar ()?
What are the different methods available under the sqlcommand class to access the data?
How do I delete a row from a DataTable?
How do you sort the data in datagrid?
what purpose of Indexing creating? directly we can search the reqired row with the help of query?what is the use of indexing?
What is openrowset?