What is caching and types of caching ?

Answers were Sorted based on User's Feedback



What is caching and types of caching ?..

Answer / prakash.rout

caching is generally used to catch frequently accessed
data.when u used catching at that time u have to depend
upon certain variables like parameter,time etc..
But one demerit of using catching is if ur using dynamic
page at that time u will unable to get the updated value.

types of catching:
1.data caching
2.output caching
3.fragment caching


Good Luck..........

Is This Answer Correct ?    11 Yes 3 No

What is caching and types of caching ?..

Answer / aadil

To Imporve the performance of Web Pages, we use Caching.
Caching is a used for persisting data in memory for
immediate acces to the program calls. It has three types :

1. Output Caching - to fetch page level information and data
2. Fragment Caching - to cache the information of a
structure level.
3. Application Caching - to fetch the information of an
application.

Is This Answer Correct ?    8 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Explain difference between dataset and recordset?

0 Answers  


What is asp.net ajax?

0 Answers  


What is localization and Globalization?

3 Answers  


How do you perform validations?

3 Answers   Microsoft,


please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit

1 Answers   Netsweeper,






From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


What do you mean by marshalbyref?

0 Answers  


Why would a company use an application service provider?

0 Answers  


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

0 Answers   Sans Pareil IT Services,


if you disable view state of a textbox will it maintain data during postbacks.if yes reason

9 Answers   FactorH, Jindal, Oxi Infotech,


Can you edit data in the Repeater control?

4 Answers   Siebel Systems,


What is the use of Administration tool in Asp.net 2.0?

2 Answers  


Categories