ASP.NET 2.0 Interview Questions

ASP.NET 2.0 Interview Questions

  1. What is delay signing?
  2. What is event bubbling?
  3. What is an abstract class?
  4. What is versioning in .NET?
  5. How Data adapter fill works?
  6. Explain what is smoke testing?
  7. How to create dynamic Gridview?
  8. What is IPostBack? How to use it?
  9. How to delete images from the folder?
  10. How to modify user settings in asp.net?
  11. How do you create a permanent cookie?
  12. List of Words of PreProcessor in .NET?
  13. How do we Sort the data from a Dataset?
  14. What is the root namespace for all types?
  15. Which namespace is used by ADO.NET?
  16. How to pass text box values to an XML?
  17. How to rename a table using Sql queries?
  18. What is different in .Net 1.1 and .Net 2.0?
  19. How to connect user controls to database?
  20. How do you call procedures in data stage?
  21. What is the coding for calendar in asp.net?
  22. How is a property designated as read-only?
  23. What is difference between OR and ORElse?
  24. Which dll handles the request of .aspx page?
  25. Difference between Dataset and Data Reader?
  26. What base class do all Web Forms inherit from?
  27. How many types of cookies are available in asp?
  28. Explain How is a property designated as read-only?
  29. How many classes can a single .NET DLL contain?
  30. What is server infrastructure & Server components?
  31. What is difference between singleton and single call?
  32. Can a .NET web application consume Java web service?
  33. What method do you use to explicitly kill a user s session?
  34. How would you implement inheritance using VB.NET/C#?
  35. What is the difference between a defect and an enhancement?
  36. In order to get assembly info which namespace we should import?
  37. How do we get only edited/deleted/inserted records from a Dataset?
  38. How does u get record no from 5 to 15 from a dataset of 100 records?
  39. How can you provide an alternating color scheme in a Repeater control?
  40. How to reduce the width of textbox in Edit Command Column of Data Grid?
  41. Whats MSIL and why should my developers need an appreciation of it if at all?
  42. How do u declare static variable and how it is declared and what is its lifetime?
  43. Can you explain what inheritance is and an example of when you might use it?
  44. Name some of the Microsoft Application Blocks. Have you used any? Which ones?
  45. What tags do you need to add within the asp: datagrid tags to bind columns manually?
  46. How would you get ASP.NET running in Apache web servers – why would you even do this?
  47. Which method do you invoke on the Data Adapter control to load your generated dataset with data?
  48. What property do you have to set to tell the grid which page to go to when using the Pager object?
  49. What types of data validation events are commonly seen in the client-side form validation?
  50. Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component?