10 January 2014

interview questions in ADO.NET

  1. What is the namespace in which .NET has the data functionality class?
  2. Can you give an overview of ADO.NET architecture?
  3. What are the two fundamental objects in ADO.NET?
  4. What is difference between dataset and data reader?
  5. What are major difference between classic ADO and ADO.NET?
  6. What is the use of connection object?
  7. What is the use of command objects?
  8. What is the use of data adapter?
  9. What are basic methods of Data adapter?
  10. What is Dataset object?
  11. What are the various objects in Dataset?
  12. How can we connect to Microsoft Access, FoxPro, and Oracle etc?
  13. How do we connect to SQL SERVER, which namespace do we use?
  14. How do we use stored procedure in ADO.NET and How do we provide parameters to the stored procedures?
  15. How can we force the connection object to close after my data reader is closed?
  16. I want to force the data reader to return only schema of the data store rather than data.
  17. How can we fine-tune the command object when we are expecting a single row?
  18. Which is the best place to store connection string in .NET projects?
  19. What are the steps involved to fill a dataset?
  20. What are the various methods provided by the dataset object to generate XML?
  21. How can we save all data from dataset?
  22. How can we check that some changes have been made to dataset since it was loaded?
  23. How can we add/remove row is in “Data Table” object of “Dataset”?
  24. What is basic use of “Data View”?
  25. What is the difference between “Dataset” and “Data Reader”?
  26. How can we load multiple tables in a Dataset?
  27. How can we add relation between tables in a Dataset?
  28. What is the use of Command Builder?
  29. What’s difference between “Optimistic” and “Pessimistic” locking?
  30. How many ways are there to implement locking in ADO.NET?
  31. How can we perform transactions in .NET?
  32. What is difference between Dataset Clone and Dataset. Copy?
  33. Can you explain the difference between an ADO.NET Dataset and an ADO Record set?
  34. Explain in detail the fundamental of connection pooling?
  35. What is Maximum Pool Size in ADO.NET Connection String?
  36. How to enable and disable connection pooling?
  37. What extra features does ADO.Net 2.0 have?

No comments:

Post a Comment