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 is server transfer?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What are the new features implemented in ASP.NET?
What are Master Pages in ASP.NET? or What is a Master Page?
Which object wraps the state or data of a user?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How is a session stored and maintained in asp.net?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is dynamic web page with example?
What is a postback in asp net?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is session in asp.net?
What are type/key pairs in client script registration?
Explain the concept of View Model in MVC?