what is caching
Answers were Sorted based on User's Feedback
Answer / samba
Caching is a concept of storing frequently used data into
temporary memory.
caching at different levels
1. Output Caching (Page Level)
2. Fragment Caching
3. Application Level Caching
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / neo upadhyay
Caching is a technique of persisting the data in memory for
immediate access to requesting program calls.
ASP.NET provides the flexibility in terms of caching at
different levels
1)Page Level Output Caching
2. Fragment Caching
3. Application Level Caching
Caching is a technique that definitely improves the
performance of web applications if one is careful to have a
balance in terms of which data needs to be cached and
parameter values for expiration policy.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nizath ali. u
Hi all this is Nizath Ali,
Caching is a technique, used to improve the
performance of a web application. It temporarily storing
the frequently used data for the web application on the
local hard disk for later retrieval.
(If multiple users access the web application on a
web server, The problem of slow access will occur. To
overcome this problem ASP.NET provides "Caching".)
There are 3 different levels of caching,
1. Output Caching (In this type of caching the data for the
entire page is cached. It is Page Level Caching.)
2. Fragment Caching (In this type of caching the data for
only the specific sections of the page is cached.)
3. Data Caching (In this type of caching all the
frequently accessed data is cached in server side memory
variable. It is Application Level Caching.)
Is This Answer Correct ? | 1 Yes | 0 No |
How you can use video conferencing in asp.net? guys plz help me ...
How would you enable impersonation in the web.config file?
Types of objects in ASP ?
What is difference between URL and URI?
Define page output caching?
Could u send me the answer for this question as soon as possible. Im using 'System.net.mail.mailmessage' namespace for sending a mail from my application. What should I mention in 'system.net.mail.mailmessage.to' property and What should I mention in 'system.net.mail.mailmessage.from' property.
What is a Metadata?
What is the need to give <compilation debug=true> command ?
what is code access security,role based security explain with example
When would you not use the oleDbConnection object? a) To connect to an SQL 7.0 database. b) To connect to a DB/2 database. c) To connect to an Access database. d) To connect to an SQL 6.5 database.
Is sql backend or frontend?
What is the difference between cache and cookies?