FeedBack Form

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

ADO.NET INTERVIEW QUESTION & ANSWERS

16. What are the benefits of ADO.NET?
  There are so many benefits of ADO.NET are
  • Scalability
  • Data Source Independence
  • Interoperability
  • Strongly Typed Fields
  • Performance
Your Name Your Email-ID
Your Answer
 
17. What is the use of Data View?
  Data View represents a complete table or can be small of rows depending on some criteria. It is the best used for sorting and finding data with in data table.
Your Name Your Email-ID
Your Answer
 
18. What method in the oleDbDataAdapter class populates a dataset with records?
  The Fill method populates a dataset with records.
Your Name Your Email-ID
Your Answer
 
19. What is DataSet Object?
  Dataset is a disconnected, in-memory representation of data. It can contain multiple data table from different database.
Your Name Your Email-ID
Your Answer
 
20. What are the various methods provided by the dataset object to generate XML?
  There are three methods provided by the dataset object to generate XML are :
  • Read XML
  • GET XML
  • Write XML
Your Name Your Email-ID
Your Answer