FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

ASP.NET INTERVIEW QUESTION & ANSWERS

106. What advantages do user controls?
  User controls allow you to encapsulate code so that your web applications code is organized around discrete modules. You can use any .NET language in user controls which allows greater development flexibility for your web applications. You can cache user controls for higher performance.
  Posted by Virendra Puskar. (Apr 24, 2013)
 

The main advantage of User control is reuse the same look in different page.

Your Name Your Email-ID
Your Answer
 
107. What is UDDI?
  UDDI stands for Universal Description Discovery and Integration. A directory can be used to publish and discover public web services.
Your Name Your Email-ID
Your Answer
 
108. What are the two methods used to render device specific content?
  The Request.Browser and Device filters are used to render specialized content.
Your Name Your Email-ID
Your Answer
 
109. What are the advantages of ASP.Net?
 
  • ASP.NET offers built-in security features through windows authentication or other authentication methods.
  • ASP.NET makes development simpler and easier to maintain with an event-driven, server-side programming model.
  • Content and program logic are separated which reduces the inconveniences of program maintenance.
  • Built-in caching features.
Your Name Your Email-ID
Your Answer
 
110. How can we kill a user session?
  Session abandon method is used to kill a user session.
Your Name Your Email-ID
Your Answer