Collection of Interview Questions on  ADO.NET

1.    What are the main objects in ADO.NET used for data access?

The four main objects of a data provider:-

1)    Connection (This object used to connect a data to a Command object.)
2)    Command object (This object used to connect connection object to Datareader or dataset.)
3)  

By: Pankaj Kumar Gupta   |    On:  10 Mar 2011 10:15:06
^ Scroll to Top