ADO.NET 2.0 Interview Questions

ADO.NET 2.0 Interview Questions

  1. What is delay signing?
  2. What is capacity of dataset?
  3. Explain Advantages of ADO.Net?
  4. What is IPostBack? How to use it?
  5. How to create dynamic Grid view?
  6. What are the Advantages of ADO.Net?
  7. How to pass text box values to an XML?
  8. How do you create a permanent cookie?
  9. What is Assembly name and name space?
  10. Explain How to create dynamic Grid view?
  11. What is difference between OR and ORElse?
  12. Which dll handles the request of .aspx page?
  13. What is difference in Record set and Dataset?
  14. How to identify the updated rows in a dataset?
  15. How does vs.net 2005 support BizTalk server?
  16. How can I identify the updated rows in a dataset?
  17. Which name space is used to get assembly details?
  18. What is the code behind technic how it implements?
  19. How different are interface and abstract class in .Net?
  20. How to pass multiple tables in datasets simultaneously?
  21. Can a .NET web application consume Java web service?
  22. Explain which name space is used to get assembly details?
  23. How would you implement inheritance using VB.NET/C#?
  24. What is the difference between a defect and an enhancement?
  25. Explain How to pass multiple tables in datasets simultaneously?
  26. How to identify the controls which can be used for binding data?
  27. How do we get only edited/deleted/inserted records from a Dataset?
  28. How can we identify the controls which can be used for binding data?
  29. How to add a check box or a dropdown list to a column in a data grid?
  30. How can we add a check box or a dropdown list to a column in a data grid?
  31. Can you explain what inheritance is and an example of when you might use it?
  32. Can I have VS.NET and the Visual Studio 6.0 installed on the same machine?
  33. How to bind the controls (best practice) combo boxes to the data in the dataset?
  34. What are the Best practices for side-by-side execution of Framework 1.1 and 2.0?
  35. Why are Server control tags shown in the browser instead of the controls it represents?
  36. Can you explain the difference between an ADO.NET Dataset and an ADO Record set?
  37. How would you get ASP.NET running in Apache web servers – why would you even do this?
  38. Explain all the classes those are used for database connections between Sql server and asp.net?
  39. If we remove web.config or machine.config from the application then, Is this application will works?
  40. What is the Best Practice for binding Controls Data in the data grid is to be binded with the controls of some form?