What is Fragment Caching in ASP.NET?
Answers were Sorted based on User's Feedback
Answer / veerendrasingh34
Fragment caching allows to cache specific portions of the
page rather than the whole page. It is done by implementing
the page in different parts.........
Is This Answer Correct ? | 17 Yes | 1 No |
Answer / mohd. faizaan
Caching allows us to hold something that can b used later.
when a specific portion of the page needs to b changed and
u postback it,the portion of page is cached from the object
that you hold in memory rather than server.
Is This Answer Correct ? | 9 Yes | 2 No |
What is difference cookie and session?
how to update data set?
How can you identify that the page is post back?
What is the difference between CLICK and MOUSE DOWN Event ?
explain ado.net
Why is global asax is used?
can we edit records from repeater control
What is aspect-oriented programming?
What is http session state?
What is asp.net with mvc? : Asp.Net MVC
What is semantic gap?
what are the differences between windows services and web services?