What is caching? What are the different types of caching?

Answers were Sorted based on User's Feedback



What is caching? What are the different types of caching?..

Answer / krupali patel

Caching is used to display the output quickly for specified
amount of time.

there are three types of caching provided into the asp.net
2.0.

1)output caching
2)data caching
3)fragmentation caching

Is This Answer Correct ?    17 Yes 2 No

What is caching? What are the different types of caching?..

Answer / sushil kumar verma

caching can be defined as storing the output or the
response by the brouser.when several user click at the
same time to same site storing the site plays a vtal role.

Is This Answer Correct ?    8 Yes 2 No

What is caching? What are the different types of caching?..

Answer / suresh

caching is used to store frequently used data,so the
performance of the server increases.

caching is of three types,they are

1)output caching
2)data caching
3)fragmentation caching

Is This Answer Correct ?    6 Yes 1 No

What is caching? What are the different types of caching?..

Answer / abbas

Caching is the process of storing ferquently used data on
the server to fulfil subsequent reuests

types of caching

1 ) out put caching
2) partial page cahching
3) client-side caching
4)datacahing

Is This Answer Correct ?    3 Yes 2 No

What is caching? What are the different types of caching?..

Answer / prakash chandra pradhan

To provide good perfermance for our application we can
impliment asp.net caching concept,According to this concept
we process our program and store result in server memory.

there are three types of caching in asp.net 4.0
1-page output caching
2-Application caching
3- fragment caching

Is This Answer Correct ?    0 Yes 0 No

What is caching? What are the different types of caching?..

Answer / daya dumbre

Caching is the process of storing ferquently used data on
the server to fulfil subsequent retests.

types of caching

1 ) out put caching
2) partial page caching
3) client-side caching
4) datacahing
5) Server side caching

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Give an example appropriate use forweb service as opposed to a non-serviced .NET component

1 Answers   Siebel,


What is machine.config and web.config ?

5 Answers   Digital GlobalSoft,


How do you store a value in viewstate and retrieve them?

0 Answers  


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

0 Answers  


For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

2 Answers   Microsoft,






How do you secure your configuration files to be accessed remotely by unauthorized users?

0 Answers  


when using windows API in .net then it is managed code or Unmanaged code?

2 Answers  


Explain managed code an un-managed code.

0 Answers  


Explain what a diffgram is and a good use for one?

1 Answers   Siebel Systems, Syntax Softtech,


what is the difference b/w .net 1.1 and 2.0 ?

2 Answers   Polaris,


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

0 Answers  


From which base class all web forms are inherited?

0 Answers  


Categories