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 |
Explain one critical mapping?
What are different transaction options?
How do you a replicate a set of controls across a number of ASP Pages
List the asp.net validation controls?
How can you ensure a permanent cookie?
How do you enable tracing? a) Set the Trace property of the Web Form to True b) Set the Trace property of the server object to True c) Set the Session variables Trace to True d) Set the Applications Variable Trace to True.
What is application state?
Explain the difference between Web Garden and Web Farm?
0 Answers Sans Pareil IT Services,
i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What are the different types of validation controls provided in ASP.NET?
0 Answers Sans Pareil IT Services,
Which of the following .NET framework supports Web API?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)