Caching techniques in .NET?
Answers were Sorted based on User's Feedback
Answer / uma
Actually caching is improves the performance of the page.
Caching techniques are:-
1.page output caching
2.page fragment caching
3.data cahing
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sravanthi
Two types of caching is available
1.Page output caching.
2.Page fragment caching
Is This Answer Correct ? | 0 Yes | 0 No |
How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?
what is new debug tools in asp.net ?
What is the maximum length of textbox
What is aspect-oriented programming?
what is SQL cache Invalidation?
What is caching? Explain.
How long the items in ViewState exists?
0 Answers SwanSoft Technologies,
what are the Custom controls in asp.net?
How do you secure your configuration files to be accessed remotely by unauthorized users?
What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?
2 Answers Phoenix Technologies,
Where is ViewState information stored?
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?