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 |
Explain about c# language.
What is the CTS, and how does it relate to the CLS?
How do you set a class path?
Which one is trusted and which one is untrusted?
What is delegate in c#?
What are partial classes and use of partial classes?
What is the difference between ienumerable and enumerable?
What is the best method to fill the GridView. using SqlDataReader or Dataset and why
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is the difference between a variable and a literal?
What is the difference between list and arraylist c#?
Can we extend static class in c#?
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)