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
Where is session data stored in asp net?
What is the use of dispose method?
How do we implement bundling in MVC?
Explain the difference between sql invalidation and sql notification.
What is the difference between localization and globalization?
What is event bubbling?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What is the typical session identifier?
What are server activated objects?
Explain the different parts that constitute ASP.NET application?
What is difference between View State and Hidden Field in ASP.NET?
How do u declare static variable and how it is declared and what is its lifetime?
What is the difference between ldap and active directory?
Can we store object in viewstate?
How will you load dynamic assembly?