what is caching?

Answers were Sorted based on User's Feedback



what is caching?..

Answer / srikanth

Caching is one of the statemanagement technics as well as
the optimization. It's small memory location at the server
side that will retain the user data for the purpose of
subsequent requessts.

Is This Answer Correct ?    7 Yes 0 No

what is caching?..

Answer / dushyant sharam

caching is server side management technique which is used
to store the information on server side it is categories
into four parts

1..Output Caching
2..Fragment Caching
3..Data Caching
4..Cache Configuration

Is This Answer Correct ?    2 Yes 0 No

what is caching?..

Answer / suresh mandala

It is used to hold the data for some times at th server
side.Depends on the requirement we have to use it.

Is This Answer Correct ?    1 Yes 0 No

what is caching?..

Answer / ravi kumar

caching is the fastest access memory, which is used to
store the data for a limited time Duration, which is set by
a Developer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


What is aspect-oriented programming?

0 Answers  


What is the full form of asp.net?

0 Answers  


In the Repeater control which way you can edit?

0 Answers   Siebel,


Difference between singleton and singlecall.

0 Answers  






Explain how do you deploy your asp.net application?

0 Answers  


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  


How long do session variables last?

0 Answers  


What describes a query?

0 Answers  


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


What is indexing on asp.net?

0 Answers  


What base class do all Web Forms inherit from?

8 Answers  


Categories