Do you use stored procedure in ado.net?
Why is stored procedure used in ado.net?
What are the steps in connecting to database ?
What is the difference between a Dataset and DataReader? Can dataReader hold data from multiple tables?
3 Answers Fulcrum Logic, Merrill Lynch,
Describe datareader object of ado.net with example.
What is connected architecture in ado.net?
Difference between OLEDB Provider and SqlClient ?
explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?
What is ODP.NET?
What is command class in ado.net?
What is ADO .NET and what is difference between ADO and ADO.NET?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is sqlconnection and sqlcommand?