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 |
What is the use of console application in c#?
If u declare two interfaces withsame methodnmae .prototype how can u call the particular method from class?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Can a class inherit structure.
How do you comment in c#?
What are console applications used for?
What does == mean in c sharp?
What are properties in c#. Explain with an example?
What is difference between value and reference types in C#.NET
How do you create multiple inheritance in C#?
What are Indexers in C#?
0 Answers SwanSoft Technologies,
What are Sealed Classes 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)