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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the layouts of ASP.NET Pages?

612


What is the latest version of asp.net?

531


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1434


Explain different authentication modes in asp.net?

548


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

521






What is work flow gen? how can it will work with .Net?

2572


Define data caching?

537


What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?

576


What is use of <% %> in asp.net?

541


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

616


What is ashx file in asp.net?

544


Explain the working of passport authentication.

539


What is the difference between page.registerclientscriptblock and page.registerstartupscript?

480


what is publisher?

1644


What can you do with asp.net?

510