FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

ADO.NET INTERVIEW QUESTION & ANSWERS

81. What two classes are used to open and connect to a database using ADO.NET?
  Use the SqlConnection and OleDbConnection classes to connect to a database using ADO.NET.
Your Name Your Email-ID
Your Answer
 
82. What two classes are used to execute arbitrary SQL commands in a database using ADO.NET?
  The SqlCommand and OleDbCommand classes are used to execute SQL commands using ADO.NET.
Your Name Your Email-ID
Your Answer
 
83. Describe ADO.NET Architecture?
 
    ADO.NET provides the efficient way to manipulate the database. It contains the following major components are :
  • DataSet Object
  • Data Providers :
  •       ›› Connection Object
           ››Command Object
           ››DataReader Object
           ››DataAdapter Object
Your Name Your Email-ID
Your Answer
 
84. What are the data access namespaces in .NET?
 
  • System.Data
  • System.Data.OleDb
  • System.Data.SQLClient
  • System.Data.SQLTypes
  • System.Data.XML
Your Name Your Email-ID
Your Answer
 
85. What providers does Ado.net uses?
  The .NET Framework provides mainly three data providers, they are Microsoft SQL Server, OLEDB, ODBC.
Your Name Your Email-ID
Your Answer