how to use caching in our program. why we use it give one
example in code
Answer Posted / 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 View All Answers
How do you comment in c#?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
Can you have parameters for static constructors?
Explain About .NET Remoting and types of remoting
What kind of the information stored inside the assembly?
Int map to which .net types?
Explain the functionalities of satellite assembly?
What is the difference between abstract class and interface in c#?
Why we use get set property in c#?
Why is it called c sharp?
What is the difference between c and c# programming?
What is the difference between firstordefault and first?
What are the advantages of clr procedure over t-sql procedure?
Can property be private in c#?
What is the property of class?