Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
ASP.NET caching types - Caching pages and data
Home
>>
Category
>>
ASP.NET (MCQ) questions and answers
>>
Caching pages and data
Q. How many types of caching ASP.NET supports?
- Published on 24 Jul 15
a.
Page Output Caching
b.
Partial Page Caching
c.
Data Caching
d.
DataSource Caching
e.
All of the above.
ANSWER: All of the above.
Related Content
ASP.NET Introduction (
27
)
ASP.NET HTML and Web Server Control (
13
)
Validation Control and Web page navigation (
13
)
Master Pages (
14
)
ASP.NET Security (
26
)
State Management System (
22
)
ASP.NET AJAX (
18
)
ADO.NET (
52
)
Caching pages and data (
17
)
ASP.NET Exception Handling (
0
)
ASP.NET Globalization and Localization (
14
)
Basic concept of ASP.NET (
12
)
Csharp.Net (
27
)
LINQ (
26
)
Discussion
Brijesh
-Posted on 24 Sep 15
The ASP.NET Framework supports the following types of caching:
• Page Output Caching
• Partial Page Caching
• DataSource Caching
• Data Caching
Page Output Caching caches an entire page.
Partial Page Caching caches only particular regions of a page.
DataSource Caching enables you to catch the data by using DataSource control.
Data Caching is used to cache arbitrary objects in memory. It is the fundamental caching mechanism.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲