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

What is difference Data List and Data Repeater Control ?

1 Answers   TCS,


You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

1 Answers   Syntax Softtech,


Is a dll file an executable?

0 Answers  


How cross page posting is done in Asp.net 2.0?

3 Answers  


Can we add code files of different languages in app_code folder?

0 Answers  






To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?

1 Answers   Siebel,


Explain login controls.

0 Answers  


What methods are fired during the page load? Init()

0 Answers  


Can we create a multiple user simultaneously ?

0 Answers   MCN Solutions,


What is the use of web.config file?

0 Answers  


Should I delete cookies?

0 Answers  


What does asax stand for?

0 Answers  


Categories