Answer Posted / neo upadhyay
Caching is a technique of persisting the data in memory for
immediate access to requesting program calls.
ASP.NET provides the flexibility in terms of caching at
different levels
1)Page Level Output Caching
2. Fragment Caching
3. Application Level Caching
Caching is a technique that definitely improves the
performance of web applications if one is careful to have a
balance in terms of which data needs to be cached and
parameter values for expiration policy.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you declare static variable? What is its lifetime?
Define static constructor?
What’s the use of “GLOBAL.ASAX” file?
What is client side state management?
What are sessions and cookies?
How can u debug your .net application?
What are the media types of http requests and response?
What is asp.net caching?
What is authorization in asp.net?
Differentiate between early binding and late binding.
How to use ipostback?
What is windows active directory authentication?
What is the used of "ispostback" property?
Can master pages be nested?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?