What is Fragment Caching in ASP.NET?
Answer Posted / 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 |
Post New Answer View All Answers
What is Web API Routing?
What is validation in asp.net?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How to disable validator control by client side JavaScript?
Explain the flow of processing of the request? : asp.net mvc
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Can we handle the error and redirect to some pages using web.config?
Why mvc is better than asp.net? : Asp.Net MVC
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Explain how is a property designated as read-only?
What are resource file and how do we generate resource file?
What are cookies in your browser?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is Partial PostBack in ASP.NET?