Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
the cache object is always defined in the systemwebcaching namespace you can get the reference to the cache object by either using the cache property
what are the types of dependencies in cachewhenever you add an item to the cache the dependency relationships is define that can force that item to
show the code for the file dependency in cachepartial classdefaultaspxpublic sub displayannouncement dim announcement as stringif cacheannouncement
what is cache callbackthe cache object is dependent on its dependencies for example time based file based etcthe cache items remove the object when
what is scavengingwhen server running your aspnet application runs low on the memory resources items are discarded from the cache depending on cache
what are different types of caching using in aspnetyou can use 2 types of output caching to cache information which is to be transmitted to and
how output cache functionality is achievedthe output cache functionality is achieved by using the outputcache attribute on aspnet page header the
how will you implement page fragment cachingthe page fragment caching includes the caching of a fragment of the page rather than the whole page when
what are aspnet session and compare it with classic asp sessionthe aspnet session caches per user session state it basically uses httpsessionstate
what are the modes of storing aspnet session1 inproc - in inproc mode session state is stored in the memory space of the aspnetwpexe process that is
what are the precautions so that stateserver mode work properlyfollowing are some points to remember so that stateserver mode works properly-a
what are the precautions by which sqlserver mode work properlyfollowing are the things to keep in mind so that the sqlserver mode works properly-a in
ltsessionstate modesqlserver stateconnectionstringtcpip1921681142424 sqlconnectionstringdata source19216811 integrated
what are benefits amp limitation of hidden fieldsthe benefits of using hidden fields are as shown below -1 they are very simple to
what is viewstatethe viewstate is built-in structure for automatically retaining the values among the multiple requests for the similar page the
the performance of the viewstate varies depending on the type of server control to which it is applied the text box label radiobuttoncheckbox
what are benefits and limitation of using viewstate for state managementthe benefits of using viewstate are as follows-1 there is no
how can you use hidden frames to cache client datathis technique is implemented by developing a hidden frame in page which will have your data to be
what are benefits and limitations of using hidden frames1 the benefits of using hidden frames are as follows2 more than one
what are benefits and limitations of using cookiesthe benefits of using cookies for state management are as follows-1 there is no server
what is query string and what are their benefits and limitationsthe query string is the information sent to the server appended to the end of a page
what is absolute and sliding expirationthe absolute expiration allows you to specify the duration of the cache beginning from the time the cache is
what is cross page postingby default the button controls in the aspnet pages post back to the similar page that contains button where you can write
how do we access view state value of the page in the next pagethe view state is page specific it contains information about controls embedded at the