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 |
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
What are custom user controls in asp.net?
what is soap?
5 Answers Cognizant, Microsoft, NCR,
What is odata in web api?
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?
Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?
Explain the path instructions in xaml?
What is applicatio domain?
What is the difference between stored procedure vs function?
What are the data types is possible to store in session? and can we store dataset in session?
what are the server controls used in sitepath navigation?
What is variable and constant in .net programming language?
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)