What is caching and types of caching ?
Answers were Sorted based on User's Feedback
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 |
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 |
Mention few asp.net validators.
What are Caching techniques in .NET
Explain asp.net mvc request life cycle? : asp.net mvc
what is aspcompat? what it does?
What websites use asp.net?
What are the steps involved to fill a dataset?
Where is http session stored?
Is it necessary to lock application state before accessing it ?
What is the difference between Webservice and WCF
What is bson in web api?
Explain about asp.net caching?
What are the differences between Dataset and DataReader?