Answer Posted / 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 |
Post New Answer View All Answers
What is clr? Difference between clr & cts?
How does the iis work?
How do I use response redirect?
How you will handle session when deploying application in more than a server?
How would ASP and ASP.NET applications run at the same time on the same server?
What is __ requestverificationtoken?
Why is asp.net so popular?
What is the advantage of using Windows authentication in a Web application?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Which method is used to enforce garbage collection in .net?
Where the cookie value is stored?
Write code to send e-mail from an asp.net application?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What are the parts of an http response?
what is command line compiler.what are the steps and how it is related to debugging.