Asp.Net Interview Question and Answers for Experienced

11. What are the seven namespaces automatically imported into every ASP.NET page?
 
  • System
  • System.Collection
  • System.IO
  • System.Web
  • System.Web.UI
  • System.Web.UI.WebControls and
  • System.Web.UI.HTMLControls.
 
Your Name Your Email-ID
Your Answer
12. What are the five validation controls?
  There are several ways to manage a state.
  • Required Field Validator
  • Compare Validator
  • Range Validator
  • Regular Expression Validator
  • Custom validator.
 
Your Name Your Email-ID
Your Answer
13. How does ASP.NET work with the client and server machines?
  ASP.NET uses client side code to send messages back to the server. Thus, the server can be aware of what's happening on the client.
 
Your Name Your Email-ID
Your Answer
14. What is metadata?
 
  • Information produced by an application to describe its properties.
  • The Common Language Runtime uses metadata to load and run applications.
 
Your Name Your Email-ID
Your Answer
15. What is the purpose of the ASP.NET engine?
 
  • When the web server receives a request for an ASP.NET page.
  • It hands it off to the ASP.NET engine, which then executes the requested ASP.NET page and returns the rendered HTML to the web server.
  • The ASP.NET engine allows for the HTML of an ASP.NET page to be dynamically generated for each request.
 
Your Name Your Email-ID
Your Answer
12345678910 Page 3 of 10