How will u decide when to use caching and when to use
viewstate?
Answer Posted / satish v itagi
ViewState has no automatic expiration, it is reloaded with
every page created and served by server. Caching leaves
data away from page life, its scope can be page, session or
application. Caching can have its own custom life span
defined. Conventionally, caching is used for large data.
Bigger viewstate data, slower will be page loading. Bigger
caching, faster will be page loading!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is Dynamic Web and discuss its usage with the help of real life examples?
What’s the catch?
What is HTTPModule and HTTPcontext? What is the use of each?
Why we go for mvc instead of asp.net? : Asp.Net MVC
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Explain what is an assembly?
What is query string? What are its advantages and limitations?
Explain the concept of View Model in MVC?
Explain security types in asp.net?
What are query strings used for?
What is the difference between a cookie and a pixel?
What is asp net_sessionid?
What do you mean by marshalbyref?
What permissions do asp.net applications posses by default?
What does asp stand for in asp.net?