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...


how to use caching in our program. why we use it give one
example in code



how to use caching in our program. why we use it give one example in code..

Answer / vijay

to increase web application performance caching is used,
caching may be categorised-output cahce,partial page or
data cahing.
<@outputcache duration="60" (in min) varyby param=q1;q1)
<@outputcache duration="60" (in min) varyby
control=dropdownlist1)

partial page -when a portion of page is to be keep track in
server memory for reusability frequently

data cahcing-
cache["dscache"]=ds //storing dataset inot cache
dataset objds=new dataset();
objds=(dataset)cache["dscache"] //to get into object dataset

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What does async mean in c#?

0 Answers  


What is a verbatim string literal and why do we use it?

0 Answers  


What is the difference between “constant” and “readonly” variables in c#?

0 Answers  


What is the property of a class in c#?

0 Answers  


What is a delegate, why should you use it and how do you call it ?

1 Answers  


Is cli same as the clr?

0 Answers  


What is default constructor c#?

0 Answers  


write the Syntax for Function or Method Overriding?

5 Answers   HCL,


Can we inherit partial class in c#?

0 Answers  


How will you deploy the dll file in gac?

0 Answers  


Explain how to parse a datetime string?

0 Answers  


What is a byte in c#?

0 Answers  


Categories