In cache where dats is stored and how(file or object?)
Answers were Sorted based on User's Feedback
Answer / kumar vaibhav
Cache can be stored on either Client or
server based on user preference provided
at location attribute of Output Cache
Directive
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / guest
cache object and it is cached for a predefined period and
the same is reused for all subsequent requests of the same page
Is This Answer Correct ? | 0 Yes | 2 No |
What is boxing and how it is done internally?
What are the merits and demerits of viewstate?
What is caching and types of caching ?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
Why do we use sessions?
What is the main difference between a static page and a dynamic page?
Describe the difference between inline and code behind.
What are the event handlers that we can have in global.asax file?
Why Global.asax is used?
Describe how to implement globalization and localization in the use interface in .net.
Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form
How .Net has implemented security for web applications?