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

Answers were Sorted based on User's Feedback



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

Answer / krupali patel

Caching is used to display the output quickly for specified
amount of time.

there are three types of caching provided into the asp.net
2.0.

1)output caching
2)data caching
3)fragmentation caching

Is This Answer Correct ?    17 Yes 2 No

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

Answer / sushil kumar verma

caching can be defined as storing the output or the
response by the brouser.when several user click at the
same time to same site storing the site plays a vtal role.

Is This Answer Correct ?    8 Yes 2 No

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

Answer / suresh

caching is used to store frequently used data,so the
performance of the server increases.

caching is of three types,they are

1)output caching
2)data caching
3)fragmentation caching

Is This Answer Correct ?    6 Yes 1 No

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

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

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

Answer / prakash chandra pradhan

To provide good perfermance for our application we can
impliment asp.net caching concept,According to this concept
we process our program and store result in server memory.

there are three types of caching in asp.net 4.0
1-page output caching
2-Application caching
3- fragment caching

Is This Answer Correct ?    0 Yes 0 No

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

Answer / daya dumbre

Caching is the process of storing ferquently used data on
the server to fulfil subsequent retests.

types of caching

1 ) out put caching
2) partial page caching
3) client-side caching
4) datacahing
5) Server side caching

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

What is the importance of Global.asax in ASP.NET?

0 Answers   B-Ways TecnoSoft,


I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com

2 Answers  


Which namespace is used by ado.net?

0 Answers  


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

1 Answers   Cap Gemini, Keane India Ltd, MindSquare,


What is the usage of DelegatingHandler?

0 Answers  






Can we have 2 web config files?

0 Answers  


What is the significance of finalize method in .net?

0 Answers  


How many classes can a single .NET DLL contain?

14 Answers   Siebel Systems,


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

0 Answers   Tricom,


Explain form level validation and field level validation?

0 Answers  


hi all; i need standard notes on .net(basics) for my seminar. im a starter in .net. plz suggest whr can i get satisfactory notes!!!

1 Answers  


How to Insert a TextBox value in to Sql database using C# coding?

17 Answers   HCL, Sona, TCS,


Categories