ASP.NET INTERVIEW QUESTION & ANSWERS
DOT Net
TAGS
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. |
107. | What is UDDI? |
---|---|
UDDI stands for Universal Description Discovery and Integration. A directory can be used to publish and discover public web services. |
108. | What are the two methods used to render device specific content? |
---|---|
The Request.Browser and Device filters are used to render specialized content. |
109. | What are the advantages of ASP.Net? |
---|---|
|
110. | How can we kill a user session? |
---|---|
Session abandon method is used to kill a user session. |