Answer Posted / 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 |
Post New Answer View All Answers
What are the difference between function and stored procedure in .net programming language?
What is the difference between stored procedure vs function?
When you use Ajax controls in the ASP.NET application?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is a web farm?
How can we provide the WebParts control functionality to a server control?
How can you access the properties and controls of master pages from content pages?
is gateway for sms continue connected for sending sms.how?
What is the difference between custom web user control and a custom web server control?
Describe the diffeerence between inline and code behind?
What is http session state?
What is asp.net and its advantages?
What is fulltrust?
Explain the concept of MVC Scaffolding?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?