In cache where dats is stored and how(file or object?)

Answers were Sorted based on User's Feedback



In cache where dats is stored and how(file or object?)..

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

In cache where dats is stored and how(file or object?)..

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

Post New Answer

More ASP.NET Interview Questions

What is boxing and how it is done internally?

1 Answers   Microsoft,


What are the merits and demerits of viewstate?

0 Answers   Siebel,


What is caching and types of caching ?

2 Answers   Infosys,


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


Why do we use sessions?

0 Answers  


What is the main difference between a static page and a dynamic page?

2 Answers  


Describe the difference between inline and code behind.

5 Answers   Siebel Systems,


What are the event handlers that we can have in global.asax file?

0 Answers  


Why Global.asax is used?

7 Answers   Perot Systems,


Describe how to implement globalization and localization in the use interface in .net.

0 Answers  


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

3 Answers   Syntax Softtech,


How .Net has implemented security for web applications?

1 Answers  


Categories