.NET General - How can you implement Page Fragment Caching ?
Interview Question Database For Software Developers
|
|
| How can you implement Page Fragment Caching ? | | .NET INTERVIEW QUESTIONS - How can you implement Page Fragment Caching ? | | By: | | Page fragment caching involves the caching of a fragment of the page, rather than the entire page. When portions of the page are need to be dynamically created for each user
request this is best method as compared to page caching. You can wrap Web Forms user control and cache the control so that these portions of the page don’t need to be recreated
each time. | | ID: 2266 | Rank: 413 | Votes: 2 | Views: 129 | Submitted: 20090526 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|