What is data caching?



What is data caching?..

Answer / Neetu Gangwar

Data caching in ASP.NET is a technique to store query results or data objects in memory for quicker access during subsequent requests. This reduces the need for repeated database queries, thus improving application performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are html helpers in asp.net?

1 Answers  


what are the components available in global.asax ?

1 Answers  


Explain about Automatic resource management?

1 Answers  


What is the difference between Classic ASP and ASP.Net?

1 Answers  


How could you modify xaml content from javascript?

1 Answers  


How to comment out asp.net tags?

1 Answers  


Explain the role of global.asax?

1 Answers  


Explain how inline and code behind is used differently ?

1 Answers   Siebel,


what is asp.net

12 Answers   Dynacs,


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


What is the use of location tag in web.config file

2 Answers   Karur Vysya Bank KVB,


Explain cashing in asp.net.

1 Answers  


Categories