ASP.net : Common Interview Questions

1 minute read

  1. What is MS .NET?
  2. What is IL/MSIL? What is CLR?
  3. How ASP.net works in web?
  4. What is the difference between layer and tire?
  5. How ASP.net Provider model works?
  6. What is directive in asp.net pages?
  7. What is master page and contant page?
  8. What is ASP.net themes? How it works?
  9. What is web.config and machine.config?
  10. What is the difference between “Web.config” and “Machine.Config”?
  11. What is state management in ASP.net? What is server side and client side state management?
  12. How view state, hidden field and cookies works?
  13. How query Strings , control State are managed?
  14. How application state, session state are managed?
  15. What is caching how it works?
  16. What is the use of @ Output Cache directive in ASP.NET.
  17. What’ is the sequence in which ASP.NET events are processed?
  18. In which event are the controls fully loaded?
  19. How does ASP.NET maintain state in between subsequent request?
  20. What is event bubbling?
  21. How do we assign page specific attributes?
  22. How do we ensure view state is not tampered?
  23. What is the use of @ Register directives?
  24. What is the use of Smart Navigation property?
  25. What is AppSetting Section in “Web.Config” file?
  26. Where is the ViewState information stored?
  27. How can we create custom controls in ASP.NET?
  28. How many types of validation controls are provided by ASP.NET?
  29. Can you explain “AutoPostBack”?
  30. How can you enable automatic paging in DataGrid?
  31. What is the use of “GLOBAL.ASAX” file?
  32. What is a SESSION and APPLICATION object?