Caching in ASP.NET pages is an important technique in increasing performance.
1) Output caching
• <% output caching location =”Server” duration =30 %>
2) Fragment catching
•
3) Data caching
• Dim Ds as dataset
Ds= cache(“dat”)
Sunday, May 18, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment