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 |
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
What is the best way to search any exact information on google?
What do you mean by role-based security?
What is the usie of activex control in .net?
What are the advantages and limitations of query string?
Code for updating the database by entering the data into textboxes in aspx form?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?
1 Answers Patni, Perot Systems, Sedna Technology,
What are server-side comments in ASP.NET?
How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)
What is the difference between User Controls and Master Pages
22 Answers Deloitte, IBM, IntraLogic, Markit, TCS,
What are the Difference between asp.net and asp ?
how we declare interface
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)