Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is caching

Answers were Sorted based on User's Feedback



what is caching..

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

what is caching..

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

what is caching..

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

Post New Answer

More ASP.NET Interview Questions

Explain one critical mapping?

0 Answers  


What are different transaction options?

2 Answers   Astadia,


How do you a replicate a set of controls across a number of ASP Pages

2 Answers  


List the asp.net validation controls?

0 Answers  


How can you ensure a permanent cookie?

0 Answers  


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.

2 Answers   Syntax Softtech,


What is application state?

0 Answers  


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.

3 Answers  


Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

0 Answers  


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?

0 Answers  


Categories