We are providing online training of realtime Live project on Asp.Net MVC with Angular and Web API. For more information click here. If you have any query then drop the messase in CONTACT FORM

Thursday, May 7, 2015

Interview questions and answers of ADO.NET



1. What is ADO.NET?

* It is an object-oriented technology given by Microsoft.
* it can be used for communication with data sources from .net enabled application.

2. What is DataSource?

3.what is the difference between connection-oriented architecture and disconnected architecture?

4.what is connection pooling?

5. Is the connection pool is part of the ADO.NET?

6. Where we can provide the size of the connection pool?

7. What is the .NET Data Provider?

8.what is the .NET Data Provider used by the MySql?

9.how many types of classes are existing in the ADO.Net?

10. What is the connection object?

11.what is the connection string?

12.what is the properties of the connection object?

13.what are the methods of the connection object? (Optional)

14. What is the Command object?

15.what are the properties of the command object?

16.which methods are submitting the command to the database engine?

17. What is DataReader?

18. What is DataSet?

19.what is the DataAdapter?

20.what is the diff between DataReader and DataSet?

21.what is the difference between copy() and clone()?

22.what is the difference between close() and dispose()?

23.what is the purpose of Fill()?

24.what are DataSource control?

25.what are Rich Data controls?

26.what is DataList control?

27.what are the different types of templates available in the data list control?

28. What are the operations supported by DataList control?

29.what are the operations not supported by DataList Control?

30.what is DetailsView control?

31. What are the operations supported by DetailsView control?

32. What are the operations not supported by DetailsView control?

33.what is FormView control?

34. What are the operations supported by FormView control?

35. What are the operations not supported by FormView control?

36.what is GridView control?

37. What are the operations supported by GridView control?

38. What are the operations not supported by GridView control?

39.what are the field available in the gridview for customizing?

40.what is ListView control?

41.What are the operations supported by ListView control?

42.what is DataPager?

43.what is TreeView control?

44.What is Menu control?

45.what is Repeater control?

46.what is the difference between DataList and Repeater control?

47.what is the purpose of the reading method?

48.what is the diff b/w command obj and command builder obj?

No comments: